mirror of
https://github.com/raspberrypi/pico-sdk.git
synced 2026-01-28 01:47:21 +01:00
parent
c675dfeaa5
commit
fa91723371
1 changed files with 3 additions and 3 deletions
|
|
@ -130,12 +130,12 @@
|
|||
#define PICO_FLASH_SPI_CLKDIV 2
|
||||
#endif
|
||||
|
||||
// pico_cmake_set_default PICO_FLASH_SIZE_BYTES = (16 * 1024 * 1024)
|
||||
// pico_cmake_set_default PICO_FLASH_SIZE_BYTES = (8 * 1024 * 1024)
|
||||
#ifndef PICO_FLASH_SIZE_BYTES
|
||||
#define PICO_FLASH_SIZE_BYTES (16 * 1024 * 1024)
|
||||
#define PICO_FLASH_SIZE_BYTES (8 * 1024 * 1024)
|
||||
#endif
|
||||
|
||||
#define HELLBENDER_0001_BLACKBOX_FLASH_SIZE_BYTES (128 * 1024 * 1024)
|
||||
#define HELLBENDER_0001_BLACKBOX_FLASH_SIZE_BYTES (16 * 1024 * 1024)
|
||||
|
||||
// --- RP2350 VARIANT ---
|
||||
#define PICO_RP2350B 1
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue