Skip to content

Commit

Permalink
[fix][adc][libopencm3] updated libopencm3 submodule to latest version…
Browse files Browse the repository at this point in the history
… 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
  • Loading branch information
scdwyer authored and flixr committed Oct 16, 2012
1 parent e606e2b commit 04e61f0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion conf/Makefile.stm32
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion sw/ext/libopencm3
Submodule libopencm3 updated 220 files

0 comments on commit 04e61f0

Please sign in to comment.