Presumably, switching it to generic hurt performance a bit. I verified that the build-raspberry_pi_pico/boot2_padded_checksummed.S built file has the same checksum as the old bs2_default_padded_checksummed.S
14 lines
245 B
Makefile
14 lines
245 B
Makefile
USB_VID = 0x239A
|
|
USB_PID = 0x80F4
|
|
USB_PRODUCT = "Pico"
|
|
USB_MANUFACTURER = "Raspberry Pi"
|
|
|
|
CHIP_VARIANT = RP2040
|
|
CHIP_FAMILY = rp2
|
|
|
|
INTERNAL_FLASH_FILESYSTEM = 1
|
|
|
|
CIRCUITPY__EVE = 1
|
|
|
|
BOOT2_S_UPPER = sdk/src/rp2_common/boot_stage2/boot2_w25q080.S
|