Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix waveshare_rp2040_zero USB unrecognize after unplug and replug (#1421
) Some RP2040-Zero boards from WaveShare can only be recognized via USB after flashing UF2 into it, and if you unplug and replug it, nothing happens on both USB host and device, RP2040-Zero seems just not booting. According to @ArkBrj, it seems that setting `PICO_FLASH_SPI_CLKDIV` to `2` makes the clock chip exceed the spec, setting it to `4` fixes this bug. I tested it with the blink program in pico-examples, this does fix the bug for me. Fixes <#1304>.
- Loading branch information