CM3: introduce asm_switch_context().
[bertos.git] / bertos / cpu /
2010-03-31 arighiCM3: introduce asm_switch_context().
2010-03-31 arighilm3s1968: enlarge the stack size of the main process...
2010-03-31 arighilm3s1968: log an error and halt forever in case of...
2010-03-31 arighiCM3: introduce PAUSE macro.
2010-03-31 arighilm3s1968: introduce a distinct inline function to evalu...
2010-03-31 arighiCM3: define specific architecture attributes.
2010-03-31 battFix errors in nightly test.
2010-03-31 battARM7TDMI:add some doc; move exceptions to .vectors...
2010-03-31 battARM7TDMI:Do not specify and entry point (not needed...
2010-03-31 battAT91SAM7 Add hw initialization C routines.
2010-03-31 lottavianoAdd support for serial driver on ATMega168.
2010-03-31 lottavianoAdd serial port support for ATMega328
2010-03-30 battAdd architecture specific files.
2010-03-30 battFurther Cortex-M3 core related macros.
2010-03-30 battCorrectly detect Cortex-M3 cpus.
2010-03-30 battARM7TDMI: Use SVC stack.
2010-03-30 arighilm3s1968: add configuration files to the example.
2010-03-30 arighilm3s1968: return the correct CPU frequency in clock_get...
2010-03-30 arighilm3s1968: integrate the hardware timer driver into...
2010-03-29 arighilm3s1968: add debugging functionality on UART0.
2010-03-29 arighiARM: add LM3S Cortex-M3 core family detection.
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.
next