diff options
author | xengineering <me@xengineering.eu> | 2022-01-29 11:08:24 +0100 |
---|---|---|
committer | xengineering <me@xengineering.eu> | 2022-01-29 11:08:24 +0100 |
commit | 2711563f5ac20343567dc865a9bc071d65b1a445 (patch) | |
tree | f497e3117bf6ddf95ddeef2c350d121e9b51ae91 | |
parent | c583ad032a537d48691e3fc39758081ca2149ad3 (diff) | |
download | ledcontrol-2711563f5ac20343567dc865a9bc071d65b1a445.tar ledcontrol-2711563f5ac20343567dc865a9bc071d65b1a445.tar.zst ledcontrol-2711563f5ac20343567dc865a9bc071d65b1a445.zip |
Update libopencm3 and reduce to stm32/f1 target
-rw-r--r-- | firmware/Makefile | 2 | ||||
m--------- | firmware/libopencm3 | 0 |
2 files changed, 1 insertions, 1 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 -Subproject 6763681c260cf280487d70ca0d1996a8b79fff3 +Subproject 1b83a3ce47111b24e249bbf9c789d67649b1d85 |