[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:
Stephen Dwyer
2012-10-11 13:11:28 -06:00
committed by Felix Ruess
parent e606e2bb49
commit 04e61f0345
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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