Merge branch 'stm32f2' of github.com:fnoble/libopenstm32 into stm32f2

This commit is contained in:
Fergus Noble
2011-10-26 13:33:40 -07:00
104 changed files with 244 additions and 235 deletions
+2 -2
View File
@@ -19,8 +19,8 @@
LIBNAME = libopencm3_lm3s
PREFIX ?= arm-none-eabi
# PREFIX ?= arm-elf
PREFIX ?= arm-none-eabi
#PREFIX ?= arm-elf
CC = $(PREFIX)-gcc
AR = $(PREFIX)-ar
CFLAGS = -Os -g -Wall -Wextra -I../../include -fno-common \
+2 -2
View File
@@ -19,8 +19,8 @@
LIBNAME = libopencm3_lpc13xx
PREFIX ?= arm-none-eabi
# PREFIX ?= arm-elf
PREFIX ?= arm-none-eabi
#PREFIX ?= arm-elf
CC = $(PREFIX)-gcc
AR = $(PREFIX)-ar
CFLAGS = -Os -g -Wall -Wextra -I../../include -fno-common \
+1 -2
View File
@@ -116,9 +116,8 @@ void usart_wait_recv_ready(u32 usart)
void usart_send_blocking(u32 usart, u16 data)
{
usart_send(usart, data);
usart_wait_send_ready(usart);
usart_send(usart, data);
}
u16 usart_recv_blocking(u32 usart)
+2 -2
View File
@@ -19,8 +19,8 @@
LIBNAME = libopencm3_stm32f1
PREFIX ?= arm-none-eabi
# PREFIX ?= arm-elf
PREFIX ?= arm-none-eabi
#PREFIX ?= arm-elf
CC = $(PREFIX)-gcc
AR = $(PREFIX)-ar
CFLAGS = -Os -g -Wall -Wextra -I../../include -fno-common \