You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
FreeRTOS-Kernel/FreeRTOS/Source/include
Richard Barry 7d285f3dcb + Moved the History.txt file from the website git repo into the source code SVN repo.
+ Added xTaskCatchUpTicks() which corrects the tick count value after the application code has held interrupts disabled for an extended period.
+ Updated the xTaskResumeAll() implementation so it uses the new xTaskCatchUpTicks() function mentioned above to unwind ticks that were pended while the scheduler was suspended.
+ Various maintenance on the message buffer, stream buffer and abort delay demos.
+ Change type of uxPendedTicks from UBaseType_t to TickType_t to ensure it has same type as variables it is compared to, and therefore also rename the variable xPendingTicks.
+ Correct spelling mistake within a comment that was common to all the ARMv7-M ports.
6 years ago
..
FreeRTOS.h Add the default definition of configPRECONDITION to FreeRTOS.h. 6 years ago
StackMacros.h Update version number ready for next release. 6 years ago
croutine.h Update version number ready for next release. 6 years ago
deprecated_definitions.h Update version number ready for next release. 6 years ago
event_groups.h Update version number ready for next release. 6 years ago
list.h Add link to dual core blog post into STM32H745I demo. 6 years ago
message_buffer.h Add link to dual core blog post into STM32H745I demo. 6 years ago
mpu_prototypes.h + Moved the History.txt file from the website git repo into the source code SVN repo. 6 years ago
mpu_wrappers.h + Moved the History.txt file from the website git repo into the source code SVN repo. 6 years ago
portable.h Add vPortGetHeapStats() function to query heap statistics. 6 years ago
projdefs.h Update version number ready for next release. 6 years ago
queue.h Update version number ready for next release. 6 years ago
semphr.h Update version number ready for next release. 6 years ago
stack_macros.h Update version number ready for next release. 6 years ago
stdint.readme Introduce configENABLE_BACKWARD_COMPATIBILITY to allow the #defines that provide backward compatibility with FreeRTOS version prior to V8 to be optionally omitted. 11 years ago
stream_buffer.h Add link to dual core blog post into STM32H745I demo. 6 years ago
task.h + Moved the History.txt file from the website git repo into the source code SVN repo. 6 years ago
timers.h Update version number ready for next release. 6 years ago