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
148f588f567c7211684286bc82b89cfe001980d7
FreeRTOS-Kernel
/
FreeRTOS
/
Source
/
include
History
Richard Barry
148f588f56
Remove "FromISR' functions from the list of functions that switch to a privileged mode as IRQs are privileged already.
...
Add the vTimerSetReloadMode() API function.
2018-12-17 22:04:18 +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
Remove "FromISR' functions from the list of functions that switch to a privileged mode as IRQs are privileged already.
2018-12-17 22:04:18 +00:00
mpu_wrappers.h
Remove "FromISR' functions from the list of functions that switch to a privileged mode as IRQs are privileged already.
2018-12-17 22:04: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
First task running in RISC-V-Qemu-sifive_e-FreedomStudio demo.
2018-11-24 20:59:07 +00:00
timers.h
Remove "FromISR' functions from the list of functions that switch to a privileged mode as IRQs are privileged already.
2018-12-17 22:04:18 +00:00