diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2008-07-26 11:40:09 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2008-07-26 11:40:09 +0000 |
commit | 169c9d8fb9971aac8158a7b226c1a76cc14d9ab2 (patch) | |
tree | b6eb116421f4bbc48390714faafcda126b01aa69 | |
parent | 02fa161cd9672c2f33c3dd330510cd2ea18a4bcf (diff) | |
download | ChibiOS-169c9d8fb9971aac8158a7b226c1a76cc14d9ab2.tar.gz ChibiOS-169c9d8fb9971aac8158a7b226c1a76cc14d9ab2.tar.bz2 ChibiOS-169c9d8fb9971aac8158a7b226c1a76cc14d9ab2.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@364 35acf78f-673a-0410-8e92-d51de3d6d3f4
-rw-r--r-- | readme.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/readme.txt b/readme.txt index c7c928ec7..8bfffdd67 100644 --- a/readme.txt +++ b/readme.txt @@ -81,6 +81,7 @@ Win32-MinGW - ChibiOS/RT simulator and demo into a WIN32 process, 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.
+- FIX: Fixed a bug in the chThdSetPriority() API.
- Made the Cortex-M3 port preemption code more readable.
*** 0.6.8 ***
|