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.
1 parent c675dfe commit fa91723Copy full SHA for fa91723
src/boards/include/boards/hellbender_0001.h
@@ -130,12 +130,12 @@
130
#define PICO_FLASH_SPI_CLKDIV 2
131
#endif
132
133
-// pico_cmake_set_default PICO_FLASH_SIZE_BYTES = (16 * 1024 * 1024)
+// pico_cmake_set_default PICO_FLASH_SIZE_BYTES = (8 * 1024 * 1024)
134
#ifndef PICO_FLASH_SIZE_BYTES
135
-#define PICO_FLASH_SIZE_BYTES (16 * 1024 * 1024)
+#define PICO_FLASH_SIZE_BYTES (8 * 1024 * 1024)
136
137
138
-#define HELLBENDER_0001_BLACKBOX_FLASH_SIZE_BYTES (128 * 1024 * 1024)
+#define HELLBENDER_0001_BLACKBOX_FLASH_SIZE_BYTES (16 * 1024 * 1024)
139
140
// --- RP2350 VARIANT ---
141
#define PICO_RP2350B 1
0 commit comments