added dma.h and basic functions

This commit is contained in:
Thomas Otto
2010-03-22 21:52:49 +01:00
parent 561c9a1d3e
commit e4788f67b6
4 changed files with 1188 additions and 1 deletions

View File

@@ -28,7 +28,7 @@ CFLAGS = -Os -g -Wall -Wextra -I../include -fno-common \
# ARFLAGS = rcsv
ARFLAGS = rcs
OBJS = vector.o rcc.o gpio.o usart.o adc.o spi.o flash.o nvic.o \
rtc.o i2c.o
rtc.o i2c.o dma.o
# Be silent per default, but 'make V=1' will show all compiler calls.
ifneq ($(V),1)