aboutsummaryrefslogtreecommitdiffstats
path: root/readme.txt
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2009-04-19 07:15:05 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2009-04-19 07:15:05 +0000
commitd62a644b1e910c7fccd65d768a838fcc651e4e80 (patch)
treeb8c0d2122ec89b353611b19660782de8613e7416 /readme.txt
parenta6b9e598ee8603df903ca34ab69bed2abda56c5a (diff)
downloadChibiOS-d62a644b1e910c7fccd65d768a838fcc651e4e80.tar.gz
ChibiOS-d62a644b1e910c7fccd65d768a838fcc651e4e80.tar.bz2
ChibiOS-d62a644b1e910c7fccd65d768a838fcc651e4e80.zip
Removed the chMsgSendWithEvent() function and the related configuration option.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@914 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 0ec73ab03..9b7798aa6 100644
--- a/readme.txt
+++ b/readme.txt
@@ -93,6 +93,9 @@ Win32-MinGW - ChibiOS/RT simulator and demo into a WIN32 process,
- NEW: Added a new "naked" context switch benchmark that better defines the
real context switch time, previous benchmarks introduced too much overhead
to the measurement. The STM32 performs the context switch in under 1.48uS.
+- CHANGE: Removed the chMsgSendWithEvent() function. It is rarely used and
+ the functionality can be re-created with a compound atomic operation. Also
+ removed the CH_USE_MESSAGES_EVENT configuration option.
*** 1.2.0 ***
- Added license exception text to the 1.2.0 branch.