Richard Barry
|
0bb794301a
|
Update version number ready for release.
|
11 years ago |
Richard Barry
|
fa7222ab4a
|
Update demos that use FreeRTOS+FAT SL to have correct version numbers after the update of FreeRTOS+FAT SL itself.
|
11 years ago |
Richard Barry
|
82207ebffa
|
Add test and correct code for the unusual case of a task using an event group to synchronise only with itself.
Add critical sections around call to prvResetNextTaskUnblockTime() that can occur from within a task.
|
11 years ago |
Richard Barry
|
e101e7e437
|
Update version number to V8.0.0 (without the release candidate number).
|
11 years ago |
Richard Barry
|
a2089bbcf6
|
Add #define INCLUDE_eTaskGetState 1 to the demos that use the int queue test.
|
11 years ago |
Richard Barry
|
5a2a8fc319
|
Update the demo directory to use the version 8 type naming conventions.
|
11 years ago |
Richard Barry
|
03f9bbda52
|
Improve how TimerDemo.c manages differences between the tick count and its own internal tick count, which can temporarily differ when the tick hook is called while the scheduler is suspended.
|
11 years ago |
Richard Barry
|
723682f1dd
|
Minor comment corrections prior to tagging.
|
11 years ago |
Richard Barry
|
a8836b5c43
|
Change version numbers ready for V8.0.0 release candidate 1 tag.
|
11 years ago |
Richard Barry
|
8ae3d489fe
|
Comment the event groups standard demo files.
|
11 years ago |
Richard Barry
|
b54158d1dc
|
Replace use of legacy portTYPE macros from old demos and standard demo files.
|
11 years ago |
Richard Barry
|
da93f1fc4b
|
Start to remove unnecessary 'signed char *' casts from strings that are now just plain char * types.
|
11 years ago |
Richard Barry
|
a3c2f45116
|
Move the event groups single tasks test out of the common demo file (they are now part of the module tests).
|
11 years ago |
Richard Barry
|
9dc39ee2a7
|
Add additional event group tests - and update implementation as required by test results.
|
11 years ago |
Richard Barry
|
a22d5ff5a5
|
Add event groups test/demo tasks.
|
11 years ago |