aboutsummaryrefslogtreecommitdiffstats
path: root/readme.txt
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2013-03-08 14:57:00 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2013-03-08 14:57:00 +0000
commitf204c289145f883d6bff0e4b5f9a286074ef60be (patch)
tree8dd995dc03bd9a7bf9907d0829ba88194e2e18f1 /readme.txt
parent524a5b7b42961f318e998d9131984e395e153e68 (diff)
downloadChibiOS-f204c289145f883d6bff0e4b5f9a286074ef60be.tar.gz
ChibiOS-f204c289145f883d6bff0e4b5f9a286074ef60be.tar.bz2
ChibiOS-f204c289145f883d6bff0e4b5f9a286074ef60be.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@5385 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'readme.txt')
-rw-r--r--readme.txt6
1 files changed, 4 insertions, 2 deletions
diff --git a/readme.txt b/readme.txt
index 9f2e434fd..115824e95 100644
--- a/readme.txt
+++ b/readme.txt
@@ -121,6 +121,10 @@
(backported to 2.4.3).
- FIX: Fixed wrong SPI path in platform_f105_f107.mk (bug 3598151).
- FIX: Fixed PHY powerdown issues not fixed (bug 3596911).
+- NEW: Added ADC(EQADC), HAL, ICU, PAL, PWM, Serial drivers for SPC5xx
+ platforms, tests to be added on the various sub-families.
+- NEW: Added support for SPC56ELxx, SPC560BCxx, SPC560Pxx and SPC560Mxx
+ platforms.
- NEW: Added preliminary support to the STM32F37x family.
- NEW: Now the general documentation includes data extracted from the low
level driver templates. Per-platform/architecture documents are no more
@@ -133,8 +137,6 @@
by Andrew Hannam.
- NEW: Added kernel support for the SAM4L, an Atmel Studio 6 demo for the
SAM4L-EK board has been added.
-- NEW: Added support for SPC56ELxx, SPC560BCxx, SPC560Pxx and SPC560Mxx
- platforms.
- NEW: Added an abstract file system interface written in C++, no
implementations yet.
TODO: Create a descendant interface for hierarchical file systems.