pasto.
[bertos.git] / bertos / cpu / attr.h
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/ :-).