aboutsummaryrefslogtreecommitdiffstats
path: root/readme.txt
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2010-03-09 13:43:46 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2010-03-09 13:43:46 +0000
commit425d308d3347a4f77577bfc9695da9ab9d6abd6d (patch)
tree2f8a35ab1efe10518bf10101f00b3e6bfd09be4c /readme.txt
parent1585e2851cd4d862b4e08efd2b200f0401110133 (diff)
downloadChibiOS-425d308d3347a4f77577bfc9695da9ab9d6abd6d.tar.gz
ChibiOS-425d308d3347a4f77577bfc9695da9ab9d6abd6d.tar.bz2
ChibiOS-425d308d3347a4f77577bfc9695da9ab9d6abd6d.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1734 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'readme.txt')
-rw-r--r--readme.txt9
1 files changed, 6 insertions, 3 deletions
diff --git a/readme.txt b/readme.txt
index 1aa28a6cf..1a1b2f999 100644
--- a/readme.txt
+++ b/readme.txt
@@ -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