Move kfile interface to the io/ directory.
[bertos.git] / bertos / cpu / arm /
2010-07-02 battMove kfile interface to the io/ directory.
2010-06-29 asterixRemove svn tag.
2010-06-29 asterixRemove svn tags.
2010-06-24 asterixRemove svn tag.
2010-06-24 asterixRemove svn tags.
2010-06-24 asterixReformat.
2010-06-22 battFix comment.
2010-06-21 battSet correct boot size in order to gain some flash.
2010-06-21 battSave some RAM space.
2010-06-18 battRefactor and optimize code.
2010-06-18 battRemove redundant code.
2010-06-09 battMinor fixes in AT91 ADC module.
2010-05-13 asterixremove unneed function. Use hpread in context switch...
2010-05-12 asterixAdd function to read hp ticks.
2010-05-11 asterixAdd flash module. Refactor the cpu implementation.
2010-04-30 arighiLPC2: define register offsets in the UART driver to...
2010-04-30 battComply to new wizard policy: the toolchain name is...
2010-04-28 asterixAdd support for flash sizes on all supported AT91SAM7...
2010-04-27 arighiLPC2: do not include UART driver to the nightly test...
2010-04-27 arighiLPC2: include the UART driver into the generic driver...
2010-04-27 arighiLPC2: UART driver.
2010-04-23 asterixCompute duty cycle according to pwm polarity before...
2010-04-19 arighiat91sam7x: force inlining of all the UART ISR functions.
2010-04-18 asterixFix the pio pins settings everty time we change configu...
2010-04-16 battLPC2: silent warning in nightly test.
2010-04-13 battUpdate checksum value.
2010-04-12 battLPC2xxx: add timer support.
2010-04-12 battLPC2xxx: Add VIC sources to common cdef file.
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 LPC2378 wizard definitions.
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-02 battAT91SAM7: add FMCN shifts.
2010-04-01 battAT91SAM7: Increase flash access speed.
2010-04-01 battAT91SAM7: use new startup files.
2010-04-01 battARM7TDMI: add sections for exception handlers.
2010-03-31 battLPC2: add debug.
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-30 battCorrectly detect Cortex-M3 cpus.
2010-03-30 battARM7TDMI: Use SVC stack.
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 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-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 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-17 battAT91SAM7: clarify sysirq_dispatcher description.
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-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-15 asterixIncrease only main stack and irq stack.
2009-09-14 asterixIncrease main and irq stack size.
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 battFix error on short hptime_t CPU.
2009-09-01 lottavianoAdd stub implementation for ARM watchdog.
2009-08-28 battUse correct path.
2009-08-28 battRefactor makefile variables architecture.
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-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.
next