aboutsummaryrefslogtreecommitdiffstats
path: root/readme.txt
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2010-11-06 10:02:07 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2010-11-06 10:02:07 +0000
commitc922ada20f99517c4cb98118b954c9b1182fce2c (patch)
treeb537b381672e5db95b6fe09262de7eb3cc9c30c3 /readme.txt
parent985c794c0c8e74fef8ddc845c9a1a680b5c23f4f (diff)
downloadChibiOS-c922ada20f99517c4cb98118b954c9b1182fce2c.tar.gz
ChibiOS-c922ada20f99517c4cb98118b954c9b1182fce2c.tar.bz2
ChibiOS-c922ada20f99517c4cb98118b954c9b1182fce2c.zip
Changes to the various Cortex vector tables.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2328 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'readme.txt')
-rw-r--r--readme.txt7
1 files changed, 6 insertions, 1 deletions
diff --git a/readme.txt b/readme.txt
index 5e37cb088..6578167f4 100644
--- a/readme.txt
+++ b/readme.txt
@@ -71,11 +71,16 @@
- FIX: DMA not initialized under some conditions (bug 3099701).
- NEW: Added an SPI driver to the STM8 platform support.
- NEW: Added a simple STM8 SPI demo under ./testhal/STM8/SPI.
+- CHANGE: Diviced the file ARMCMx/crt0.s in crt0_v6m.s and crt0_v7m.s in
+ order to remove the preprocessor directives from assembler files.
+- CHANGE: Divided the file STM32/vectors.s in several files, one for each
+ STM32 sub-family. This has been done in order to remove the preprocessor
+ directives from assembler files.
- CHANGE: Renamed the HAL settings macro names, removed the CH_ prefix
because it is reserved for the kernel namespace.
NOTE: ****** Make sure to use a mcuconf.h file taken from ******
****** this version in your project. ******
-
+
*** 2.1.2 ***
- FIX: Fixed typo in memstreams.h (bug 3089567)(backported to 2.0.6).
- FIX: Fixed wrong macro check in LPC214x and AT91SAM7 serial drivers (bug