FreeRTOS-Kernel/FreeRTOS-Plus/Demo
Richard Barry e75b609c74 In small FreeRTOS applications it is unlikely there will be any task pools other than the system task pool. IotTaskPool_CreateRecyclableSystemJob() is therefore introduced to complement IotTaskPool_CreateRecyclableJob() that does not require the handle of the target task pool to be specified as a parameter. Likewise IotTaskPool_ScheduleSystemJob() is introduced to complement IotTaskPool_ScheduleJob() for the same reason.
IotTaskPool_CreateSystemTaskPool() calls synchronisation primitives, so cannot be called before the scheduler starts.  Add a configASSERT() to ensure the scheduler is running when it executes.
IotTaskPool_CreateSystemTaskPool() can conceivably be called from multiple different libraries that depend on the thread pool.  In this version _IotSystemTaskPool.running can be used to check the system task pool has not already been created.  If the task pool has been created simply return from IotTaskPool_CreateSystemTaskPool() instead of re-creating it (which would leak memory and leave orphaned tasks).
Call taskENTER_CRITICAL() and taskEXIT_CRITICAL() directly in place of mapping them to TASKPOOL_ENTER_CRITICAL() and TASKPOOL_EXIT_CRITICAL() in the same file.
Rename _timerThread() _timerCallback(), as it is a callback function and not a thread.
Remove the unused flags parameter from _scheduleInternal().
2019-07-01 17:05:20 +00:00
..
Common Update version number ready for next release. 2019-05-11 01:47:37 +00:00
FreeRTOS_Plus_CLI_with_Trace_Windows_Simulator Update version number ready for next release. 2019-05-11 01:47:37 +00:00
FreeRTOS_Plus_FAT_SL_and_CLI_Windows_Simulator Update to MIT licensed FreeRTOS V10.0.0 - see https://www.freertos.org/History.txt 2017-11-29 16:53:26 +00:00
FreeRTOS_Plus_IoT_SDK/TaskPool In small FreeRTOS applications it is unlikely there will be any task pools other than the system task pool. IotTaskPool_CreateRecyclableSystemJob() is therefore introduced to complement IotTaskPool_CreateRecyclableJob() that does not require the handle of the target task pool to be specified as a parameter. Likewise IotTaskPool_ScheduleSystemJob() is introduced to complement IotTaskPool_ScheduleJob() for the same reason. 2019-07-01 17:05:20 +00:00
FreeRTOS_Plus_Reliance_Edge_and_CLI_Windows_Simulator Update version number ready for next release. 2019-05-11 01:47:37 +00:00
FreeRTOS_Plus_TCP_Minimal_Windows_Simulator Update version number ready for next release. 2019-05-11 01:47:37 +00:00
FreeRTOS_Plus_UDP_and_CLI_LPC1830_GCC FreeRTOS+UDP was removed in FreeRTOS V10.1.0 as it was replaced by FreeRTOS+TCP, 2018-08-23 00:00:20 +00:00
FreeRTOS_Plus_UDP_and_CLI_Windows_Simulator FreeRTOS+UDP was removed in FreeRTOS V10.1.0 as it was replaced by FreeRTOS+TCP, 2018-08-23 00:00:20 +00:00
FreeRTOS_Plus_UDP_CLI_FAT_SL_SAM4E_Atmel_Studio FreeRTOS+UDP was removed in FreeRTOS V10.1.0 as it was replaced by FreeRTOS+TCP, 2018-08-23 00:00:20 +00:00
FreeRTOS_Plus_WolfSSL_Windows_Simulator Update version number ready for next release. 2019-05-11 01:47:37 +00:00
Also_See_More_FreeRTOS+TCP_and_FreeRTOS_FAT_in_the_lab.url FreeRTOS+TCP: Added ipconfigSOCKET_HAS_USER_WAKE_CALLBACK configuration option so the user can specify a callback to execute when data arrives. 2017-12-12 17:47:56 +00:00
readme.txt Update version numbers to V7.4.1. 2013-04-18 12:58:17 +00: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