Merge pull request #3 from pimoroni/psram-fixes

CI: Enable split heap for PPP2 PSRAM build.
This commit is contained in:
Philip Howard 2024-08-14 10:35:26 +01:00 committed by GitHub
commit dd62958b83
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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)\""
)