You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
FreeRTOS/FreeRTOS-Plus/Demo/FreeRTOS_Plus_TCP_Echo_Qemu...
Florian La Roche d80937d050
Cortex M3 MPS2: modernize assembler syntax and also add .ltorg (#1268)
Cortex M3 MPS2: modernize assembler syntax and also add .ltorg

Signed-off-by: Florian La Roche <Florian.LaRoche@gmail.com>
5 months ago
..
CMSIS Use CI-CD-Github-Actions for spelling and formatting, add in the bot formatting action, update the CI-CD workflow files. Fix incorrect spelling and formatting on files. (#1083) 1 year ago
.gitignore FreeRTOS Windows Simulator Build Changes and LTS 2.0 Update (#872) 2 years ago
FreeRTOSConfig.h Update ReadMe to add UserMode Networking (#1216) 6 months ago
FreeRTOSIPConfig.h Remove deprecated ipconfigRAND32 (#1108) 1 year ago
Makefile FreeRTOS_Plus_TCP_Echo_Qemu_mps2: remove unused defines/functions (#1229) 8 months ago
Readme.md Update ReadMe to add UserMode Networking (#1216) 6 months ago
Readme_TapNetworking.md Update ReadMe to add UserMode Networking (#1216) 6 months ago
Readme_UserNetworking.md Update User Mode Networking debug command for QEMU Demo (#1270) 5 months ago
TCPEchoClient_SingleTasks.c MPS2_AN385 improvements (#1225) 8 months ago
TCPEchoClient_SingleTasks.h Use CI-CD-Github-Actions for spelling and formatting, add in the bot formatting action, update the CI-CD workflow files. Fix incorrect spelling and formatting on files. (#1083) 1 year ago
main.c MPS2_AN385 improvements (#1225) 8 months ago
main_networking.c Remove ipLOCAL_MAC_ADDRESS from demo files (#1244) 6 months ago
mps2_m3.ld FreeRTOS_Plus_TCP_Echo_Qemu_mps2: remove unused defines/functions (#1229) 8 months ago
startup.c Cortex M3 MPS2: modernize assembler syntax and also add .ltorg (#1268) 5 months ago
syscalls.c MPS2_AN385 improvements (#1225) 8 months ago

Readme.md

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:

  1. User Networking (SLIRP)
  2. Tap Networking