mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-10-14 08:47:45 -04:00
* FreeRTOS_Plus_TCP_Echo_Qemu_mps2: cleanup FreeRTOS_Plus_TCP_Echo_Qemu_mps2: - Add missing include for header files. - Remove redundant function declarations. - Add "static" modifier if possible. - No need to use "weak" for EthernetISR(). Signed-off-by: Florian La Roche <Florian.LaRoche@gmail.com> |
||
---|---|---|
.. | ||
Trace_Recorder_Configuration | ||
.gitignore | ||
code_coverage_additions.c | ||
console.c | ||
console.h | ||
FreeRTOS-simulator-for-Linux.url | ||
FreeRTOSConfig.h | ||
FreeRTOSIPConfig.h | ||
main.c | ||
main_networking.c | ||
Makefile | ||
README.txt | ||
runtime_stats_hooks.c | ||
SimpleTCPEchoServer.c | ||
TCPEchoClient_SingleTasks.c | ||
TCPEchoClient_SingleTasks.h |
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