aboutsummaryrefslogtreecommitdiff
path: root/circuitpython/lib/tinyusb/hw/bsp/tm4c123/boards/ek-tm4c123gxl/board.mk
blob: d60365d1da0d9870bc5eea0763b91520d232a599 (plain)
1
2
3
4
5
6
7
8
9
10
11
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