AT91SAM3 port: initial support for AT91SAM3 (mainly kdebug and register defs), tested...
authoraleph <aleph@38d2e660-2303-0410-9eaa-f027e97ec537>
Fri, 17 Sep 2010 14:47:17 +0000 (14:47 +0000)
committeraleph <aleph@38d2e660-2303-0410-9eaa-f027e97ec537>
Fri, 17 Sep 2010 14:47:17 +0000 (14:47 +0000)
commit9a9bb767d984876ff35a9fba379f46f57a07236c
treea7bdb880f35975ebf04af2dd3b1e883bbd5dbe44
parent11c55cae4b2ffc36ee6529cc6c5e8ae82dc7b77c
AT91SAM3 port: initial support for AT91SAM3 (mainly kdebug and register defs), tested on AT91SAM3N4.

git-svn-id: https://src.develer.com/svnoss/bertos/trunk@4239 38d2e660-2303-0410-9eaa-f027e97ec537
13 files changed:
bertos/cpu/attr.h
bertos/cpu/cortex-m3/drv/kdebug_cm3.c
bertos/cpu/cortex-m3/drv/kdebug_sam3.c [new file with mode: 0644]
bertos/cpu/cortex-m3/drv/timer_cm3.h
bertos/cpu/cortex-m3/info/AT91SAM3N4.cdef [new file with mode: 0644]
bertos/cpu/cortex-m3/io/sam3.h [new file with mode: 0644]
bertos/cpu/cortex-m3/io/sam3_gpio.h [new file with mode: 0644]
bertos/cpu/cortex-m3/io/sam3_memmap.h [new file with mode: 0644]
bertos/cpu/cortex-m3/io/sam3_nvic.h [new file with mode: 0644]
bertos/cpu/cortex-m3/io/sam3_pmc.h [new file with mode: 0644]
bertos/cpu/cortex-m3/io/sam3_uart.h [new file with mode: 0644]
bertos/cpu/cortex-m3/scripts/at91sam3n4_ram.ld [new file with mode: 0644]
bertos/cpu/detect.h