aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2008-10-15 18:27:58 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2008-10-15 18:27:58 +0000
commit2458adee530e07ce6ade829738633414cdd28fe4 (patch)
tree8758b8839164b4f8ac02419da57e73c77f143ed7
parent875c8f368683e77371f75c0b9f1aa18237f118f2 (diff)
downloadChibiOS-2458adee530e07ce6ade829738633414cdd28fe4.tar.gz
ChibiOS-2458adee530e07ce6ade829738633414cdd28fe4.tar.bz2
ChibiOS-2458adee530e07ce6ade829738633414cdd28fe4.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@469 35acf78f-673a-0410-8e92-d51de3d6d3f4
-rw-r--r--readme.txt5
1 files changed, 4 insertions, 1 deletions
diff --git a/readme.txt b/readme.txt
index a74a9ca08..8dbb79d06 100644
--- a/readme.txt
+++ b/readme.txt
@@ -77,7 +77,10 @@ Win32-MinGW - ChibiOS/RT simulator and demo into a WIN32 process,
- NEW: Added a serial driver to the MSP430 port, the MSP430 port now has been
tested on hardware and passes the test suite.
- NEW: Added to the MSP demo program the option to run from the internal DCO
- or from an external xtal. The default is the internal DCO,
+ or from an external xtal. The default is the internal DCO.
+- NEW: Added macros to convert from seconds, milliseconds and microseconds to
+ system ticks. This improves application code portability among different
+ ports.
- 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