We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bbb1a8b + aec03a4 commit a5c6759Copy full SHA for a5c6759
ports/raspberrypi/Makefile
@@ -234,7 +234,7 @@ SRC_COMMON_HAL_SHARED_MODULE_EXPANDED = $(sort $(SRC_COMMON_HAL_EXPANDED) $(SRC_
234
235
SRC_S = supervisor/$(CHIP_FAMILY)_cpu.s
236
BOOT2_S_UPPER ?= sdk/src/rp2_common/boot_stage2/boot2_generic_03h.S
237
-BOOT2_S_CFLAGS ?= -DPICO_FLASH_SPI_CLKDIV=2
+BOOT2_S_CFLAGS ?= -DPICO_FLASH_SPI_CLKDIV=6
238
SRC_S_UPPER = sdk/src/rp2_common/hardware_divider/divider.S \
239
sdk/src/rp2_common/hardware_irq/irq_handler_chain.S \
240
sdk/src/rp2_common/pico_bit_ops/bit_ops_aeabi.S \
0 commit comments