THIS IS A TEST INSTANCE ONLY! REPOSITORIES CAN BE DELETED AT ANY TIME!
This website requires JavaScript.
Explore
Help
Sign In
mikisama
/
FreeRTOS-Kernel
Watch
1
Star
0
Fork
0
You've already forked FreeRTOS-Kernel
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
55ff89373a0c8cfd95dd42f492ccb13488921843
FreeRTOS-Kernel
/
FreeRTOS
/
Source
/
include
History
Richard Barry
55ff89373a
Update the method used to detect if a timer is active. Previously the timer was deemed to be inactive if it was not referenced from a list. However, when a timer is updated it is temporarily removed from, then re-added to a list, so now the timer's active status is stored separately.
2018-10-24 21:37:59 +00:00
..
croutine.h
Update version numbers ready for release.
2018-09-07 18:13:20 +00:00
deprecated_definitions.h
Update version numbers ready for release.
2018-09-07 18:13:20 +00:00
event_groups.h
Update version numbers ready for release.
2018-09-07 18:13:20 +00:00
FreeRTOS.h
Update the method used to detect if a timer is active. Previously the timer was deemed to be inactive if it was not referenced from a list. However, when a timer is updated it is temporarily removed from, then re-added to a list, so now the timer's active status is stored separately.
2018-10-24 21:37:59 +00:00
list.h
Update version numbers ready for release.
2018-09-07 18:13:20 +00:00
message_buffer.h
Update version numbers ready for release.
2018-09-07 18:13:20 +00:00
mpu_prototypes.h
Add xTaskGetApplicationTaskTagFromISR(), which is an interrupt safe version of xTaskGetApplicationTaskTagFrom().
2018-10-08 15:10:18 +00:00
mpu_wrappers.h
Add xTaskGetApplicationTaskTagFromISR(), which is an interrupt safe version of xTaskGetApplicationTaskTagFrom().
2018-10-08 15:10:18 +00:00
portable.h
Update version numbers ready for release.
2018-09-07 18:13:20 +00:00
projdefs.h
Update version numbers ready for release.
2018-09-07 18:13:20 +00:00
queue.h
Update version numbers ready for release.
2018-09-07 18:13:20 +00:00
semphr.h
Update version numbers ready for release.
2018-09-07 18:13:20 +00:00
stack_macros.h
Update version numbers ready for release.
2018-09-07 18:13:20 +00:00
StackMacros.h
Update version numbers ready for release.
2018-09-07 18:13:20 +00:00
stdint.readme
Introduce configENABLE_BACKWARD_COMPATIBILITY to allow the #defines that provide backward compatibility with FreeRTOS version prior to V8 to be optionally omitted.
2014-01-13 20:26:47 +00:00
stream_buffer.h
Update version numbers ready for release.
2018-09-07 18:13:20 +00:00
task.h
Add xTaskGetApplicationTaskTagFromISR(), which is an interrupt safe version of xTaskGetApplicationTaskTagFrom().
2018-10-08 15:10:18 +00:00
timers.h
Minor synching - no functional changes.
2018-09-07 22:24:51 +00:00