[STM32F0:USART] Add support for USART peripheral

This commit is contained in:
BuFran
2013-07-22 17:52:08 +02:00
committed by Piotr Esden-Tempski
parent 18c4d299c1
commit fc02aa6162
4 changed files with 737 additions and 2 deletions

View File

@@ -33,7 +33,7 @@ CFLAGS = -Os -g \
ARFLAGS = rcs
OBJS = flash.o rcc.o
OBJS = flash.o rcc.o usart.o
OBJS += gpio_common_all.o gpio_common_f234.o crc_common_all.o \
pwr_common_all.o