aboutsummaryrefslogtreecommitdiffstats
path: root/readme.txt
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2011-03-12 08:25:16 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2011-03-12 08:25:16 +0000
commit3e8aa7cd6ab42de755f5e873d3775c3d7065a58f (patch)
tree7bef5b6d625ad9d660a2bcbca7a1be3d7071c7ec /readme.txt
parentf81c30406f47c57b8fcbec62ac66b66042eaa23f (diff)
downloadChibiOS-3e8aa7cd6ab42de755f5e873d3775c3d7065a58f.tar.gz
ChibiOS-3e8aa7cd6ab42de755f5e873d3775c3d7065a58f.tar.bz2
ChibiOS-3e8aa7cd6ab42de755f5e873d3775c3d7065a58f.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2818 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'readme.txt')
-rw-r--r--readme.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/readme.txt b/readme.txt
index 12ed129bf..ddf0b0ceb 100644
--- a/readme.txt
+++ b/readme.txt
@@ -73,9 +73,12 @@
*** 2.3.1 ***
- FIX: Fixed invalid assertion in adcConvert() (bug 3205410)(backported
to 2.2.3).
+- NEW: Added board files for the Olimex STM32-P107.
- NEW: Improved setup packets handling in the USB driver through a specific
callback.
- OPT: Simplified Serial over USB driver configuration.
+- CHANGE: Now the STM32F107 demo targets the board Olimex STM32-P107 as
+ default.
- CHANGE: Removed all the prefixes from the structure/union field names
in the HAL subsystem.