Files
tinyUSB/hw/bsp/tm4c123/boards/ek-tm4c123gxl/board.mk
hathach 3623ba1884 fix trailing space and new line
temporarily disable codespell
2023-03-17 16:12:49 +07:00

12 lines
207 B
Makefile

CFLAGS += -DTM4C123GH6PM
LD_FILE = $(BOARD_PATH)/tm4c123.ld
# For flash-jlink target
JLINK_DEVICE = TM4C123GH6PM
# flash using openocd
OPENOCD_OPTION = -f board/ti_ek-tm4c123gxl.cfg
flash: flash-openocd