mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-06-06 16:58:48 +08:00
[fix][adc][libopencm3] updated libopencm3 submodule to latest version in libopencm3 master to get some adc bug fixes, updated LDFLAGS for building for stm32 since libopencm3 now puts all static libs in libopencm3/lib instead of the part specific path
This commit is contained in:
committed by
Felix Ruess
parent
e606e2bb49
commit
04e61f0345
+1
-1
@@ -130,7 +130,7 @@ AFLAGS += -mcpu=$(MCU) -mthumb
|
||||
endif
|
||||
AFLAGS += -x assembler-with-cpp -Wa,-adhlns=$(OBJDIR)/$(<:.S=.lst),--g$(DEBUG)
|
||||
|
||||
LDFLAGS = -L../ext/libopencm3/lib/stm32/f1
|
||||
LDFLAGS = -L../ext/libopencm3/lib
|
||||
ifeq ("$(MULTILIB)","yes")
|
||||
LDFLAGS += -T$(LDSCRIPT) -nostartfiles -O$(OPT) -mthumb -march=armv7 -mfix-cortex-m3-ldrd -msoft-float
|
||||
else
|
||||
|
||||
+1
-1
Submodule sw/ext/libopencm3 updated: 7011d47c70...2b8fbfc433
Reference in New Issue
Block a user