More progress towards L1 support.

Believe gpio is complete, but untested without finishing at least the
RCC defines.

RCC defines are a work in progress
This commit is contained in:
Karl Palsson
2012-07-19 22:41:52 +00:00
parent 2011941b55
commit 8318384cf1
11 changed files with 1113 additions and 2 deletions

View File

@@ -32,7 +32,7 @@ SHAREDIR = $(DESTDIR)/$(PREFIX)/share/libopencm3/scripts
INSTALL = install
SRCLIBDIR = $(shell pwd)/lib
TARGETS = stm32/f1 stm32/f2 stm32/f4 lpc13xx lpc17xx lpc43xx lm3s efm32/efm32tg efm32/efm32g efm32/efm32lg efm32/efm32gg
TARGETS = stm32/f1 stm32/f2 stm32/f4 stm32/l1 lpc13xx lpc17xx lpc43xx lm3s efm32/efm32tg efm32/efm32g efm32/efm32lg efm32/efm32gg
# Be silent per default, but 'make V=1' will show all compiler calls.
ifneq ($(V),1)