diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2008-11-02 12:43:53 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2008-11-02 12:43:53 +0000 |
commit | aac96ddde3e160390b4f810f852adff0fb97913b (patch) | |
tree | a61ce2154a3ef76e2132c4281befb8a3b86f9f90 /readme.txt | |
parent | bdba36fefcfd30a7bf5d07803363cdc634a62c5a (diff) | |
download | ChibiOS-aac96ddde3e160390b4f810f852adff0fb97913b.tar.gz ChibiOS-aac96ddde3e160390b4f810f852adff0fb97913b.tar.bz2 ChibiOS-aac96ddde3e160390b4f810f852adff0fb97913b.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@492 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'readme.txt')
-rw-r--r-- | readme.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/readme.txt b/readme.txt index 19686f5dd..96eb77bdd 100644 --- a/readme.txt +++ b/readme.txt @@ -73,6 +73,9 @@ Win32-MinGW - ChibiOS/RT simulator and demo into a WIN32 process, *** Releases ***
*****************************************************************************
+*** 0.7.4 ***
+- Added a new benchmark to the test suite (timers set/reset performance).
+
*** 0.7.3 ***
- FIX: Fixed a bug in chThdSleepUntil(), this API is no more a macro now.
- NEW: New chThdSleepSeconds(), chThdSleepMilliseconds() and
|