lm3s1968: driver names refactoring.
[bertos.git] / bertos / cpu /
2010-03-29 arighilm3s1968: driver names refactoring.
2010-03-29 battLPC2378: add IO definitions.
2010-03-29 battLPC2378: fix path in ld-script
2010-03-29 battLPC2378: pre-compute correct checksum.
2010-03-29 battAdd LPC2378 CPU detection.
2010-03-29 battAdd IRQ vectors for LPC2xxx.
2010-03-29 battIncrease readability.
2010-03-29 lottavianoAdd timer support for AVR 328P (Arduino)
2010-03-29 battAdd IRQ vectors for AT91.
2010-03-29 battAdd generic ARM7TDMI crt.
2010-03-29 arighilm3s1968: try to evaluate the correct SYSDIV value...
2010-03-29 arighilm3s1968: clocking driver.
2010-03-28 battAdd LPC2378 linker script.
2010-03-28 battUse new script.
2010-03-28 battTypos.
2010-03-28 battRename to a more generic name.
2010-03-28 battAdd C++ sections.
2010-03-28 battFix include directory.
2010-03-28 battFix AT91SAM7_128 ram length.
2010-03-28 battRefactor AT91SAM7 linker scripts.
2010-03-26 lottavianoInitial support for ATmega328P (Arduino Duemilanove).
2010-03-26 arighilm3s1968: low-level timer driver (systick).
2010-03-26 arighilm3s1968: define the architecture's startup routine.
2010-03-26 arighilm3s1968: implement the IRQ manager.
2010-03-26 arighicortex-m3: add basic support for the lm3s1968 board.
2010-03-25 arighiUse the new sig_send() and sig_post() primitives.
2010-03-25 battRemove bogus assembler options.
2010-03-22 battDo not call schedule() inside idle loop.
2010-03-22 arighikdb: re-enable calling poor man's scheduler inside...
2010-03-19 arighidemo: make the GUI preemptive-safe.
2010-03-18 arighiParametric scheduler approach.
2010-03-17 arighiAvoid duplicate definitions.
2010-03-17 battAT91SAM7: clarify sysirq_dispatcher description.
2010-03-17 arighiAVR: fix redeclaration of ISR_PROTO() macro.
2010-03-17 arighifix asm_switch_context() for the x86 and x86_64 archs
2010-03-17 arighiMerge branch "preempt" in "trunk".
2010-03-12 battBetter detection of concurrent ADC access.
2010-03-03 asterixAdd at91sam7 flash driver.
2010-01-20 battImport fix from preempt branch.
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-11-17 battReformat.
2009-11-17 battRemove too specific ASSERT.
2009-09-23 battFix SPI1 activation bug. Now SPI1 on at91sam7x is fully...
2009-09-17 lottavianoFix compiling issues.
2009-09-17 asterixSet correct ram start address for supported ARM.
2009-09-17 asterixSet correct ram start address for supported AVR.
2009-09-15 battRemove redundant option (is include by default in the...
2009-09-15 asterixIncrease only main stack and irq stack.
2009-09-14 asterixIncrease main and irq stack size.
2009-09-10 battNew macro to fill a new process stack: in this way...
2009-09-09 asterixFix stack alineament on new process.
2009-09-08 battARM ABI requires stack to be aligned on a 64-bit boundary
2009-09-04 battRefactor to comply to new script interface.
2009-09-04 battFix serial hw macros.
2009-09-04 battAdd support for stopping debugging/flashing.
2009-09-04 lottavianoSplit cpu specific flags and files; modify mk template.
2009-09-02 battBetter warning handling, without the need of that awful...
2009-09-02 battRemove warning during test.
2009-09-02 battFix error on short hptime_t CPU.
2009-09-02 lottavianoSuppress correct warning in nightly test.
2009-09-01 lottavianoAdd stub implementation for ARM watchdog.
2009-09-01 lottavianoFix warnings on AVR serial hw.
2009-09-01 lottavianoFix nightly test warnings; exposed bugs are on the...
2009-08-28 battUse correct path.
2009-08-28 battRefactor makefile variables architecture.
2009-08-28 battRemove scripts.
2009-08-28 battRemove old scripts.
2009-08-28 lottavianoRemove files for possible license problems.
2009-08-27 battAdd gdb init script variable for wizard.
2009-08-27 battAdd Openocd debug configuration and gdb init script.
2009-08-27 battAdd debug scripts for ARM and AVR.
2009-08-27 battRefactor ARM flash script.
2009-08-27 (no author)Remove trace; add debug info.
2009-08-27 (no author)Add flashing variables.
2009-08-27 (no author)Restore correct command.
2009-08-27 lottavianoUpdate 'make flash' support for ARM chips.
2009-08-26 (no author)Move all Openocd-related files to separate folder;...
2009-08-26 (no author)Add flashing support for AVR.
2009-07-23 (no author)arm scripts: Add new openocd gdb and flash scripts
2009-07-06 lottavianoFix compilation issues on I2S module.
2009-07-06 lottavianoMove I2S at91 specific code to cpu/arm dir.
2009-07-03 lottavianoImport SPI with DMA driver.
2009-07-03 lottavianoComplete SSC (i2s) driver import for at91sam7 cpu.
2009-04-24 asterixFix kernel bug: process on arm never exit.
2009-04-21 asterixTypos.
2009-04-21 asterixAdd new line at the end of file.
2009-04-21 battRefactor to not automatically include adc cpu modules...
2009-04-21 battRafactor ARM modules to be compiled explicitly (without...
2009-04-20 asterixFix file image path.
2009-04-20 battChange error message from error to warning.
2009-04-17 battFix ADC configurations.
2009-04-17 battAdd tag.
2009-04-17 battDo not compile twice arm C files in nighttest.
2009-04-17 battRefactor timer to not include cpu specific C files.
2009-04-17 battMake nightly build test works.
2009-04-16 battAdd full support for AT91SAM7S64, AT91SAM7S128, AT91SAM...
2009-04-15 duploChange cflags to cppflags
next