2008-11-11 |
batt | Add configurable option to choose at compile time which... |
tree | commitdiff |
2008-11-11 |
batt | Update to new i2c driver name. |
tree | commitdiff |
2008-11-11 |
batt | Revert bad commit. |
tree | commitdiff |
2008-11-11 |
batt | Rename arm twi driver to i2c. |
tree | commitdiff |
2008-11-10 |
batt | Merged from external project: |
tree | commitdiff |
2008-10-23 |
batt | Merged from external project: |
tree | commitdiff |
2008-10-21 |
batt | Revert bad commit. |
tree | commitdiff |
2008-10-21 |
batt | Merged from external project: |
tree | commitdiff |
2008-10-07 |
batt | Merged from external project: |
tree | commitdiff |
2008-10-06 |
batt | Merged from external project: |
tree | commitdiff |
2008-10-06 |
batt | Merged from external project: |
tree | commitdiff |
2008-10-06 |
batt | Merged from external project: |
tree | commitdiff |
2008-10-06 |
batt | Merged from external project: |
tree | commitdiff |
2008-10-06 |
batt | Merged from external project: |
tree | commitdiff |
2008-10-06 |
batt | Merged from external project: |
tree | commitdiff |
2008-10-02 |
batt | Fix Luminary LM3S detection. |
tree | commitdiff |
2008-09-05 |
batt | Refactor timer prescaler handling. |
tree | commitdiff |
2008-09-05 |
batt | Refactor AVR twi driver to supply twi_get; add ATMega32... |
tree | commitdiff |
2008-09-05 |
batt | Refactor AVR twi driver to supply twi_get; add ATMega32... |
tree | commitdiff |
2008-09-05 |
batt | Add debug support for ATMega32. |
tree | commitdiff |
2008-09-05 |
batt | Add detect for ATMega32. |
tree | commitdiff |
2008-09-04 |
qwert | Move all cortex-m3 stuff in dedicated directory. |
tree | commitdiff |
2008-09-04 |
qwert | Add a new family of core: "Cortex-M3". This cpu have... |
tree | commitdiff |
2008-09-04 |
qwert | Removed startup routine. |
tree | commitdiff |
2008-09-04 |
qwert | Add support for luminary micro lm3s1968 board |
tree | commitdiff |
2008-09-04 |
qwert | Add support for LM3S1968 board based on cortex-m3 cpu |
tree | commitdiff |
2008-09-04 |
qwert | Add support for LM3S1968 board. |
tree | commitdiff |
2008-09-04 |
qwert | Add startup routine for Luminary Micro Stellaris LM3S1968 |
tree | commitdiff |
2008-09-04 |
qwert | Luminary Micro Stellaris LM3S1968 script files. |
tree | commitdiff |
2008-09-03 |
bernie | This makes proc_test actually compile and pass: |
tree | commitdiff |
2008-08-29 |
batt | Rename hw-related tests. |
tree | commitdiff |
2008-08-29 |
bernie | rename cpuXXX_t to cpu_XXX_t |
tree | commitdiff |
2008-08-29 |
bernie | cpu: introduce cpuatomic_t |
tree | commitdiff |
2008-08-29 |
batt | Remove unneeded cast. |
tree | commitdiff |
2008-08-28 |
batt | Use new macro. |
tree | commitdiff |
2008-08-28 |
batt | Use the new ARCH_NIGHTTEST. |
tree | commitdiff |
2008-08-27 |
batt | Remove timer_avr.c from nightly_test. |
tree | commitdiff |
2008-08-27 |
batt | Remove from nightly_test list. |
tree | commitdiff |
2008-08-27 |
batt | Add a way to easily exclude a file from nightly test. |
tree | commitdiff |
2008-08-27 |
batt | Update to new macro. |
tree | commitdiff |
2008-08-27 |
batt | Update to new CONFIG_KERN. |
tree | commitdiff |
2008-08-27 |
batt | Use correct type. |
tree | commitdiff |
2008-08-25 |
bernie | Remove plenty of legacy names marked as OBSOLETE |
tree | commitdiff |
2008-08-25 |
bernie | BREAKPOINT: x86 asm syntax fix: 'int 3' -> 'int3' |
tree | commitdiff |
2008-08-24 |
bernie | preempt: Implement scheduling priorities |
tree | commitdiff |
2008-08-23 |
bernie | BREAKPOINT: move from cpu/irq.h to cpu/attr.h |
tree | commitdiff |
2008-08-22 |
bernie | BREAKPOINT: implement for x86 and ppc |
tree | commitdiff |
2008-08-21 |
bernie | IRQ_ASSERT_{EN,DIS}ABLE(): Rename for consistency. |
tree | commitdiff |
2008-08-17 |
bernie | timer: Cleanup and warning removal from driver and... |
tree | commitdiff |
2008-08-13 |
bernie | Use new header locations everywhere |
tree | commitdiff |
2008-08-13 |
bernie | pgm, byteorder: fix headers |
tree | commitdiff |
2008-08-13 |
bernie | pgm, byteorder: move from mware/ to cpu/ |
tree | commitdiff |
2008-08-13 |
bernie | cpu/power.h: Documentation fixes |
tree | commitdiff |
2008-08-11 |
bernie | cpu_relax(): New function. |
tree | commitdiff |
2008-08-11 |
bernie | CPU_PUSH_CALL_FRAME: Typo in DSP56k version. |
tree | commitdiff |
2008-08-10 |
bernie | cpu: Split frame handling macros to the new header... |
tree | commitdiff |
2008-08-10 |
bernie | PUSH_CALL_FRAME(): Renamed from PUSH_CALL_CONTEXT(). |
tree | commitdiff |
2008-08-10 |
bernie | ppc: Add cooperative task switching for PowerPC |
tree | commitdiff |
2008-08-10 |
bernie | log: Retouch documentation; Rearrenge level logic;... |
tree | commitdiff |
2008-08-10 |
bernie | log: Retouch documentation; Rearrenge level logic;... |
tree | commitdiff |
2008-08-10 |
bernie | avr: Documentation syntax fix. |
tree | commitdiff |
2008-08-10 |
bernie | ASSERT_IRQ_CONTEXT(), ASSERT_USER_CONTEXT(), ASSERT_IRQ... |
tree | commitdiff |
2008-08-10 |
bernie | x86: define cpuflags_t only in the OS_EMBEDDED case. |
tree | commitdiff |
2008-08-10 |
bernie | ASSERT_VALID_PTR(): Make bottom of memory a per-CPU... |
tree | commitdiff |
2008-08-10 |
bernie | Drop ABI versioning for asm_switch_context(), as it... |
tree | commitdiff |
2008-08-10 |
bernie | Fix PowerPC support |
tree | commitdiff |
2008-08-08 |
batt | Typo. |
tree | commitdiff |
2008-08-08 |
batt | fix warning: missing terminating ' character on 4.2... |
tree | commitdiff |
2008-08-07 |
qwert | Refactor FLASHAVR macro in FLASHAVR_CAST. |
tree | commitdiff |
2008-08-05 |
qwert | Refactor All Serial module. |
tree | commitdiff |
2008-08-05 |
qwert | Re-Refactor code under new specs. FlashAvr. |
tree | commitdiff |
2008-08-04 |
qwert | Refactor KFileFlashAvr in FlashAvrKFile. Tested. It... |
tree | commitdiff |
2008-08-04 |
qwert | Little grammar fix. |
tree | commitdiff |
2008-08-04 |
bernie | Rename myself |
tree | commitdiff |
2008-07-18 |
qwert | Add log features, kprintf replaced with new log infrast... |
tree | commitdiff |
2008-07-18 |
qwert | Little re-indentation |
tree | commitdiff |
2008-07-18 |
qwert | Refactor code, "page_buf" moved into KFileFlashAvr... |
tree | commitdiff |
2008-07-18 |
qwert | Rename "page_modified" variable in "page_dirty" |
tree | commitdiff |
2008-07-18 |
qwert | Refactor code, moved page_modified variable in KFileFla... |
tree | commitdiff |
2008-07-18 |
qwert | Refactoring code, start to implement specific variables... |
tree | commitdiff |
2008-07-18 |
qwert | Little re-indentation |
tree | commitdiff |
2008-07-17 |
qwert | Updated flash_avr module to support KFileFlashAvr structure |
tree | commitdiff |
2008-07-17 |
qwert | Remove deprecated flash_avr_test method and generic... |
tree | commitdiff |
2008-07-17 |
qwert | Modified flash_avr module to work with new kfile interf... |
tree | commitdiff |
2008-07-16 |
qwert | Start to merge old triface project in bertos, not worki... |
tree | commitdiff |
2008-06-17 |
qwert | Modified gen_mk_src script for asm file, moved asm... |
tree | commitdiff |
2008-06-17 |
qwert | Deleted deprecated crt.s |
tree | commitdiff |
2008-06-17 |
batt | Set correct .data start symbol. |
tree | commitdiff |
2008-06-16 |
asterix | Reformat. |
tree | commitdiff |
2008-06-16 |
asterix | Reformat and typo. |
tree | commitdiff |
2008-06-16 |
asterix | Fix hw include. |
tree | commitdiff |
2008-06-12 |
asterix | Reformat. |
tree | commitdiff |
2008-06-11 |
asterix | Silent unused warning. |
tree | commitdiff |
2008-06-11 |
asterix | Use brackets for if/else. |
tree | commitdiff |
2008-06-11 |
asterix | Use log module instead trace. Add missing set polarity... |
tree | commitdiff |
2008-06-10 |
asterix | Add missing include. Fix and clean boderplate for avr... |
tree | commitdiff |
2008-06-10 |
asterix | Silent unused variable warning (only for test). |
tree | commitdiff |
2008-06-10 |
asterix | Fix brief. |
tree | commitdiff |
2008-06-05 |
asterix | Init sysirq module directly in timer_hw_init for at91... |
tree | commitdiff |
2008-06-05 |
asterix | Use log macros instead trace. |
tree | commitdiff |
next |