Skip to content

Commit da38057

Browse files
committed
Enable PSRAM (again).
1 parent bf96b42 commit da38057

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

boards/presto/mpconfigboard.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,9 @@
2828
int mp_hal_is_pin_reserved(int n);
2929
#define MICROPY_HW_PIN_RESERVED(i) mp_hal_is_pin_reserved(i)
3030

31+
// Enable PSRAM
32+
#define MICROPY_HW_ENABLE_PSRAM (1)
33+
3134
// Alias the chip select pin specified by presto.h
3235
#define MICROPY_HW_PSRAM_CS_PIN PIMORONI_PRESTO_PSRAM_CS_PIN
3336

0 commit comments

Comments
 (0)