]> begriffs open source - freertos/commit
Remove IotTaskPool_CreateRecyclableSystemJob() and IotTaskPool_ScheduleSystemJob...
authorRichard Barry <ribarry@amazon.com>
Mon, 8 Jul 2019 15:48:21 +0000 (15:48 +0000)
committerRichard Barry <ribarry@amazon.com>
Mon, 8 Jul 2019 15:48:21 +0000 (15:48 +0000)
commite60f71855a45543d64169a724f4d5f89e9bee1b7
tree61b10c08c1cf75a8d9419bee5d2ff02b8e57dc14
parent4d6570b009716bd97df5c3def47d5e35eb3df245
Remove IotTaskPool_CreateRecyclableSystemJob() and IotTaskPool_ScheduleSystemJob() again, which were intended to be alternative APIs that only access the system task pool, and instead update IotTaskPool_CreateRecyclableJob() and IotTaskPool_ScheduleJob() to allow the parameter used to pass in the task pool handle to be NULL if the system task pool is the only one available.
Update the task pool demo app to include a lot more functionality.
FreeRTOS-Plus/Demo/FreeRTOS_Plus_IoT_SDK/TaskPool/.settings/language.settings.xml
FreeRTOS-Plus/Demo/FreeRTOS_Plus_IoT_SDK/TaskPool/main.c
FreeRTOS-Plus/Source/FreeRTOS-Plus-IoT-SDK/c_sdk/standard/common/include/iot_taskpool.h
FreeRTOS-Plus/Source/FreeRTOS-Plus-IoT-SDK/c_sdk/standard/common/taskpool/iot_taskpool.c