This website requires JavaScript.
Explore
Help
Sign In
FreeRTOS
/
FreeRTOS-Kernel
Watch
1
Star
0
Fork
0
You've already forked FreeRTOS-Kernel
mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced
2025-10-25 04:25:13 +08:00
Code
Issues
Releases
Wiki
Activity
Files
238a23e4d5224aec1bd45f16fcb97b234842f0f8
FreeRTOS-Kernel
/
FreeRTOS-Plus
/
Source
/
FreeRTOS-Plus-IoT-SDK
/
c_sdk
/
standard
/
common
/
include
History
Richard Barry
a6a0403fd6
Synch IoT libraries with latest versions.
2019-07-14 19:29:16 +00:00
..
private
Bring in a minimum subset of the IoT SDK - at this time just a subset of the library dependencies rather than the libraries themselves.
2019-06-19 18:41:21 +00:00
types
Synch IoT libraries with latest versions.
2019-07-14 19:29:16 +00:00
iot_atomic.h
Bring in a minimum subset of the IoT SDK - at this time just a subset of the library dependencies rather than the libraries themselves.
2019-06-19 18:41:21 +00:00
iot_init.h
Synch IoT libraries with latest versions.
2019-07-14 19:29:16 +00:00
iot_linear_containers.h
Bring in a minimum subset of the IoT SDK - at this time just a subset of the library dependencies rather than the libraries themselves.
2019-06-19 18:41:21 +00:00
iot_logging_setup.h
Bring in a minimum subset of the IoT SDK - at this time just a subset of the library dependencies rather than the libraries themselves.
2019-06-19 18:41:21 +00:00
iot_taskpool.h
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.
2019-07-08 15:48:21 +00:00