Merge contributed patch to extend support of atxmega.
[bertos.git] / bertos / cpu / attr.h
2012-01-13 Daniele BasileMerge contributed patch to extend support of atxmega.
2011-04-09 lottavianoAdd detect macros for AVR XMega MCU.
2011-04-08 arighiadd support to the IAR Embedded Workbench(TM) compiler
2011-02-17 arighimove RAM_FUNC functions into a distinct section in RAM
2011-02-13 alephSpacing fix
2011-02-09 arighiCM3: allow to define function in RAM by the RAM_FUNC...
2010-12-23 lottavianoAdd support for ATmega2560.
2010-12-02 alephAdd base support for STM32F101C4 Cortex-M3 cpu.
2010-10-27 alephChange filename and macros from AT91SAM3.. to SAM3...
2010-09-17 alephAT91SAM3 port: initial support for AT91SAM3 (mainly...
2010-08-30 lottavianoFirst support for MSP430 CPU
2010-08-02 lottavianoFirst support for ATMega 1280
2010-05-27 battRename to correct CPU name.
2010-05-26 battpasto.
2010-05-26 battRename to correct CPU part number.
2010-05-04 arighiCM3: add basic support to STM32 family processors.
2010-04-28 arighiCM3: add support for the LM3S8962 evaluation board.
2010-04-06 arighiCM3: add -mthumb to the linker option.
2010-03-31 battLPC2: Add RAM start address.
2010-03-31 arighiCM3: introduce PAUSE macro.
2010-03-31 arighiCM3: define specific architecture attributes.
2010-03-30 battCorrectly detect Cortex-M3 cpus.
2010-03-26 lottavianoInitial support for ATmega328P (Arduino Duemilanove).
2010-03-26 arighicortex-m3: add basic support for the lm3s1968 board.
2010-03-17 arighiMerge branch "preempt" in "trunk".
2010-03-03 asterixAdd at91sam7 flash driver.
2009-09-17 lottavianoFix compiling issues.
2009-09-17 asterixSet correct ram start address for supported ARM.
2009-09-17 asterixSet correct ram start address for supported AVR.
2008-08-25 bernieBREAKPOINT: x86 asm syntax fix: 'int 3' -> 'int3'
2008-08-23 bernieBREAKPOINT: move from cpu/irq.h to cpu/attr.h
2008-08-10 berniecpu: Split frame handling macros to the new header...
2008-08-10 berniePUSH_CALL_FRAME(): Renamed from PUSH_CALL_CONTEXT().
2008-08-10 bernieppc: Add cooperative task switching for PowerPC
2008-08-10 bernieavr: Documentation syntax fix.
2008-08-10 bernieASSERT_VALID_PTR(): Make bottom of memory a per-CPU...
2008-08-04 bernieRename myself
2008-06-12 asterixReformat.
2008-05-30 asterixReformat.
2008-05-27 asterixSpecific the directory for all hw and cfg module. Use...
2008-05-26 asterixUse configuration file instead appconfig. Reformat...
2008-05-26 asterixAdd default implementation of FAST_* macro.
2008-05-22 asterixAdd defines for avr target.
2008-04-04 battMove also cpu/ to bertos/ :-).