aboutsummaryrefslogtreecommitdiffstats
path: root/readme.txt
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2008-11-05 21:43:21 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2008-11-05 21:43:21 +0000
commit86acf7daf6a6f867964e7d736b21ee923ab66ebe (patch)
tree5191391b2dd2296c08d6421e2ed77332bd0c8243 /readme.txt
parent48d294c62faa98341ff461decdd74b5f8c5f12d2 (diff)
downloadChibiOS-86acf7daf6a6f867964e7d736b21ee923ab66ebe.tar.gz
ChibiOS-86acf7daf6a6f867964e7d736b21ee923ab66ebe.tar.bz2
ChibiOS-86acf7daf6a6f867964e7d736b21ee923ab66ebe.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@500 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'readme.txt')
-rw-r--r--readme.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/readme.txt b/readme.txt
index b2508d42c..a3375fbb5 100644
--- a/readme.txt
+++ b/readme.txt
@@ -74,6 +74,9 @@ Win32-MinGW - ChibiOS/RT simulator and demo into a WIN32 process,
*****************************************************************************
*** 0.7.4 ***
+- CHANGE: Modified chDbgAssert() to syntax check the condition even when the
+ CH_USE_DEBUG is disabled, it produces no code but allows to check the
+ option without have to compile twice.
- Added a new benchmark to the test suite (timers set/reset performance).
- Renamed the macro fifo_init() to queue_init() because it is used to init
both FIFO queues and priority queues.