mirror of
https://github.com/hathach/tinyusb.git
synced 2025-01-31 05:52:55 +08:00
15 lines
253 B
Makefile
15 lines
253 B
Makefile
MCU_VARIANT = MCXN947
|
|
MCU_CORE = MCXN947_cm33_core0
|
|
PORT ?= 1
|
|
|
|
CPU_CORE = cortex-m33
|
|
CFLAGS += \
|
|
-DCPU_MCXN947VDF_cm33_core0 \
|
|
-DCFG_TUSB_MCU=OPT_MCU_MCXN9 \
|
|
|
|
JLINK_DEVICE = MCXN947_M33_0
|
|
PYOCD_TARGET = MCXN947
|
|
|
|
# flash using pyocd
|
|
flash: flash-jlink
|