aboutsummaryrefslogtreecommitdiffstats
path: root/readme.txt
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2011-11-13 11:14:10 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2011-11-13 11:14:10 +0000
commite1f35463ed863f65de82314d0ac06118d095fa7e (patch)
tree7f19b896222bb3afe3e3b8c6ca1d6c7e5b49954a /readme.txt
parentec1bf1b741390d7b6128382971b504a3ee9b7111 (diff)
downloadChibiOS-e1f35463ed863f65de82314d0ac06118d095fa7e.tar.gz
ChibiOS-e1f35463ed863f65de82314d0ac06118d095fa7e.tar.bz2
ChibiOS-e1f35463ed863f65de82314d0ac06118d095fa7e.zip
Cortex-M4 officially supported.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3491 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'readme.txt')
-rw-r--r--readme.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/readme.txt b/readme.txt
index 842946621..3adb886b9 100644
--- a/readme.txt
+++ b/readme.txt
@@ -84,6 +84,8 @@
(backported to 2.2.8).
- FIX: Fixed broken TIM8 support in STM32 PWM driver (bug 3418620).
- FIX: Fixed halconf.h file corrupted in some STM32 demos (bug 3418626).
+- NEW: Removed the warning about the "untested M4 platform", now it is
+ tested and officially supported.
- 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).