File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -156,7 +156,7 @@ SRC_C += \
156
156
boards/$(BOARD ) /flash_config.c \
157
157
boards/$(BOARD ) /pins.c \
158
158
fatfs_port.c \
159
- lib/tinyusb/src/portable/nxp/transdimension/dcd_transdimension .c \
159
+ lib/tinyusb/src/portable/chipidea/ci_hs/dcd_ci_hs .c \
160
160
mphalport.c \
161
161
peripherals/mimxrt10xx/$(CHIP_FAMILY ) /clocks.c \
162
162
peripherals/mimxrt10xx/$(CHIP_FAMILY ) /periph.c \
Original file line number Diff line number Diff line change 32
32
BIN_DFU = ("bin" , "dfu" )
33
33
COMBINED_HEX = ("combined.hex" ,)
34
34
KERNEL8_IMG = ("disk.img.zip" , "kernel8.img" )
35
+ KERNEL_IMG = ("disk.img.zip" , "kernel.img" )
35
36
36
37
# Default extensions
37
38
extension_by_port = {
70
71
# esp32c3
71
72
"ai_thinker_esp32-c3s" : BIN ,
72
73
"microdev_micro_c3" : BIN ,
74
+ # broadcom
75
+ "raspberrypi_zero_w" : KERNEL_IMG ,
73
76
}
74
77
75
78
language_allow_list = set (
You can’t perform that action at this time.
0 commit comments