This repository has been archived on 2023-11-05. You can view files and clone it, but cannot push or open issues or pull requests.
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.
2019-08-25 19:35:59 +00:00
..
croutine.h Update version number ready for next release. 2019-05-11 01:47:37 +00:00
deprecated_definitions.h Update version number ready for next release. 2019-05-11 01:47:37 +00:00
event_groups.h Update version number ready for next release. 2019-05-11 01:47:37 +00:00
FreeRTOS.h Add the default definition of configPRECONDITION to FreeRTOS.h. 2019-07-27 23:03:23 +00:00
list.h Add link to dual core blog post into STM32H745I demo. 2019-07-04 21:18:36 +00:00
message_buffer.h Add link to dual core blog post into STM32H745I demo. 2019-07-04 21:18:36 +00:00
mpu_prototypes.h + Moved the History.txt file from the website git repo into the source code SVN repo. 2019-08-25 19:35:59 +00:00
mpu_wrappers.h + Moved the History.txt file from the website git repo into the source code SVN repo. 2019-08-25 19:35:59 +00:00
portable.h Add vPortGetHeapStats() function to query heap statistics. 2019-07-04 19:34:48 +00:00
projdefs.h Update version number ready for next release. 2019-05-11 01:47:37 +00:00
queue.h Update version number ready for next release. 2019-05-11 01:47:37 +00:00
semphr.h Update version number ready for next release. 2019-05-11 01:47:37 +00:00
stack_macros.h Update version number ready for next release. 2019-05-11 01:47:37 +00:00
StackMacros.h Update version number ready for next release. 2019-05-11 01:47:37 +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 Add link to dual core blog post into STM32H745I demo. 2019-07-04 21:18:36 +00:00
task.h + Moved the History.txt file from the website git repo into the source code SVN repo. 2019-08-25 19:35:59 +00:00
timers.h Update version number ready for next release. 2019-05-11 01:47:37 +00:00