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 := \
146
146
system_$(CHIP_FAMILY ) .c \
147
147
148
148
SRC_SDK := $(addprefix sdk/devices/$(CHIP_FAMILY ) /, $(SRC_SDK ) )
149
+ $(addprefix $(BUILD ) /, $(SRC_SDK :.c=.o)): CFLAGS += -Wno-undef
149
150
150
151
SRC_C += \
151
152
background.c \
Original file line number Diff line number Diff line change 1
1
USB_VID = 0x239A
2
2
USB_PID = 0x80E2
3
- USB_PRODUCT = "Metro M7 1011 "
3
+ USB_PRODUCT = "Metro M7 iMX RT1011 "
4
4
USB_MANUFACTURER = "Adafruit"
5
5
6
6
CHIP_VARIANT = MIMXRT1011DAE5A
7
7
CHIP_FAMILY = MIMXRT1011
8
- FLASH = W25Q16JV
8
+ FLASH = W25Q32JV
9
9
10
10
# Include these Python libraries in the firmware
11
11
FROZEN_MPY_DIRS += $(TOP ) /frozen/Adafruit_CircuitPython_ESP32SPI
Original file line number Diff line number Diff line change @@ -29,5 +29,5 @@ CIRCUITPY_I2CPERIPHERAL = 0
29
29
CIRCUITPY_NVM = 0
30
30
CIRCUITPY_ROTARYIO = 0
31
31
CIRCUITPY_COUNTIO = 0
32
- CIRCUITPY_USB_MIDI = 0
32
+ CIRCUITPY_USB_MIDI = 1
33
33
LONGINT_IMPL = MPZ
You can’t perform that action at this time.
0 commit comments