mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-10-17 10:17:45 -04:00
- Compiling Demo/Common/Minimal/TimerDemo.c with "gcc -flto" breaks the tests, so add "volatile" modifier to "ucOneShotTimerCounter" to fix this. - In Demo/FreeRTOS_Plus_TCP_Echo_Qemu_mps2/main_networking.c print the network configuration even more visible. - In MessageBufferDemo.c and Demo/Posix_GCC/main_full.c fix compiler warnings from "gcc -Wwrite-strings" by adding a const modifier. Signed-off-by: Florian La Roche <Florian.LaRoche@gmail.com> |
||
---|---|---|
.. | ||
CMSIS | ||
.gitignore | ||
FreeRTOSConfig.h | ||
FreeRTOSIPConfig.h | ||
main.c | ||
main_networking.c | ||
main_networking.h | ||
Makefile | ||
mps2_m3.ld | ||
Readme.md | ||
Readme_TapNetworking.md | ||
Readme_UserNetworking.md | ||
startup.c | ||
syscalls.c | ||
TCPEchoClient_SingleTasks.c | ||
TCPEchoClient_SingleTasks.h |
TCP Echo Client Demo for MPS2 Cortex-M3 AN385 emulated using QEMU
This FreeRTOS+TCP example demonstrates a TCP Echo Client which sends echo requests to an Echo Server and then receives the echo reply. The Echo Client runs on the MPS2 Cortex-M3 AN385 platform emulated using QEMU.
The demo is being run using the following configurations: