diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2010-04-27 07:27:26 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2010-04-27 07:27:26 +0000 |
commit | 40aade60563a0f7d35ecd5f4b78eb8a882a01e48 (patch) | |
tree | 59f6b5f5da032cb1ee8f52661447fe854a4d2732 /readme.txt | |
parent | d0378a9a76dde95d673862e7c19a4eef01e7e4e1 (diff) | |
download | ChibiOS-40aade60563a0f7d35ecd5f4b78eb8a882a01e48.tar.gz ChibiOS-40aade60563a0f7d35ecd5f4b78eb8a882a01e48.tar.bz2 ChibiOS-40aade60563a0f7d35ecd5f4b78eb8a882a01e48.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1894 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'readme.txt')
-rw-r--r-- | readme.txt | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/readme.txt b/readme.txt index 4fc9892c3..c14d58b01 100644 --- a/readme.txt +++ b/readme.txt @@ -23,6 +23,8 @@ | | +--platforms/ - HAL low level drivers implementations.
| | | +--AT91SAM7/ - Drivers for AT91SAM7 platform.
| | | +--AVR/ - Drivers for AVR platform.
+ | | | +--LPC11xx/ - Drivers for LPC11xx platform.
+ | | | +--LPC13xx/ - Drivers for LPC13xx platform.
| | | +--LPC214x/ - Drivers for LPC214x platform.
| | | +--MSP430/ - Drivers for MSP430 platform.
| | | +--SPC56x/ - Drivers for SPC56x/MPC563xx platforms.
@@ -36,7 +38,7 @@ | | +--GCC/ - Ports for the GCC compiler.
| | | +--ARM/ - Port files for generic ARM architecture.
| | | +--ARM7/ - Port files for ARM7 architecture.
- | | | +--ARMCM3/ - Port files for ARMCM3 architecture.
+ | | | +--ARMCM3/ - Port files for ARMCMx architectures (ARMv6/7-M).
| | | +--PPC/ - Port files for PowerPC architecture.
| | | +--AVR/ - Port files for AVR architecture.
| | | +--MSP430/ - Port files for MSP430 architecture.
@@ -57,6 +59,7 @@ *****************************************************************************
*** 1.5.6 ***
+- FIX: Fixed centralized ARM makefile (bug 2992747)(backported in 1.4.3).
- FIX: Fixed write problems in MMC_SPI driver (bug 2991714)(backported in
1.4.3).
- FIX: Fixed wrong macros in chioch.h (bug 2989468).
|