aboutsummaryrefslogtreecommitdiffstats
path: root/readme.txt
diff options
context:
space:
mode:
Diffstat (limited to 'readme.txt')
-rw-r--r--readme.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/readme.txt b/readme.txt
index f66459e33..12d951d58 100644
--- a/readme.txt
+++ b/readme.txt
@@ -75,6 +75,10 @@ Win32-MinGW - ChibiOS/RT simulator and demo into a WIN32 process,
*****************************************************************************
*** 0.7.2 ***
+- CHANGE: Modified the CM3 startup file in order to implement an early
+ initializaiton phase: hwinit0, the late initialization phase is now named
+ hwinit1. The demo now initializes the PLL before initializing the BSS and
+ DATA segments, this greatly optimizes the system start up time.
- Modified the STM32 demo makefile to use the latest YAGARTO toolchain as
default (arm-elf-gcc).