Add IS_ALIGNED macro to test alignment of a pointer
[bertos.git] / bertos / cfg / compiler.h
2011-04-08 arighiadd support to the IAR Embedded Workbench(TM) compiler
2011-03-14 arighimove Hook type definition in cfg/compiler.h for a more...
2011-03-03 arighisignal: introduce a low-level API to specify the partic...
2011-02-11 arighimove ACCESS_SAFE() macro into bertos/cfg/compiler.h
2010-09-30 arighicompiler: introduce ALIGNED macro
2010-09-24 arighicountof(): use STATIC_ASSERT_EXPR() to perform compile...
2010-09-23 arighiIntroduce STATIC_ASSERT_EXPR()
2010-08-30 arighicountof(): perform a compile time type checking for...
2010-08-30 lottavianoFirst support for MSP430 CPU
2010-08-01 asterixFix doxygen documentation.
2010-07-30 asterixMerged revisions 4004-4036,4039-4048,4050-4095,4097...
2010-07-26 asterixFix count params macro.
2010-07-22 asterixSVNSILENT
2010-07-20 asterixAdd the macro to count the argument number of functions.
2010-07-02 battRemove \version svn tag.
2010-05-18 arighiIntroduce NOINLINE macro.
2010-05-11 asterixAdd flash module. Refactor the cpu implementation.
2010-03-31 arighiARM: introduce NAKED() macro.
2010-03-30 battFurther Cortex-M3 core related macros.
2010-03-29 arighiintroduce UNREACHABLE() macro.
2010-03-17 arighiAdd alignof() macro.
2009-08-20 (no author)Trick to silent compiler warning.
2008-08-25 bernieRemove plenty of legacy names marked as OBSOLETE
2008-08-04 bernieRename myself
2008-04-04 battRefactor BeRTOS to be in his own directory.