git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@367 35acf78f-673a-0410-8e92-d51de3d6d3f4
This commit is contained in:
parent
b27329f45b
commit
0c1c18573e
|
@ -78,9 +78,9 @@ Win32-MinGW - ChibiOS/RT simulator and demo into a WIN32 process,
|
||||||
*** 0.6.9 ***
|
*** 0.6.9 ***
|
||||||
- NEW: Added an option to exclude the support for the round robin scheduling,
|
- NEW: Added an option to exclude the support for the round robin scheduling,
|
||||||
this can save some extra program space and makes the context switch a bit
|
this can save some extra program space and makes the context switch a bit
|
||||||
faster if the feature is not required. Threads at the same priority are
|
faster if the feature is not required. Threads at the same priority level
|
||||||
still supported when the feature is disabled but the scheduling among them
|
are still supported when the feature is disabled but the scheduling among
|
||||||
becomes cooperative.
|
them becomes cooperative.
|
||||||
- FIX: Fixed a bug in the chThdSetPriority() API.
|
- FIX: Fixed a bug in the chThdSetPriority() API.
|
||||||
- FIX: Modified the structure names into nvic.h in order to not make them
|
- FIX: Modified the structure names into nvic.h in order to not make them
|
||||||
collide with external libraries.
|
collide with external libraries.
|
||||||
|
|
Loading…
Reference in New Issue