Merge needed define.
[bertos.git] / cpu / arm /
2008-03-20 battFix pastos.
2008-03-12 asterixAdd at91sam7s spi support. Add confing for adc.
2008-03-12 asterixForgot endif.
2008-03-12 asterixAdd adc pins definition for at91 and fix pins for pwm.
2008-03-12 battMove AT91 SPI register definitions.
2008-03-12 battAdd AT91 TWI register definitions.
2008-03-12 battMove AT91 SPI register definitions.
2008-03-12 battAdd new register definitions.
2008-03-12 battAdd AT91 PWM register definitions.
2008-03-04 battAdd spi drivers; Refactor BUS_TX macros; use txempty...
2008-02-21 asterixFix paste bug.
2008-02-13 battMerge from kseries: add sam7x128 support.
2008-02-13 battMerge from alisei.
2008-02-01 battSet correct debug pins for AT91SAM7X.
2008-02-01 battRestore wrong committ.
2008-02-01 battSet correct debug pins for A
2008-01-29 asterixFor at91sam7 family.
2008-01-29 battMerge from preempt branch.
2008-01-24 asterixAdd support for at91sam7x cpu.
2008-01-24 asterixGeneralization for at91sam7_256 micro family.
2008-01-24 asterixRename openocd_at91sam7s_* to openocd_at91sam7_*.
2008-01-24 asterixRename crtat91sam7s256_rom to crtat91sam7_rom.
2008-01-24 asterixAdd support for at91sam7x.
2008-01-24 asterixTypos.
2008-01-23 asterixFix interrupt status register.
2007-11-29 asterixAdd comment.
2007-11-15 battRevert wrong commit.
2007-11-15 battAdd Page header for BattFS.
2007-11-14 asterixUse openocd eplict for ftdi.
2007-11-08 battAdd openocd debug scripts for windows.
2007-11-07 battTypo.
2007-11-05 asterixMissinig argument at #if.
2007-10-31 asterixWrite comment for removed block.
2007-10-31 asterixRemove temporarily spi skel for future develop.
2007-10-30 asterixImport spi skel from ser_avr module.
2007-10-30 asterixAdd spi register definitions.
2007-10-30 asterixAdd spi pins name.
2007-10-26 asterixExplicit USART pins name in at91sam7s256.h.
2007-10-26 asterixTypo.
2007-10-26 asterixRemove unneeded pins definition.
2007-10-26 asterix- Fix usart*_irq_init, rearm tx interrupt when necessary.
2007-10-26 asterixRemove unneeded include.
2007-10-26 asterixAdd specific hardware definition for arm.
2007-10-26 asterixRemove debug message. Define serial priority irqs.
2007-10-23 asterixPaste. Change PIOA USART1 pins.
2007-10-23 asterixAdd USART1.
2007-10-23 battAdd DIV_ROUND macro.
2007-10-23 battMove IRQ_ENTRY and IRQ_EXIT macros to cpu/irq.h.
2007-10-23 battSplit cpu/cpu.h in 3 files: irq, types and attr.
2007-10-23 asterixDefine init, txbegin, txend and txputchar macros.
2007-10-22 asterixFix tx interrupt in init. Enable tx and rx interrupt...
2007-10-22 asterixTypos.
2007-10-22 asterixFix bug in set serial param; remove some unneeded reg...
2007-10-20 asterixFix bug in irq dispatcher. Change PIO output pin. Add...
2007-10-19 asterixRemove unneeded code.
2007-10-18 battReformat.
2007-10-18 battRemove unneeded headers.
2007-10-18 asterixRemove unneeded define.
2007-10-18 battRemove always true asserts.
2007-10-18 battAdd debug for ARM AT91.
2007-10-18 battPasto.
2007-10-18 battFix some errors.
2007-10-18 battUse reg32_t for registers.
2007-10-18 battCreate a unique include file for ARM I/O registers.
2007-10-18 asterixTypos.
2007-10-18 asterixAdd USART reg.
2007-10-18 asterixAdd first sckel of serial module for arm.
2007-10-18 battAdd PIO regs; remove EMAC def. (not present in sam7s)
2007-10-18 battRemove duplicate license; Add support for gc-sections...
2007-10-17 battAdd pio regiosters.
2007-10-17 asterixAdd registers definition for usart device.
2007-10-17 battAdapt crt asm script to our needs.
2007-10-17 battAdd debug and openocd scripts for rom/ram operations...
2007-10-16 battAdd glue sections; change entrypoint;
2007-10-16 asterixPut rodata in text section. Move stack out bss section...
2007-10-15 battAdd reset controller, watchdog and memory controller...
2007-10-15 asterixAdd header. Add stack definition and allocate it. Remov...
2007-10-15 battAdd startup from nut/os.
2007-10-15 battAdd PMC definitions.
2007-10-15 asterixAdd first sckel of linker script.
2007-10-11 battUpdate to new tree.
2007-10-11 battAdd new cpu tree (with at91 drivers).