gadget0: stm32l1: target the "hw1" test board explicitly

There's still no commonly available l1 with usb from ST, so target our
own developed test host board instead of one developer's private board.
This commit is contained in:
Karl Palsson
2018-02-20 23:06:51 +00:00
parent 5609749411
commit 0a07355520
2 changed files with 19 additions and 8 deletions

View File

@@ -32,7 +32,7 @@ INCLUDES += $(patsubst %,-I%, . $(SHARED_DIR))
OPENCM3_DIR=../..
### This section can go to an arch shared rules eventually...
LDSCRIPT = ../../lib/stm32/l1/stm32l15xxb.ld
LDSCRIPT = ../../lib/stm32/l1/stm32l15xx8.ld
OPENCM3_LIB = opencm3_stm32l1
OPENCM3_DEFS = -DSTM32L1
ARCH_FLAGS = -mthumb -mcpu=cortex-m3