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

This commit is contained in:
gdisirio 2012-09-13 14:17:43 +00:00
parent 11a92bce55
commit 688ba35124
1 changed files with 3 additions and 0 deletions

View File

@ -53,6 +53,7 @@
| | | +--SIMIA32/ - Port files for SIMIA32 simulator architecture.
| | +--IAR/ - Ports for the IAR compiler.
| | | +--ARMCMx/ - Port files for ARMCMx architectures (ARMv6/7-M).
| | | +--STM8/ - Port files for STM8 architecture.
| | +--RVCT/ - Ports for the Keil RVCT compiler.
| | | +--ARMCMx/ - Port files for ARMCMx architectures (ARMv6/7-M).
| | +--cosmic/ - Ports for the Cosmic compiler.
@ -83,6 +84,8 @@
*** 2.5.1 ***
- NEW: Added VLE support to the Power Architecture GCC port.
- NEW: Reorganized the Power Architecture GCC port along the lines of the
ARMCMx port, now it can support multiple core types.
- NEW: Updated the Power Architecture rules.mk file to put object and listing
files into a ./build directory like ARM ports alread do.