Add test commands for configuration.
[bertos.git] / bertos / cpu /
2008-12-16 asterixClean up.
2008-12-16 asterixClean up.
2008-12-16 asterixMove all common settings and defines to avr.common.
2008-12-16 asterixMove general cpu info in local cpu common file. Rename...
2008-12-16 asterixGroup the common definition in at91sam7.common.
2008-12-15 asterixDefine the common setting for sam7 cpu.
2008-12-12 asterixAdd sam7 cpu settings.
2008-12-12 asterixPaste.
2008-12-12 asterixRemove all common settings and put their in general...
2008-12-12 asterixAdd cpu general settings for BeRTOS wizard.
2008-12-11 asterixComply to avr cdef format.
2008-12-11 asterixAdd configuration info for bertos wizard.
2008-12-11 asterixAdd configuration info for bertos wizard.
2008-12-09 asterixFix doxygen warnings.
2008-12-04 asterixConvert to unix format. Removing trailing space.
2008-12-04 asterixFix some comments and typos.
2008-12-03 asterixAdd the gdb and openocd configuration script for the...
2008-12-03 asterixAdd script for the latest version of openocd.
2008-12-02 asterixTypo.
2008-12-02 asterixUse avr libc for wdt cpu specific. Comply the wdt inter...
2008-12-01 asterixAdd the wdt avr cpu specific.
2008-11-27 asterixAdd timer support for ATmega1281 (only for ther out...
2008-11-18 battFix pasto (bug #37).
2008-11-13 asterixAdd debug support for atmega1281.
2008-11-11 battAdd configurable option to choose at compile time which...
2008-11-11 battUpdate to new i2c driver name.
2008-11-11 battRevert bad commit.
2008-11-11 battRename arm twi driver to i2c.
2008-11-10 battMerged from external project:
2008-10-23 battMerged from external project:
2008-10-21 battRevert bad commit.
2008-10-21 battMerged from external project:
2008-10-07 battMerged from external project:
2008-10-06 battMerged from external project:
2008-10-06 battMerged from external project:
2008-10-06 battMerged from external project:
2008-10-06 battMerged from external project:
2008-10-06 battMerged from external project:
2008-10-06 battMerged from external project:
2008-10-02 battFix Luminary LM3S detection.
2008-09-05 battRefactor timer prescaler handling.
2008-09-05 battRefactor AVR twi driver to supply twi_get; add ATMega32...
2008-09-05 battRefactor AVR twi driver to supply twi_get; add ATMega32...
2008-09-05 battAdd debug support for ATMega32.
2008-09-05 battAdd detect for ATMega32.
2008-09-04 qwertMove all cortex-m3 stuff in dedicated directory.
2008-09-04 qwertAdd a new family of core: "Cortex-M3". This cpu have...
2008-09-04 qwertRemoved startup routine.
2008-09-04 qwertAdd support for luminary micro lm3s1968 board
2008-09-04 qwertAdd support for LM3S1968 board based on cortex-m3 cpu
2008-09-04 qwertAdd support for LM3S1968 board.
2008-09-04 qwertAdd startup routine for Luminary Micro Stellaris LM3S1968
2008-09-04 qwertLuminary Micro Stellaris LM3S1968 script files.
2008-09-03 bernieThis makes proc_test actually compile and pass:
2008-08-29 battRename hw-related tests.
2008-08-29 bernierename cpuXXX_t to cpu_XXX_t
2008-08-29 berniecpu: introduce cpuatomic_t
2008-08-29 battRemove unneeded cast.
2008-08-28 battUse new macro.
2008-08-28 battUse the new ARCH_NIGHTTEST.
2008-08-27 battRemove timer_avr.c from nightly_test.
2008-08-27 battRemove from nightly_test list.
2008-08-27 battAdd a way to easily exclude a file from nightly test.
2008-08-27 battUpdate to new macro.
2008-08-27 battUpdate to new CONFIG_KERN.
2008-08-27 battUse correct type.
2008-08-25 bernieRemove plenty of legacy names marked as OBSOLETE
2008-08-25 bernieBREAKPOINT: x86 asm syntax fix: 'int 3' -> 'int3'
2008-08-24 berniepreempt: Implement scheduling priorities
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-17 bernietimer: Cleanup and warning removal from driver and...
2008-08-13 bernieUse new header locations everywhere
2008-08-13 berniepgm, byteorder: fix headers
2008-08-13 berniepgm, byteorder: move from mware/ to cpu/
2008-08-13 berniecpu/power.h: Documentation fixes
2008-08-11 berniecpu_relax(): New function.
2008-08-11 bernieCPU_PUSH_CALL_FRAME: Typo in DSP56k version.
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 bernielog: Retouch documentation; Rearrenge level logic;...
2008-08-10 bernielog: Retouch documentation; Rearrenge level logic;...
2008-08-10 bernieavr: Documentation syntax fix.
2008-08-10 bernieASSERT_IRQ_CONTEXT(), ASSERT_USER_CONTEXT(), ASSERT_IRQ...
2008-08-10 berniex86: define cpuflags_t only in the OS_EMBEDDED case.
2008-08-10 bernieASSERT_VALID_PTR(): Make bottom of memory a per-CPU...
2008-08-10 bernieDrop ABI versioning for asm_switch_context(), as it...
2008-08-10 bernieFix PowerPC support
2008-08-08 battTypo.
2008-08-08 battfix warning: missing terminating ' character on 4.2...
2008-08-07 qwertRefactor FLASHAVR macro in FLASHAVR_CAST.
2008-08-05 qwertRefactor All Serial module.
2008-08-05 qwertRe-Refactor code under new specs. FlashAvr.
2008-08-04 qwertRefactor KFileFlashAvr in FlashAvrKFile. Tested. It...
2008-08-04 qwertLittle grammar fix.
2008-08-04 bernieRename myself
2008-07-18 qwertAdd log features, kprintf replaced with new log infrast...
2008-07-18 qwertLittle re-indentation
next