Add initial support for STM32F4

This commit is contained in:
Stephen Caudle
2011-10-31 00:24:47 -04:00
parent 05bc9d10f1
commit 5a89d44591
23 changed files with 3217 additions and 1 deletions

View File

@@ -25,7 +25,7 @@ LIBDIR = $(DESTDIR)/$(PREFIX)/lib
SHAREDIR = $(DESTDIR)/$(PREFIX)/share/libopencm3/scripts
INSTALL = install
TARGETS = stm32/f1 stm32/f2 lpc13xx lm3s
TARGETS = stm32/f1 stm32/f2 stm32/f4 lpc13xx lm3s
# Be silent per default, but 'make V=1' will show all compiler calls.
ifneq ($(V),1)