pico-sdk icon indicating copy to clipboard operation
pico-sdk copied to clipboard

`PICO_FLASH_SPI_CLKDIV` not mentioned in configuration defines

Open recursivenomad opened this issue 8 months ago • 2 comments

The "Full List of SDK Configuration Defines" in the C/C++ SDK document does not list PICO_FLASH_SPI_CLKDIV, even though nearly every board header includes it.

https://datasheets.raspberrypi.com/pico/raspberry-pi-pico-c-sdk.pdf#config_parameters

recursivenomad avatar Apr 25 '25 14:04 recursivenomad

I'm moving this to the pico-sdk repo, because that table is auto-generated from the PICO_CONFIG: comments in the SDK source code.

lurch avatar Apr 25 '25 15:04 lurch

See also #2408

lurch avatar Apr 26 '25 11:04 lurch

fix merged into develop

kilograham avatar Jul 25 '25 14:07 kilograham