Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/thirdpin/libopencm3.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuillaume Revaillot <revaillot@archos.com>2019-01-23 21:00:51 +0300
committerKarl Palsson <karlp@tweak.net.au>2019-05-21 02:43:41 +0300
commitb8d4b037229b9f3faecd905f3ef16d3fa849ce74 (patch)
treec31881347a9c8b5409c826d75e77b3b8792917fa /Makefile
parent8a952d84766f2ebb6ea8eda6e376186f958e509d (diff)
stm32g0: add base, irqs, memorymap and current devices.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 0700d91f..33443ec6 100644
--- a/Makefile
+++ b/Makefile
@@ -29,6 +29,7 @@ SRCLIBDIR:= $(subst $(space),\$(space),$(realpath lib))
TARGETS ?= stm32/f0 stm32/f1 stm32/f2 stm32/f3 stm32/f4 stm32/f7 \
stm32/l0 stm32/l1 stm32/l4 \
+ stm32/g0 \
gd32/f1x0 \
lpc13xx lpc17xx lpc43xx/m4 lpc43xx/m0 \
lm3s lm4f msp432/e4 \