diff options
Diffstat (limited to 'circuitpython/lib/tinyusb/hw/bsp/tm4c123/boards/ek-tm4c123gxl/board.mk')
-rw-r--r-- | circuitpython/lib/tinyusb/hw/bsp/tm4c123/boards/ek-tm4c123gxl/board.mk | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/circuitpython/lib/tinyusb/hw/bsp/tm4c123/boards/ek-tm4c123gxl/board.mk b/circuitpython/lib/tinyusb/hw/bsp/tm4c123/boards/ek-tm4c123gxl/board.mk new file mode 100644 index 0000000..d60365d --- /dev/null +++ b/circuitpython/lib/tinyusb/hw/bsp/tm4c123/boards/ek-tm4c123gxl/board.mk @@ -0,0 +1,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 |