aboutsummaryrefslogtreecommitdiffstats
path: root/readme.txt
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2010-06-05 10:11:06 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2010-06-05 10:11:06 +0000
commitd54e8eb64d3a79872e55dc246f4adc85d476144f (patch)
treeb3d8b2c21d86ef693d19e7880e0e195f52805313 /readme.txt
parent3da2df07a90526e9085c84ed8fab5e35eb8a68a5 (diff)
downloadChibiOS-d54e8eb64d3a79872e55dc246f4adc85d476144f.tar.gz
ChibiOS-d54e8eb64d3a79872e55dc246f4adc85d476144f.tar.bz2
ChibiOS-d54e8eb64d3a79872e55dc246f4adc85d476144f.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2005 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'readme.txt')
-rw-r--r--readme.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/readme.txt b/readme.txt
index f49689c30..9f48123cb 100644
--- a/readme.txt
+++ b/readme.txt
@@ -61,13 +61,15 @@
*** 1.5.9 ***
- FIX: Fixed STM8 baud rate setup error (bug 3010990).
- FIX: Fixed STM8 UART3 driver (bug 3009145).
+- NEW: Added a STM8_ENABLE_WFI_IDLE option to the STM8 port, the default
+ is FALSE.
- OPT: Small size optimization in the semaphores subsystem.
- OPT: Improvements in the STM8 port, the code is now smaller and generally
faster, also saved few bytes of RAM.
- Added explicit casts in chevents.h, chqueues.h, chqueues.c in order to
silence some warnings on a specific compiler.
- Added a section in chconf.h where redefine the port-related configuration
- parameters, also added a note to the configuration about this.
+ parameters, also added notes into the documentation about this.
*** 1.5.8 ***
- FIX: Fixed missing files from ST library zip file (bug 3006629).