Merged from external project:
[bertos.git] / bertos / cpu /
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
2008-07-18 qwertRefactor code, "page_buf" moved into KFileFlashAvr...
2008-07-18 qwertRename "page_modified" variable in "page_dirty"
2008-07-18 qwertRefactor code, moved page_modified variable in KFileFla...
2008-07-18 qwertRefactoring code, start to implement specific variables...
2008-07-18 qwertLittle re-indentation
2008-07-17 qwertUpdated flash_avr module to support KFileFlashAvr structure
2008-07-17 qwertRemove deprecated flash_avr_test method and generic...
2008-07-17 qwertModified flash_avr module to work with new kfile interf...
2008-07-16 qwertStart to merge old triface project in bertos, not worki...
2008-06-17 qwertModified gen_mk_src script for asm file, moved asm...
2008-06-17 qwertDeleted deprecated crt.s
2008-06-17 battSet correct .data start symbol.
2008-06-16 asterixReformat.
2008-06-16 asterixReformat and typo.
2008-06-16 asterixFix hw include.
2008-06-12 asterixReformat.
2008-06-11 asterixSilent unused warning.
2008-06-11 asterixUse brackets for if/else.
2008-06-11 asterixUse log module instead trace. Add missing set polarity...
2008-06-10 asterixAdd missing include. Fix and clean boderplate for avr...
2008-06-10 asterixSilent unused variable warning (only for test).
2008-06-10 asterixFix brief.
2008-06-05 asterixInit sysirq module directly in timer_hw_init for at91...
2008-06-05 asterixUse log macros instead trace.
2008-05-30 asterixReformat.
2008-05-29 asterixMove pwm test to drv dir.
2008-05-29 asterixAdd function to change and manage polarity of pwm wave...
2008-05-27 asterixFix hw includes. Remove CVS logs. Reformat.
2008-05-27 asterixSpecific the directory for all hw and cfg module. Use...
2008-05-27 asterixUse cfg instead appconfig in bertos modules. Reformat...
2008-05-26 asterixAdd stepper timer example implementation for avr.
2008-05-26 asterixUse cfg instead appconfig in bertos modules. Reformat...
next