From b3e92dc72078603137a7182759419e2b801755b9 Mon Sep 17 00:00:00 2001 From: gdisirio Date: Sat, 29 Nov 2008 10:54:24 +0000 Subject: git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@521 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 1fb359a87..ab7b6b182 100644 --- a/readme.txt +++ b/readme.txt @@ -77,6 +77,11 @@ Win32-MinGW - ChibiOS/RT simulator and demo into a WIN32 process, - FIX: Duplicated sections in the documentation removed. - NEW: Added chPoolAllocI() and chPoolFreeI() APIs in order to allow the use of memory pools from interrupt handlers and timer callbacks. +- CHANGE: The macros WorkingArea(), UserStackSize() and StackAlign() are now + deprecated and will be removed in version 1.0.0. Use the new equivalents + WORKING_AREA(), THD_WA_SIZE() and STACK_ALIGN() instead. +- CHANGE: Renamed the default idle thread function from _IdleThread() to + _idle(). *** 0.8.1 *** - FIX: Fixed a regression in version 0.8.0, the configuration switch -- cgit v1.2.3