From 8e2d082b7bb0c2b9d938f7bb32dc9425767b645d Mon Sep 17 00:00:00 2001 From: gdisirio Date: Fri, 1 Aug 2008 09:24:16 +0000 Subject: git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@380 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- readme.txt | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'readme.txt') diff --git a/readme.txt b/readme.txt index dc89f5fe6..d63d462f8 100644 --- a/readme.txt +++ b/readme.txt @@ -91,6 +91,11 @@ Win32-MinGW - ChibiOS/RT simulator and demo into a WIN32 process, performance. - Added a test_terminate_threads() function to the test framework. - Made the Cortex-M3 port preemption code more readable. +- Added a ENABLE_WFI_IDLE option to the chcore.h file in the Cortex-M3 port, + setting this option to 1 enables the kernel to enter a low power mode when + executing the idle thread. Be careful however, this option can be not + compatible with some JTAB probes, it is better to enable it only on final + builds and not when debugging. *** 0.6.8 *** - FIX: Fixed a bug in the priority inheritance mechanism, the bug was only a -- cgit v1.2.3