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

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 \