aboutsummaryrefslogtreecommitdiffstats
path: root/readme.txt
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2008-10-15 18:53:15 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2008-10-15 18:53:15 +0000
commite3974196a3f092878c2ec0d466d0ec412298be6b (patch)
tree3bfdce10c780c68d5120c5c16ef3a3f2a17b203b /readme.txt
parent8c778229e5d1cdd9b89eda7895c328341571cecd (diff)
downloadChibiOS-e3974196a3f092878c2ec0d466d0ec412298be6b.tar.gz
ChibiOS-e3974196a3f092878c2ec0d466d0ec412298be6b.tar.bz2
ChibiOS-e3974196a3f092878c2ec0d466d0ec412298be6b.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@472 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'readme.txt')
-rw-r--r--readme.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/readme.txt b/readme.txt
index 55f19bb64..a6a399d03 100644
--- a/readme.txt
+++ b/readme.txt
@@ -83,7 +83,7 @@ Win32-MinGW - ChibiOS/RT simulator and demo into a WIN32 process,
ports.
- CHANGE: Modified the test suite to use the new time conversion macros.
- CHANGE: Modified the CM3 startup file in order to implement an early
- initializaiton phase: hwinit0, the late initialization phase is now named
+ initialization 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.
- NEW: Unified ARM7 startup file, it is shared by the LPC and SAM7 demo