aboutsummaryrefslogtreecommitdiffstats
path: root/readme.txt
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2010-11-06 10:13:18 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2010-11-06 10:13:18 +0000
commit6b47e9a61b2d9d8487a43d918146a111ed60adfb (patch)
tree2880cd69e4de69e6faeed2cba8b3834fc1433e60 /readme.txt
parentcf83a936139998a892f5e1063563eca3fe6525c3 (diff)
downloadChibiOS-6b47e9a61b2d9d8487a43d918146a111ed60adfb.tar.gz
ChibiOS-6b47e9a61b2d9d8487a43d918146a111ed60adfb.tar.bz2
ChibiOS-6b47e9a61b2d9d8487a43d918146a111ed60adfb.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2331 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'readme.txt')
-rw-r--r--readme.txt9
1 files changed, 5 insertions, 4 deletions
diff --git a/readme.txt b/readme.txt
index 8629339bd..fd8f13bff 100644
--- a/readme.txt
+++ b/readme.txt
@@ -71,12 +71,13 @@
- 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.
+- NEW: 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 and to support all the various STM32
+ sub-families.
- CHANGE: Renamed ./os/ports/GCC/ARMCMx/STM32F10x in STM32.
-- CHANGE: Diviced the file ARMCMx/crt0.s in crt0_v6m.s and crt0_v7m.s in
+- CHANGE: Divided 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 ******