aboutsummaryrefslogtreecommitdiffstats
path: root/readme.txt
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2012-01-01 13:16:19 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2012-01-01 13:16:19 +0000
commitb89c65bd8d6fa479b2e0a01e873fef2220ce563e (patch)
treed045f12f0c5a06e990fc0a189f550a5540c7b35b /readme.txt
parent211a79c0c9b8fd9d238112a2ac93369cc2bbcd20 (diff)
downloadChibiOS-b89c65bd8d6fa479b2e0a01e873fef2220ce563e.tar.gz
ChibiOS-b89c65bd8d6fa479b2e0a01e873fef2220ce563e.tar.bz2
ChibiOS-b89c65bd8d6fa479b2e0a01e873fef2220ce563e.zip
Added MEMS support to the STM32F4-Discovery demo.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3702 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'readme.txt')
-rw-r--r--readme.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/readme.txt b/readme.txt
index c5ff58d69..44c4b7454 100644
--- a/readme.txt
+++ b/readme.txt
@@ -78,6 +78,7 @@
- FIX: Fixed SYSCFG clock not started in STM32L1/F4 HALs (bug 3449139).
- FIX: Fixed wrong definitions in STM32L-Discovery board file (bug 3449076).
- OPT: Improved the exception exit code in the GCC Cortex-Mx ports.
+- NEW: Added an utility module to access LIS302DL MEMS using a SPI.
- NEW: Updated STM32F2xx support by inheriting the work done on the STM32F4xx,
the whole thing is untested because lack of hardware.
- NEW: Files nvic.c and nvic.h moved under ./os/ports/common/ARMCMx, removed