espressif_tinyusb/hw/bsp/saml2x/boards/atsaml21_xpro/board.mk

13 lines
273 B
Makefile
Raw Normal View History

CFLAGS += -D__SAML21J18B__ -DCFG_EXAMPLE_VIDEO_READONLY
2021-06-15 07:01:28 +02:00
2021-06-28 09:37:41 +02:00
SAML_VARIANT = saml21
2021-06-15 07:01:28 +02:00
# All source paths should be relative to the top level.
LD_FILE = $(BOARD_PATH)/saml21j18b_flash.ld
# For flash-jlink target
JLINK_DEVICE = ATSAML21J18
# flash using jlink
flash: flash-jlink