move lpc55 into its own family

This commit is contained in:
hathach
2021-03-01 00:39:48 +07:00
parent c61464ebaa
commit 2e42858537
10 changed files with 170 additions and 333 deletions
@@ -0,0 +1,10 @@
MCU_VARIANT = LPC55S69_cm33_core0
CFLAGS += -DCPU_LPC55S69JBD100_cm33_core0
LD_FILE = $(BOARD_PATH)/LPC55S69_cm33_core0_uf2.ld
JLINK_DEVICE = LPC55S69
PYOCD_TARGET = LPC55S69
# flash using pyocd
flash: flash-pyocd