aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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