From 425d308d3347a4f77577bfc9695da9ab9d6abd6d Mon Sep 17 00:00:00 2001 From: gdisirio Date: Tue, 9 Mar 2010 13:43:46 +0000 Subject: [PATCH] git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1734 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- readme.txt | 9 ++++++--- 1 file 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