aboutsummaryrefslogtreecommitdiffstats
path: root/readme.txt
diff options
context:
space:
mode:
authorRocco Marco Guglielmi <roccomarco.guglielmi@gmail.com>2018-05-02 13:18:38 +0000
committerRocco Marco Guglielmi <roccomarco.guglielmi@gmail.com>2018-05-02 13:18:38 +0000
commit021bd52c4ab8f705097f45e3f3a4bf43a86ee1cb (patch)
tree6fae9b366e062b650af952f68e76647318ce0eb9 /readme.txt
parente30edc0e9ca5fbc15c11b0ce744099b848611624 (diff)
downloadChibiOS-021bd52c4ab8f705097f45e3f3a4bf43a86ee1cb.tar.gz
ChibiOS-021bd52c4ab8f705097f45e3f3a4bf43a86ee1cb.tar.bz2
ChibiOS-021bd52c4ab8f705097f45e3f3a4bf43a86ee1cb.zip
Fixed Bug #943
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11985 110e8d01-0319-4d1e-a829-52ad28d1bb01
Diffstat (limited to 'readme.txt')
-rw-r--r--readme.txt9
1 files changed, 9 insertions, 0 deletions
diff --git a/readme.txt b/readme.txt
index d1229bfd6..a4e51d281 100644
--- a/readme.txt
+++ b/readme.txt
@@ -105,6 +105,14 @@
grow to include more functionalities.
RT and NIL will contain only the core functionalities, everything else
is shared library code.
+- EX. Global version number moved to 1.2.0.
+- EX: Updated HTS221 to 1.1.1 (backported to 18.2.2).
+- EX: Updated L3GD20 to 1.1.1 (backported to 18.2.2).
+- EX: Updated LIS3DSH to 1.1.1 (backported to 18.2.2).
+- EX: Updated LIS3MDL to 1.1.1 (backported to 18.2.2).
+- EX: Updated LPS25H to 1.1.1 (backported to 18.2.2).
+- EX: Updated LSM303DLHC to 1.1.1 (backported to 18.2.2).
+- EX: Updated LSM6DS0 to 1.1.1 (backported to 18.2.2).
- EX: Updated HTS221 to 1.1.0 (backported to 18.2.1).
- EX: Updated L3GD20 to 1.1.0 (backported to 18.2.1).
- EX: Updated LIS3DSH to 1.1.0 (backported to 18.2.1).
@@ -112,6 +120,7 @@
- EX: Updated LIS302DL to 1.1.0 (backported to 18.2.1).
- EX: Updated LPS25H to 1.1.0 (backported to 18.2.1).
- EX: Updated LSM303DLHC to 1.1.0 (backported to 18.2.1).
+- EX: Fixed ChibiOS/EX documentation misalignments (bug #943).
- HAL: Fixed invalid settings in STM32F769I-Discovery board files (bug #942)
(backported to 18.2.1 and 17.6.5).
- OTH: Fixed short branch to _unhandled_exception in vectors.S (bug #941)