mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-12-07 05:34:59 -05:00
* Various Qemu Cortex M3 ports now support picolibc Allow various Qemu Cortex M3 ports to compile against picolibc. Also support "-flto" to work correctly. Tested with picolibc in current Debian 13. Just use "PICOLIBC=1 make" to switch over from default newlib. Signed-off-by: Florian La Roche <Florian.LaRoche@gmail.com> * Add ffreestanding Signed-off-by: Ubuntu <ubuntu@ip-172-31-15-241.ap-south-1.compute.internal> * Fix formatting check Signed-off-by: Ubuntu <ubuntu@ip-172-31-15-241.ap-south-1.compute.internal> --------- Signed-off-by: Florian La Roche <Florian.LaRoche@gmail.com> Signed-off-by: Ubuntu <ubuntu@ip-172-31-15-241.ap-south-1.compute.internal> Co-authored-by: Gaurav-Aggarwal-AWS <33462878+aggarg@users.noreply.github.com> Co-authored-by: Ubuntu <ubuntu@ip-172-31-15-241.ap-south-1.compute.internal> |
||
|---|---|---|
| .. | ||
| 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: