diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2012-09-13 14:17:43 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2012-09-13 14:17:43 +0000 |
commit | 688ba3512495f5c02cc1206c1ebe8975bc0c267f (patch) | |
tree | 0802292dd15cc9de6e024038519e3be5a397c3f2 | |
parent | 11a92bce5516b6acdfe3270e884670c6ec85821d (diff) | |
download | ChibiOS-688ba3512495f5c02cc1206c1ebe8975bc0c267f.tar.gz ChibiOS-688ba3512495f5c02cc1206c1ebe8975bc0c267f.tar.bz2 ChibiOS-688ba3512495f5c02cc1206c1ebe8975bc0c267f.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4651 35acf78f-673a-0410-8e92-d51de3d6d3f4
-rw-r--r-- | readme.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/readme.txt b/readme.txt index 06b442173..69b11ab14 100644 --- a/readme.txt +++ b/readme.txt @@ -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.
|