From 2711563f5ac20343567dc865a9bc071d65b1a445 Mon Sep 17 00:00:00 2001 From: xengineering Date: Sat, 29 Jan 2022 11:08:24 +0100 Subject: Update libopencm3 and reduce to stm32/f1 target --- firmware/Makefile | 2 +- firmware/libopencm3 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/firmware/Makefile b/firmware/Makefile index 89993cb..2d0e572 100644 --- a/firmware/Makefile +++ b/firmware/Makefile @@ -12,7 +12,7 @@ all: libopencm3/lib/libopencm3_stm32f1.a $(OBJCOPY) -O binary build/ledcontrol.elf build/ledcontrol.bin libopencm3/lib/libopencm3_stm32f1.a: - make -C libopencm3 + make -C libopencm3 TARGETS='stm32/f1' clean: rm -rf build diff --git a/firmware/libopencm3 b/firmware/libopencm3 index 6763681..1b83a3c 160000 --- a/firmware/libopencm3 +++ b/firmware/libopencm3 @@ -1 +1 @@ -Subproject commit 6763681c260cf280487d70ca0d1996a8b79fff30 +Subproject commit 1b83a3ce47111b24e249bbf9c789d67649b1d851 -- cgit v1.2.3-70-g09d2