File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -146,6 +146,7 @@ SRC_SDK := \
146146 system_$(CHIP_FAMILY ) .c \
147147
148148SRC_SDK := $(addprefix sdk/devices/$(CHIP_FAMILY ) /, $(SRC_SDK ) )
149+ $(addprefix $(BUILD ) /, $(SRC_SDK :.c=.o)): CFLAGS += -Wno-undef
149150
150151SRC_C += \
151152 background.c \
Original file line number Diff line number Diff line change 11USB_VID = 0x239A
22USB_PID = 0x80E2
3- USB_PRODUCT = "Metro M7 1011 "
3+ USB_PRODUCT = "Metro M7 iMX RT1011 "
44USB_MANUFACTURER = "Adafruit"
55
66CHIP_VARIANT = MIMXRT1011DAE5A
77CHIP_FAMILY = MIMXRT1011
8- FLASH = W25Q16JV
8+ FLASH = W25Q32JV
99
1010# Include these Python libraries in the firmware
1111FROZEN_MPY_DIRS += $(TOP ) /frozen/Adafruit_CircuitPython_ESP32SPI
Original file line number Diff line number Diff line change @@ -29,5 +29,5 @@ CIRCUITPY_I2CPERIPHERAL = 0
2929CIRCUITPY_NVM = 0
3030CIRCUITPY_ROTARYIO = 0
3131CIRCUITPY_COUNTIO = 0
32- CIRCUITPY_USB_MIDI = 0
32+ CIRCUITPY_USB_MIDI = 1
3333LONGINT_IMPL = MPZ
You can’t perform that action at this time.
0 commit comments