aboutsummaryrefslogtreecommitdiffstats
path: root/readme.txt
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2009-12-20 11:38:02 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2009-12-20 11:38:02 +0000
commit4e37e938e5c861d758168705e8d681d18d9a6243 (patch)
treef5cc7ea4f036a7248cb1f644065e8d56a4d7aef5 /readme.txt
parent1a0f09d780e1e0cfbc1ca29e4453dc4875f9a39d (diff)
downloadChibiOS-4e37e938e5c861d758168705e8d681d18d9a6243.tar.gz
ChibiOS-4e37e938e5c861d758168705e8d681d18d9a6243.tar.bz2
ChibiOS-4e37e938e5c861d758168705e8d681d18d9a6243.zip
FatFS demo for LPC214x added.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1445 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'readme.txt')
-rw-r--r--readme.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/readme.txt b/readme.txt
index 2ffacad68..27680e2a0 100644
--- a/readme.txt
+++ b/readme.txt
@@ -8,6 +8,8 @@
- NEW: STM32 PWM driver implementation.
- NEW: LPC214x SPI driver implementation (SSP only, polled mode, no IRQ), this
driver replaces the old, not HAL compatible, SSP driver.
+- NEW: LPC214x FatFS demo added, LPC214x minimal demo removed, LPC214x "normal"
+ demo reduced to work like all the other generic demos.
- NEW: Added custom mode settings to the STM32 PAL driver:
- PAL_MODE_STM32_ALTERNATE_PUSHPULL
- PAL_MODE_STM32_ALTERNATE_OPENDRAIN
@@ -17,6 +19,8 @@
- CHANGE: The STM32 device drivers now no more configure the I/O pins on
initialization. Pins must be configured in board.h, the change was required
in order to support the STM32 AFIO remapping feature.
+- CHANGE: Removed the mmcsd.c driver, it is replaced by the generic MMC_SPI
+ driver present into the HAL.
*** 1.3.5 ***
- FIX: Fixed problem with memory core allocator (bug 2912528).