aboutsummaryrefslogtreecommitdiffstats
path: root/readme.txt
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2011-11-03 18:02:48 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2011-11-03 18:02:48 +0000
commit6d159cc390ec49136915ed124750a1c2f26b8f47 (patch)
treedd9b173847b5a48694fd9cae609c363c4f37d053 /readme.txt
parenta8feb8613bd20eea8031ae6c8a62ac67ec750a02 (diff)
downloadChibiOS-6d159cc390ec49136915ed124750a1c2f26b8f47.tar.gz
ChibiOS-6d159cc390ec49136915ed124750a1c2f26b8f47.tar.bz2
ChibiOS-6d159cc390ec49136915ed124750a1c2f26b8f47.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3462 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'readme.txt')
-rw-r--r--readme.txt6
1 files changed, 5 insertions, 1 deletions
diff --git a/readme.txt b/readme.txt
index 937ec5b82..ffce54fea 100644
--- a/readme.txt
+++ b/readme.txt
@@ -76,7 +76,11 @@
*** 2.3.4 ***
- FIX: Fixed broken TIM8 support in STM32 PWM driver (bug 3418620).
- FIX: Fixed halconf.h file corrupted in some STM32 demos (bug 3418626).
-- NEW: Added EXT driver implementation for AT91SAM7x contributed by Florian.
+- NEW: Reorganized the STM32F1xx hal_lld_xxx.h files in order to distribute
+ the capability macros into the appropriate file (previously those were all
+ in the common hal_lld.h).
+- NEW: Added USE_COPT setting to all makefiles, contributed by Mabl.
+- NEW: Added EXT driver implementation for AT91SAM7x, contributed by Florian.
(TODO: Test application missing).
- NEW: Updated USB driver model and STM32 implementation and fixed several
problems.