From 688ba3512495f5c02cc1206c1ebe8975bc0c267f Mon Sep 17 00:00:00 2001 From: gdisirio Date: Thu, 13 Sep 2012 14:17:43 +0000 Subject: [PATCH] git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4651 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- readme.txt | 3 +++ 1 file changed, 3 insertions(+) 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.