aboutsummaryrefslogtreecommitdiffstats
path: root/readme.txt
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2010-07-12 18:20:11 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2010-07-12 18:20:11 +0000
commit9791739749f55690b4b50d0ddc04e8a0cf52ddc3 (patch)
tree474badcfebd55e9da15ef94aa235ed44d75d5bfa /readme.txt
parent4400d5b7d64454fcec325017f8c950914c684be6 (diff)
downloadChibiOS-9791739749f55690b4b50d0ddc04e8a0cf52ddc3.tar.gz
ChibiOS-9791739749f55690b4b50d0ddc04e8a0cf52ddc3.tar.bz2
ChibiOS-9791739749f55690b4b50d0ddc04e8a0cf52ddc3.zip
Fixed bug 3028562.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2077 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'readme.txt')
-rw-r--r--readme.txt6
1 files changed, 5 insertions, 1 deletions
diff --git a/readme.txt b/readme.txt
index 91c3109bc..f05477a38 100644
--- a/readme.txt
+++ b/readme.txt
@@ -43,6 +43,8 @@
| | | +--AVR/ - Port files for AVR architecture.
| | | +--MSP430/ - Port files for MSP430 architecture.
| | | +--SIMIA32/ - Port files for SIMIA32 simulator architecture.
+ | | +--cosmic/ - Ports for the Cosmic compiler.
+ | | +--STM8/ - Port files for STM8 architecture.
| | +--RC/ - Ports for the Raisonance compiler.
| | +--STM8/ - Port files for STM8 architecture.
| +--kernel/ - Kernel portable files.
@@ -59,6 +61,8 @@
*****************************************************************************
*** 2.1.1 ***
+- FIX: Fixed wrong macro check in the STM32 SPI driver (bug 3028562)(backported
+ to 2.0.3).
- FIX: Fixed invalid context restore in MSP430 port (bug 3027975)(backported
to 2.0.2).
- FIX: Fixed STM32 vectors file (bug 3026528)(backported to 2.0.2).
@@ -70,7 +74,7 @@
Cortex-Mx port (bug 3025133)(backported to 2.0.2).
- NEW: Added friendly interrupt vectors names to the STM32 HAL (change request
3023944).
-- NEW: Added support for SPI3 in the STM32 HAL
+- NEW: Added support for SPI3 in the STM32 HAL.
- CHANGE: Removed the option -mabi=apcs-gnu from all the Cortex-Mx demos. The
option is not compatible with the 64 bits stack alignment now default in
the Cortex-Mx port. Note that the 64 bits alignment has a cost both as