git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1734 35acf78f-673a-0410-8e92-d51de3d6d3f4

master
gdisirio 2010-03-09 13:43:46 +00:00
parent 1585e2851c
commit 425d308d33
1 changed files with 6 additions and 3 deletions

View File

@ -57,9 +57,12 @@
*****************************************************************************
*** 1.5.4 ***
- NEW: Added support for the STM8 large memory model to the STM8 port.
- NEW: Added RIDE7 project files to the STM32 demo. The normal makefile is
still available of course.
- NEW: Added support for the STM8 large memory model to the STM8 port. Now
the assembler port code is totally inlined and the chcoreasm.asm file has
been removed.
- NEW: Added RIDE7 project files to the STM32 demo under a ./ride7
subdirectory, this should make things easier for RIDE7 users. The normal
makefile is still available of course.
*** 1.5.3 ***
- FIX: Removed C99-style variables declarations (bug 2964418)(backported