Merge pull request #3 from pimoroni/psram-fixes
CI: Enable split heap for PPP2 PSRAM build.
This commit is contained in:
commit
dd62958b83
@ -1,5 +1,6 @@
|
|||||||
# Override the MicroPython board name
|
# Override the MicroPython board name
|
||||||
list(APPEND MICROPY_DEF_BOARD
|
list(APPEND MICROPY_DEF_BOARD
|
||||||
"MICROPY_HW_ENABLE_PSRAM=1"
|
"MICROPY_HW_ENABLE_PSRAM=1"
|
||||||
|
"MICROPY_GC_SPLIT_HEAP=1"
|
||||||
"MICROPY_HW_BOARD_NAME=\"Pimoroni Pico Plus 2 (PSRAM)\""
|
"MICROPY_HW_BOARD_NAME=\"Pimoroni Pico Plus 2 (PSRAM)\""
|
||||||
)
|
)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user