Skip to content

Commit fa272f5

Browse files
committed
Fix iMX and zero_w build extension
1 parent 2a2f94d commit fa272f5

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

ports/mimxrt10xx/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ SRC_C += \
156156
boards/$(BOARD)/flash_config.c \
157157
boards/$(BOARD)/pins.c \
158158
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 \
160160
mphalport.c \
161161
peripherals/mimxrt10xx/$(CHIP_FAMILY)/clocks.c \
162162
peripherals/mimxrt10xx/$(CHIP_FAMILY)/periph.c \

tools/build_board_info.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232
BIN_DFU = ("bin", "dfu")
3333
COMBINED_HEX = ("combined.hex",)
3434
KERNEL8_IMG = ("disk.img.zip", "kernel8.img")
35+
KERNEL_IMG = ("disk.img.zip", "kernel.img")
3536

3637
# Default extensions
3738
extension_by_port = {
@@ -70,6 +71,8 @@
7071
# esp32c3
7172
"ai_thinker_esp32-c3s": BIN,
7273
"microdev_micro_c3": BIN,
74+
# broadcom
75+
"raspberrypi_zero_w": KERNEL_IMG,
7376
}
7477

7578
language_allow_list = set(

0 commit comments

Comments
 (0)