aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGiovanni Di Sirio <gdisirio@gmail.com>2015-08-08 09:57:26 +0000
committerGiovanni Di Sirio <gdisirio@gmail.com>2015-08-08 09:57:26 +0000
commit6e9319492381db0b8788728908cf235b5d829f87 (patch)
tree3a7d10953b1d86c4ad9d143974b78277e9f55605
parentec355e57114b6963eb9ff59c3216e1359f775989 (diff)
downloadChibiOS-6e9319492381db0b8788728908cf235b5d829f87.tar.gz
ChibiOS-6e9319492381db0b8788728908cf235b5d829f87.tar.bz2
ChibiOS-6e9319492381db0b8788728908cf235b5d829f87.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@8188 35acf78f-673a-0410-8e92-d51de3d6d3f4
-rw-r--r--readme.txt6
1 files changed, 2 insertions, 4 deletions
diff --git a/readme.txt b/readme.txt
index 61ad339eb..b390f5fb2 100644
--- a/readme.txt
+++ b/readme.txt
@@ -98,10 +98,8 @@
- VAR: Fixed lwIP arch code breaks with a 16-bit systick timer (bug #627)
(backported to 3.0.1).
- HAL: Fixed broken MAC driver for STM32F107 (bug #626)(backported to 3.0.1).
-- NIL: Fixed missing configuration options from NIL and RT PPC ports
- (bug #625).
-- RT: Fixed missing configuration options from NIL and RT PPC ports
- (bug #625).
+- NIL: Fixed missing configuration options from NIL PPC port (bug #625)
+ (backported to 3.0.1).
- HAL: Fixed wrong offset in STM32 DAC driver (bug #624)(backported to 3.0.1).
- HAL: Fixed crash on STM32F030x4/6 devices (bug #623)(backported to 3.0.1).
- HAL: Fixed duplicated doxygen tag in STM32F4xx hal_lld.h file (bug #621)