From b3023836acb03ced0a54f083893c1d61bf633ec3 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Mon, 7 Sep 2020 13:12:48 +0200 Subject: libopencm3: Switch to Python3 fork --- .gitmodules | 2 +- ext/libopencm3 | 2 +- src/arch/stm32f446re-nucleo/Makefile.inc | 1 - 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.gitmodules b/.gitmodules index 01bc084..1faf8ea 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,3 @@ [submodule "libopencm3"] path = ext/libopencm3 - url = https://github.com/libopencm3/libopencm3.git + url = https://github.com/derf/libopencm3.git diff --git a/ext/libopencm3 b/ext/libopencm3 index 24bef9c..8acd8fa 160000 --- a/ext/libopencm3 +++ b/ext/libopencm3 @@ -1 +1 @@ -Subproject commit 24bef9c49eda109e92e926e065b246a71d454f2d +Subproject commit 8acd8fa592ecd5debf93208463d39688e98b9516 diff --git a/src/arch/stm32f446re-nucleo/Makefile.inc b/src/arch/stm32f446re-nucleo/Makefile.inc index 70384b5..5518a4c 100644 --- a/src/arch/stm32f446re-nucleo/Makefile.inc +++ b/src/arch/stm32f446re-nucleo/Makefile.inc @@ -84,7 +84,6 @@ ext/libopencm3/Makefile: git submodule update --init ext/libopencm3/lib/libopencm3_stm32f4.a: ext/libopencm3/Makefile - find ext/libopencm3 -type f -exec sed -i 's/python$$/python3/' '{}' ';' ${MAKE} -C ext/libopencm3 build/system.elf: ${OBJECTS} ext/libopencm3/lib/libopencm3_stm32f4.a -- cgit v1.2.3