Increase ethernet irq priority.
[bertos.git] / bertos / cpu / arm / hw /
2011-02-11 lottavianoUpdated default crystal and CPU frequency.
2010-07-02 battRemove \version svn tag.
2010-04-16 battLPC2: silent warning in nightly test.
2010-04-13 battUpdate checksum value.
2010-04-12 battLPC2xxx: Add Vectored Interrupt Controller (VIC) driver.
2010-04-03 battDo not test init_lpc2 for now.
2010-04-03 battConvert newlines to unix style.
2010-04-03 battLPC2: add init module.
2010-04-02 battAT91SAM7: add compile time pll constant computation.
2010-04-02 battAT91SAM7: Use correct number of flash wait states;...
2010-04-01 battAT91SAM7: Increase flash access speed.
2010-04-01 battARM7TDMI: add sections for exception handlers.
2010-03-31 battFix errors in nightly test.
2010-03-31 battARM7TDMI:add some doc; move exceptions to .vectors...
2010-03-31 battAT91SAM7 Add hw initialization C routines.
2010-03-30 battARM7TDMI: Use SVC stack.
2010-03-29 battLPC2378: pre-compute correct checksum.
2010-03-29 battAdd IRQ vectors for LPC2xxx.
2010-03-29 battIncrease readability.
2010-03-29 battAdd IRQ vectors for AT91.
2010-03-29 battAdd generic ARM7TDMI crt.
2010-03-17 arighiMerge branch "preempt" in "trunk".
2010-01-14 battReformat.
2010-01-14 battOptimization: Use a trampoline to start ARM processes...
2009-12-22 battTypo.
2009-12-22 battEnable PIO clock by default on AT91SAM7 CPUs.
2009-04-24 asterixFix kernel bug: process on arm never exit.
2009-04-20 battChange error message from error to warning.
2009-04-17 battMake nightly build test works.
2009-04-16 battAdd full support for AT91SAM7S64, AT91SAM7S128, AT91SAM...
2009-04-10 battRefactor switch context ASM files to comply to Wizard.
2009-04-10 battRename CLOCK_FREQ macro to CPU_FREQ: now clock frequenc...
2009-03-25 battAlways use custom config files.
2008-09-04 qwertRemoved startup routine.
2008-09-04 qwertAdd startup routine for Luminary Micro Stellaris LM3S1968
2008-08-28 battUse the new ARCH_NIGHTTEST.
2008-08-10 bernieDrop ABI versioning for asm_switch_context(), as it...
2008-06-17 qwertModified gen_mk_src script for asm file, moved asm...
2008-06-17 qwertDeleted deprecated crt.s
2008-05-27 asterixSpecific the directory for all hw and cfg module. Use...
2008-04-09 battAdd support for switching clock to different sources...
2008-04-04 battMove also cpu/ to bertos/ :-).