Test for ticket system bug #14.
[bertos.git] / cfg /
2008-03-04 battFix unwanted type promotion.
2008-03-04 battAdd PACKED attribute.
2008-02-19 battRemove kfile sub-classes aggregation.
2008-02-18 bernieInvert test (the mask contains BLOCKED signals)
2008-02-18 bernieUnify embedded and hosted debug support
2008-02-18 bernieAdd IRQ_ENABLED() for hosted environments.
2007-11-22 asterixRemove cvs logs.
2007-10-31 asterixRemove cvs logs. Fix comment.
2007-10-23 battAdd DIV_ROUND macro.
2007-10-23 battSplit cpu/cpu.h in 3 files: irq, types and attr.
2007-10-18 battPrune log; add missing include.
2007-10-11 battUpdate to new tree.
2007-10-11 battUpdate to new tree.
2007-10-11 battMove cpu.h to cpu/.
2007-10-11 battMove detect.h to cpu dir.
2007-10-11 battRename cpu_detect.h.
2007-10-08 marcoRemoved 'This file is part of DevLib ...'
2007-10-08 marcoUpdated copiright notice.
2007-10-08 raskySistema l'errore da me commesso in fase di conversione...
2007-10-05 battFix ARM IRQ macros (untested).
2007-09-29 bernieBetter sparse support.
2007-09-29 bernieChanges to compile with sparse.
2007-06-07 battMerge from kseries.
2007-02-06 asterixAdd ROTL and ROTR macros for bit rotating.
2007-01-27 battAdd support for ATMEGA1281.
2007-01-09 bernieAvoid dependency on cfg/compiler.h
2006-09-13 bernieBV8(), BV16(), BV32(): New macros for CPUs with small...
2006-09-13 bernieReformat.
2006-07-19 bernieConvert to new Doxygen style.
2006-07-19 bernieDocumentation fixes.
2006-07-19 berniePrune log.
2006-06-10 bernieConvert to new Doxygen comments.
2006-04-11 bernieImplemenent MF_SAVESEL flag.
2006-03-27 bernieCPU_IDLE(): Fix for new emulator.
2006-03-22 bernieMSVC support.
2006-03-22 bernieFormatting.
2006-03-22 bernieSimplify.
2006-03-21 bernieUpdate ARM support.
2006-03-20 bernieSpacing fix.
2006-03-20 bernieFix for avr-libc; INTERRUPT(): Remove macro.
2006-03-13 bernieROUND_UP2: Rename from ROUND2.
2006-03-13 berniecontainerof(): New macro.
2006-02-24 bernieCPU_SAVED_REGS_CNT: Declare for x86/x86_64.
2006-02-24 bernieRemove #error to allow compiling local demo.
2006-02-23 bernieDocumentation fixes.
2006-02-23 bernieAdd even more code duplication until we properly refact...
2006-02-23 bernieRemove Linux specific hack.
2006-02-23 bernieAdd note for a frequently reported non-bug.
2006-02-23 bernieTRACEMSG() support for compilers with no variadic macros.
2006-02-23 bernieEmulate __func__ on MSVC.
2006-02-23 bernieFix for compilers without variadic macros support.
2006-02-23 bernieCompile fix for MSVC.
2006-02-21 bernieFix ssize_t redefinitions on glibc systems.
2006-02-21 bernieMove from cfg/ to top-level.
2006-02-21 bernieRemove obsolete file.
2006-02-20 bernieUse portable type checking.
2006-02-20 bernieDepend on cfg/os.h.
2006-02-20 berniePort to MacOSX.
2006-02-17 bernieSupport TRACE() and TRACEMSG() on hosted targets.
2006-02-16 bernieMacros for intermodule dependency checks.
2006-02-15 bernieDon't mask useful user signals on UNIX.
2006-02-15 bernieFixes for ARM/IAR support.
2006-02-10 bernieAdd support for ARM on IAR.
2006-02-10 berniePacify IAR warnings for side-effects.
2006-01-16 bernieRename sig_t to sigbit_t to avoid clash with POSIX.
2005-11-27 bernieDrop avr-libc hack for missing stdint.h.
2005-11-27 bernieAdd CPU fallback for OS_ID.
2005-11-27 bernieIRQ_SAVE_DISABLE(): Really block signals.
2005-11-27 bernieAdd POSIX emulation for IRQ_* macros; Add Qt support.
2005-11-04 bernieMove cfg/config.h to appconfig.h.
2005-11-04 bernieFix reference to README.devlib in header.
2005-11-04 bernieDoxygen workaround.
2005-07-19 bernieDon't use CPU_REG_BITS from cpu.h to avoid circular...
2005-07-19 bernieAdd missing #endif.
2005-07-03 bernieDoxygen fix.
2005-07-03 bernieTypo.
2005-06-27 bernieticks_t: New typedef.
2005-06-27 bernieCPU_CSOURCE(): New macro.
2005-06-27 bernieRename cfg/config.h to appconfig.h.
2005-06-27 bernieROUND_DOWN, ROUND_UP, ROUND_NEAREST: New macros.
2005-06-14 bernieAdd X86_64 support.
2005-04-12 bernieCatch missing CPU earlier.
2005-04-12 bernieMetrowerks touchups from HeCo.
2005-04-11 bernieInclude top-level headers from cfg/ subdir.
2005-04-11 bernieMove top-level headers to cfg/ subdir.