Skip to content

Commit

Permalink
Update hellbender_0001.h (#1967)
Browse files Browse the repository at this point in the history
Updating flash sizes to match BOM
  • Loading branch information
chrisboross authored Oct 1, 2024
1 parent c675dfe commit fa91723
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/boards/include/boards/hellbender_0001.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit fa91723

Please sign in to comment.