Add IRQ_RUNNING() implementation for ARM7.
[bertos.git] / bertos / cpu / irq.h
2012-01-11 asterixAdd IRQ_RUNNING() implementation for ARM7.
2011-04-08 arighiadd support to the IAR Embedded Workbench(TM) compiler
2010-08-30 lottavianoFirst support for MSP430 CPU
2010-05-28 battExplicit dependancy between CONFIG_KERN_PREEMPT and...
2010-05-19 arighiARM7TDMI: get rid of gcc's __attribute__((interrupt)).
2010-05-19 arighiARM7TDMI: restore old IRQ_ENABLED() semantic.
2010-05-18 arighiARM7TDMI: gcc stack corruption workaround.
2010-05-13 arighiARM7TDMI: simplify IRQ_SAVE_DISABLE().
2010-05-13 arighiARM7TDMI: optimize IRQ macros.
2010-04-13 arighiCM3: allow to declare ISR functions as static.
2010-04-06 arighiCM3: kernel preemption.
2010-03-30 battCorrectly detect Cortex-M3 cpus.
2010-03-30 arighilm3s1968: integrate the hardware timer driver into...
2010-03-26 arighicortex-m3: add basic support for the lm3s1968 board.
2010-03-18 arighiParametric scheduler approach.
2010-03-17 arighiAVR: fix redeclaration of ISR_PROTO() macro.
2010-03-17 arighiMerge branch "preempt" in "trunk".
2008-08-29 bernierename cpuXXX_t to cpu_XXX_t
2008-08-25 bernieRemove plenty of legacy names marked as OBSOLETE
2008-08-23 bernieBREAKPOINT: move from cpu/irq.h to cpu/attr.h
2008-08-22 bernieBREAKPOINT: implement for x86 and ppc
2008-08-21 bernieIRQ_ASSERT_{EN,DIS}ABLE(): Rename for consistency.
2008-08-10 bernieASSERT_IRQ_CONTEXT(), ASSERT_USER_CONTEXT(), ASSERT_IRQ...
2008-08-10 bernieFix PowerPC support
2008-08-04 bernieRename myself
2008-04-04 battMove also cpu/ to bertos/ :-).