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

This commit is contained in:
gdisirio 2010-04-27 07:27:26 +00:00
parent d0378a9a76
commit 40aade6056
1 changed files with 4 additions and 1 deletions

View File

@ -23,6 +23,8 @@
| | +--platforms/ - HAL low level drivers implementations. | | +--platforms/ - HAL low level drivers implementations.
| | | +--AT91SAM7/ - Drivers for AT91SAM7 platform. | | | +--AT91SAM7/ - Drivers for AT91SAM7 platform.
| | | +--AVR/ - Drivers for AVR platform. | | | +--AVR/ - Drivers for AVR platform.
| | | +--LPC11xx/ - Drivers for LPC11xx platform.
| | | +--LPC13xx/ - Drivers for LPC13xx platform.
| | | +--LPC214x/ - Drivers for LPC214x platform. | | | +--LPC214x/ - Drivers for LPC214x platform.
| | | +--MSP430/ - Drivers for MSP430 platform. | | | +--MSP430/ - Drivers for MSP430 platform.
| | | +--SPC56x/ - Drivers for SPC56x/MPC563xx platforms. | | | +--SPC56x/ - Drivers for SPC56x/MPC563xx platforms.
@ -36,7 +38,7 @@
| | +--GCC/ - Ports for the GCC compiler. | | +--GCC/ - Ports for the GCC compiler.
| | | +--ARM/ - Port files for generic ARM architecture. | | | +--ARM/ - Port files for generic ARM architecture.
| | | +--ARM7/ - Port files for ARM7 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. | | | +--PPC/ - Port files for PowerPC architecture.
| | | +--AVR/ - Port files for AVR architecture. | | | +--AVR/ - Port files for AVR architecture.
| | | +--MSP430/ - Port files for MSP430 architecture. | | | +--MSP430/ - Port files for MSP430 architecture.
@ -57,6 +59,7 @@
***************************************************************************** *****************************************************************************
*** 1.5.6 *** *** 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 - FIX: Fixed write problems in MMC_SPI driver (bug 2991714)(backported in
1.4.3). 1.4.3).
- FIX: Fixed wrong macros in chioch.h (bug 2989468). - FIX: Fixed wrong macros in chioch.h (bug 2989468).