mirror of
https://github.com/FreeRTOS/FreeRTOS.git
synced 2025-08-06 09:39:44 +08:00

* Remove deprecated ipconfigRAND32 * Uncrustify: triggered by comment. * Update * Check for return value * Uncrustify: triggered by comment. * Update --------- Co-authored-by: GitHub Action <action@github.com>
FreeRTOS_Plus_TCP_Echo_Posix depends on Libslirp library to emulate network interface. Make sure libslirp and glib (libslirp dependency) are installed before building the demo: 1. Run sudo apt-get install -y git build-essential libglib2.0-dev libslirp-dev in Ubuntu OS 2. Run brew install libslirp in MacOS