From a50a5627b641b3c6b82c5fbdf708eb16fafbe8f8 Mon Sep 17 00:00:00 2001 From: gdisirio Date: Sun, 11 Jan 2009 11:30:46 +0000 Subject: [PATCH] git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@620 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- readme.txt | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/readme.txt b/readme.txt index 03ba27355..2b2f4010b 100644 --- a/readme.txt +++ b/readme.txt @@ -80,8 +80,11 @@ Win32-MinGW - ChibiOS/RT simulator and demo into a WIN32 process, Port functions are no more directly exposed as APIs to the user code. - NEW: Added a configuration option to enable nested system locks/unlocks. - NEW: Improved the interrupt handlers related code. Now interrupts are - handled in a very similar way for every architecture. Added macros and - functions that hide the implementation details. + handled in a very similar way for every architecture. +- CHANGE: Renamed the macros chSysIRQEnter() and chSysIRQExit() in + CH_IRQ_PROLOGUE() and CH_IRQ_EPILOGUE() in order to make very clear that + those are not functions but inlined code. Also introduced a new macro + CH_IRQ_HANDLER that should be used when declaring an interrupt handler. *** 1.0.0rc2 *** - FIX: Removed unused variable "retaddr" from the Cortex-M3 port.