diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2008-07-26 17:45:04 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2008-07-26 17:45:04 +0000 |
commit | 0c1c18573ee62d44c5873a2014c5b80dfeea1346 (patch) | |
tree | 46dfd086225ccb75a8ea632db8f4391d72d61ba2 | |
parent | b27329f45b8e51d9ee2149e2ea102d13ce15f886 (diff) | |
download | ChibiOS-0c1c18573ee62d44c5873a2014c5b80dfeea1346.tar.gz ChibiOS-0c1c18573ee62d44c5873a2014c5b80dfeea1346.tar.bz2 ChibiOS-0c1c18573ee62d44c5873a2014c5b80dfeea1346.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@367 35acf78f-673a-0410-8e92-d51de3d6d3f4
-rw-r--r-- | readme.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/readme.txt b/readme.txt index ab1ae03d5..629832072 100644 --- a/readme.txt +++ b/readme.txt @@ -78,9 +78,9 @@ Win32-MinGW - ChibiOS/RT simulator and demo into a WIN32 process, *** 0.6.9 ***
- 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
- faster if the feature is not required. Threads at the same priority are
- still supported when the feature is disabled but the scheduling among them
- becomes cooperative.
+ faster if the feature is not required. Threads at the same priority level
+ are still supported when the feature is disabled but the scheduling among
+ them becomes cooperative.
- FIX: Fixed a bug in the chThdSetPriority() API.
- FIX: Modified the structure names into nvic.h in order to not make them
collide with external libraries.
|