diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2010-03-10 17:57:47 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2010-03-10 17:57:47 +0000 |
commit | 56d43eba18bb5efb585c3a8818457de1de24071a (patch) | |
tree | 1a3d0b07bf335a5f0ca55e5582528ab3bf09e825 | |
parent | bc6c15cacbd567ad50fd8e2002688de73b3937a0 (diff) | |
download | ChibiOS-56d43eba18bb5efb585c3a8818457de1de24071a.tar.gz ChibiOS-56d43eba18bb5efb585c3a8818457de1de24071a.tar.bz2 ChibiOS-56d43eba18bb5efb585c3a8818457de1de24071a.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1737 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 1a1b2f999..906546e8a 100644 --- a/readme.txt +++ b/readme.txt @@ -57,6 +57,7 @@ *****************************************************************************
*** 1.5.4 ***
+- FIX: Fixed wrong thread state macro in STM32/spi_lld.c (bug 2968142).
- NEW: Added support for the STM8 large memory model to the STM8 port. Now
the assembler port code is totally inlined and the chcoreasm.asm file has
been removed.
|