[sam3] add support for the PIO peripheral of all devices

Add register definitions and access functions.
This commit is contained in:
Felix Held
2014-03-01 21:32:37 +01:00
committed by Karl Palsson
parent 8a24685d0c
commit 235734ea42
26 changed files with 936 additions and 129 deletions

View File

@@ -30,7 +30,7 @@ CFLAGS = -Os -g -Wall -Wextra -I../../../include -fno-common \
-ffunction-sections -fdata-sections -MD -DSAM3S
# ARFLAGS = rcsv
ARFLAGS = rcs
OBJS = gpio.o pmc.o usart.o
OBJS = gpio_common_all.o gpio_common_3n3s.o pmc.o usart.o
VPATH += ../../usb:../../cm3:../common