mirror of
https://github.com/hathach/tinyusb.git
synced 2025-01-17 05:32:55 +08:00
12 lines
277 B
Makefile
12 lines
277 B
Makefile
|
CFLAGS += -DSTM32L052xx -DCFG_EXAMPLE_VIDEO_READONLY
|
||
|
|
||
|
LD_FILE = $(BOARD_PATH)/STM32L052K8Ux_FLASH.ld
|
||
|
|
||
|
SRC_S += $(ST_CMSIS)/Source/Templates/gcc/startup_stm32l052xx.s
|
||
|
|
||
|
# For flash-jlink target
|
||
|
JLINK_DEVICE = stm32l052k8
|
||
|
|
||
|
# flash target using on-board stlink
|
||
|
flash: flash-stlink
|