git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@5385 35acf78f-673a-0410-8e92-d51de3d6d3f4

master
gdisirio 2013-03-08 14:57:00 +00:00
parent 524a5b7b42
commit f204c28914
1 changed files with 4 additions and 2 deletions

View File

@ -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.