Skip to content

Commit

Permalink
Merge pull request #3 from pimoroni/psram-fixes
Browse files Browse the repository at this point in the history
CI: Enable split heap for PPP2 PSRAM build.
  • Loading branch information
Gadgetoid authored Aug 14, 2024
2 parents 3b46b36 + 096773a commit dd62958
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# Override the MicroPython board name
list(APPEND MICROPY_DEF_BOARD
"MICROPY_HW_ENABLE_PSRAM=1"
"MICROPY_GC_SPLIT_HEAP=1"
"MICROPY_HW_BOARD_NAME=\"Pimoroni Pico Plus 2 (PSRAM)\""
)

0 comments on commit dd62958

Please sign in to comment.