aboutsummaryrefslogtreecommitdiffstats
path: root/readme.txt
diff options
context:
space:
mode:
Diffstat (limited to 'readme.txt')
-rw-r--r--readme.txt5
1 files changed, 3 insertions, 2 deletions
diff --git a/readme.txt b/readme.txt
index 3b01853f4..088e4fc5f 100644
--- a/readme.txt
+++ b/readme.txt
@@ -92,8 +92,9 @@ Win32-MinGW - ChibiOS/RT simulator and demo into a WIN32 process,
- FIX: Corrected the wrong definition of the chThdResumeI() macro.
- CHANGE: Now the chThdResume() asserts that the thread is in PRSUSPEND state
rather than test it.
-- CHANGE: Removed the CH_USE_SUSPEND and CH_USE_RESUME configuration options
- in order to make the chconf.h file simpler.
+- CHANGE: Removed the CH_USE_TERMINATE, CH_USE_SLEEP, CH_USE_SUSPEND and
+ CH_USE_RESUME configuration options in order to make the chconf.h file
+ simpler. The related functions are very small and almost always required.
- Added new test cases to the test suite.
*** 0.6.10 ***