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.
7d285f3dcb
+ 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 | |
---|---|---|
.. | ||
ARMv8M | 6 years ago | |
Full | 6 years ago | |
Minimal | 6 years ago | |
drivers | 11 years ago | |
ethernet | 6 years ago | |
include | 6 years ago | |
ReadMe.txt | 9 years ago |
ReadMe.txt
Contains the files that are not specific to any one demo, but are instead used by all the demo applications. Most of the directories are now obsolete, and only maintained for backward compatibility. The directories in active use are: + Minimal - this contains the implementation of what are referred to as the "Standard Demo Tasks". These are used by all the demo applications. Their only purpose is to demonstrate the FreeRTOS API and test the FreeRTOS features. The directory is called 'Minimal' as it contains a minimal implementation of files contained in the 'Full' directory - but the 'Full' directory is no longer used. + include - contains header files for the C source files located in the Minimal directory.