mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-10-14 00:37:44 -04:00
* MPS2_AN385 improvements Sync various MPS2_AN385 CORTEX-M3 QEMU targets and improve their Makefiles and cleanup gcc support: - FreeRTOS-Plus/Demo/FreeRTOS_Plus_TCP_Echo_Qemu_mps2: - Makefile - output image size after linking - move -nostartfiles from compiler to linker flags - modernize compiler warning flags - add --gc-sections to linker flags - TCPEchoClient_SingleTasks.c: fix compiler warnings - main.c: fix compiler warnings (remove unused code) - main_networking.c - remove ipLOCAL_MAC_ADDRESS (unknown) - fix compiler warnings about unused params - startup.c: main(void), remove unused includes, silence unused params - syscalls.c: remove unused defines, silence unused params, more compact _sbrk() - FreeRTOS/Demo/CORTEX_MPS2_QEMU_IAR_GCC/build/gcc: - Makefile - CFLAGS/LDFLAGS in more readable lines - move -nostartfiles to linker flags - comment out -specs=rdimon.specs as it is not needed - startup_gcc.c: fix typo in comment, remove unused uart code - FreeRTOS/Demo/CORTEX_MPU_M3_MPS2_QEMU_GCC - Makefile - after compilation output size of image - remove -DQEMU_SOC_MPS2, not needed - update many CFLAGS/LDFLAGS settings to more modern gcc/source - -ffunction-sections -fdata-sections is moved to CFLAGS - startup.c: sync with other ports - syscall.c: _write(): param buf is not unused, silence unused params Signed-off-by: Florian La Roche <Florian.LaRoche@gmail.com> * remove ipLOCAL_MAC_ADDRESS completely and fix formatting errors remove ipLOCAL_MAC_ADDRESS completely and fix formatting errors Signed-off-by: Florian La Roche <Florian.LaRoche@gmail.com> |
||
---|---|---|
.. | ||
AWS | ||
Common | ||
coreHTTP_Windows_Simulator | ||
coreMQTT_Windows_Simulator | ||
corePKCS11_MQTT_Mutual_Auth_Windows_Simulator | ||
corePKCS11_Windows_Simulator | ||
coreSNTP_Windows_Simulator | ||
FreeRTOS_Cellular_Interface_Windows_Simulator | ||
FreeRTOS_Plus_CLI_with_Trace_Windows_Simulator | ||
FreeRTOS_Plus_FAT_SL_and_CLI_Windows_Simulator | ||
FreeRTOS_Plus_Reliance_Edge_and_CLI_Windows_Simulator | ||
FreeRTOS_Plus_TCP_Echo_Posix | ||
FreeRTOS_Plus_TCP_Echo_Qemu_mps2 | ||
FreeRTOS_Plus_TCP_IPv6_Demo | ||
FreeRTOS_Plus_TCP_Minimal_Windows_Simulator | ||
FreeRTOS_Plus_TCP_UDP_Mode_CLI_Windows_Simulator | ||
FreeRTOS_Plus_UDP_and_CLI_LPC1830_GCC | ||
FreeRTOS_Plus_WolfSSL_Windows_Simulator | ||
Also_See_More_FreeRTOS+TCP_and_FreeRTOS_FAT_in_the_lab.url | ||
readme.txt |
Directories: + The FreeRTOS-Plus/Demo directory contains a demo application for every most of the FreeRTOS+ components. Lots of the demo applications use the FreeRTOS Windows simulator for easy evaluation. Be aware that FreeRTOS is much slower and not deterministic when executed in a simulated environment. + See http://www.freertos.org/plus