mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-10-17 02:07:48 -04:00
* Add a daemon socket listener so that the process loop will only execute if data is available on the socket. * Set process loop timeout to 0 so that other commands do not have to wait for a process loop that isn't doing anything. * Add an additional publisher task to show multiple tasks publishing simultaneously. * Clarify what is meant by "synchronous" and "asynchronous" publishes. * Fix possible race condition in task notification waits. * Move task notification wait loop to its own function. * The prvMQTTConnect function was doing more than just connecting, so it was split into more functions. * Minor name changes for clarity. * Add macros for AWS IoT metrics |
||
---|---|---|
.. | ||
AWS/Device_Shadow_Windows_Simulator | ||
Common | ||
coreMQTT_Windows_Simulator | ||
corePKCS11_MQTT_Mutual_Auth_Windows_Simulator | ||
corePKCS11_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_Minimal_Windows_Simulator | ||
FreeRTOS_Plus_UDP_and_CLI_LPC1830_GCC | ||
FreeRTOS_Plus_UDP_and_CLI_Windows_Simulator | ||
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