summaryrefslogtreecommitdiff
path: root/hw
diff options
context:
space:
mode:
authorhathach <[email protected]>2019-09-20 13:49:33 +0700
committerhathach <[email protected]>2019-09-20 13:49:33 +0700
commit7b2f8cc73a758eefc2a308813d0081f08ddfeb2b (patch)
tree7f36c5ff7e19b51b466b9ae4715696f3e3b0e466 /hw
parent32dcc06429ba8465552882d20b81bc3d75454df3 (diff)
added stm32 L0 support
close #125
Diffstat (limited to 'hw')
-rw-r--r--hw/bsp/stm32l0538disco/board.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/bsp/stm32l0538disco/board.mk b/hw/bsp/stm32l0538disco/board.mk
index f4088ba77..3b84159d1 100644
--- a/hw/bsp/stm32l0538disco/board.mk
+++ b/hw/bsp/stm32l0538disco/board.mk
@@ -6,9 +6,9 @@ CFLAGS += \
-mcpu=cortex-m0plus \
-mfloat-abi=soft \
-nostdlib -nostartfiles \
+ -DCFG_EXAMPLE_MSC_READONLY \
-DCFG_TUSB_MCU=OPT_MCU_STM32L0
-# -DCFG_EXAMPLE_MSC_READONLY \
ST_HAL_DRIVER = hw/mcu/st/st_driver/STM32L0xx_HAL_Driver
ST_CMSIS = hw/mcu/st/st_driver/CMSIS/Device/ST/STM32L0xx