FreeRTOS-Kernel/FreeRTOS-Plus/Demo
Florian La Roche 995a030a92
MPS2_AN385 improvements (#1225)
* 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>
2024-06-04 20:08:16 +05:30
..
AWS Fleet provisioning winsim demo - fix warnings and reduce demo path length (#1222) 2024-05-17 11:29:10 +05:30
Common Fix MQTT multitask demo build (#1214) 2024-04-22 23:13:44 +05:30
coreHTTP_Windows_Simulator Fix coreHTTP demo compile warning (#1219) 2024-05-08 11:23:02 +05:30
coreMQTT_Windows_Simulator Fix MQTT wolfssl demo, add wolfssl config WOLFSSL_ALT_CERT_CHAINS (#1217) 2024-04-26 09:55:32 +05:30
corePKCS11_MQTT_Mutual_Auth_Windows_Simulator Update corePKCS11 submodule pointer (#1208) 2024-04-16 14:11:57 +08:00
corePKCS11_Windows_Simulator Fix corePKCS11 demo logging message (#1205) 2024-04-15 10:27:02 +08:00
coreSNTP_Windows_Simulator Update coreSNTP demo file to fix warnings (#1218) 2024-05-03 12:47:33 +05:30
FreeRTOS_Cellular_Interface_Windows_Simulator Update cellular comm interface to generate interrupt from windows thread (#1221) 2024-05-20 16:15:02 +08:00
FreeRTOS_Plus_CLI_with_Trace_Windows_Simulator Use MbedTLS 3.5.1 and Add TLS 1.3 Support to WinSim Demos (#1135) 2023-12-15 12:30:39 -08:00
FreeRTOS_Plus_FAT_SL_and_CLI_Windows_Simulator 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) 2023-09-06 12:35:37 -07:00
FreeRTOS_Plus_Reliance_Edge_and_CLI_Windows_Simulator Remove 64 Bit Visual Studio Configurations (#1120) 2023-12-01 06:00:16 -05:00
FreeRTOS_Plus_TCP_Echo_Posix Update +TCP to latest version (#1192) 2024-03-14 14:51:54 +05:30
FreeRTOS_Plus_TCP_Echo_Qemu_mps2 MPS2_AN385 improvements (#1225) 2024-06-04 20:08:16 +05:30
FreeRTOS_Plus_TCP_IPv6_Demo Add TCP zero copy example to the TCP echo client demo - IPv6 WinSim (#1138) 2024-01-11 11:40:36 +05:30
FreeRTOS_Plus_TCP_Minimal_Windows_Simulator Select correct startup project. (#1190) 2024-03-06 14:56:42 +08:00
FreeRTOS_Plus_TCP_UDP_Mode_CLI_Windows_Simulator Remove 64 Bit Visual Studio Configurations (#1120) 2023-12-01 06:00:16 -05:00
FreeRTOS_Plus_UDP_and_CLI_LPC1830_GCC 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) 2023-09-06 12:35:37 -07:00
FreeRTOS_Plus_WolfSSL_Windows_Simulator Remove included server key/certs from WolfSSL Demo 2024-02-02 15:42:25 -08:00
Also_See_More_FreeRTOS+TCP_and_FreeRTOS_FAT_in_the_lab.url 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) 2023-09-06 12:35:37 -07:00
readme.txt 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) 2023-09-06 12:35:37 -07:00

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