aboutsummaryrefslogtreecommitdiffstats
path: root/readme.txt
diff options
context:
space:
mode:
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.