aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2008-10-15 18:29:36 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2008-10-15 18:29:36 +0000
commit8687fa611367924c3869b023ed9c803b5de68ae9 (patch)
tree6e5f9b0cc3e0ab50146a29665f41e016b40ea140
parent2458adee530e07ce6ade829738633414cdd28fe4 (diff)
downloadChibiOS-8687fa611367924c3869b023ed9c803b5de68ae9.tar.gz
ChibiOS-8687fa611367924c3869b023ed9c803b5de68ae9.tar.bz2
ChibiOS-8687fa611367924c3869b023ed9c803b5de68ae9.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@470 35acf78f-673a-0410-8e92-d51de3d6d3f4
-rw-r--r--readme.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/readme.txt b/readme.txt
index 8dbb79d06..55f19bb64 100644
--- a/readme.txt
+++ b/readme.txt
@@ -81,6 +81,7 @@ Win32-MinGW - ChibiOS/RT simulator and demo into a WIN32 process,
- NEW: Added macros to convert from seconds, milliseconds and microseconds to
system ticks. This improves application code portability among different
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
hwinit1. The demo now initializes the PLL before initializing the BSS and