mirror of
https://github.com/hathach/tinyusb.git
synced 2025-01-17 05:32:55 +08:00
14 lines
210 B
Makefile
14 lines
210 B
Makefile
PORT ?= 1
|
|
SPEED ?= high
|
|
|
|
MCU_VARIANT = LPC55S69
|
|
MCU_CORE = LPC55S69_cm33_core0
|
|
|
|
CFLAGS += -DCPU_LPC55S69JBD64_cm33_core0
|
|
|
|
JLINK_DEVICE = LPC55S69
|
|
PYOCD_TARGET = LPC55S69
|
|
|
|
# flash using pyocd
|
|
flash: flash-pyocd
|