Files
2026-05-06 19:51:30 +07:00

13 lines
269 B
Makefile
Executable File

MCU_VARIANT = stm32l053xx
CFLAGS += \
-DSTM32L053xx
# All source paths should be relative to the top level.
LD_FILE = $(BOARD_PATH)/STM32L053C8Tx_FLASH.ld
# For flash-jlink target
JLINK_DEVICE = STM32L053R8
# flash target using on-board stlink
flash: flash-stlink