We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf96b42 commit da38057Copy full SHA for da38057
boards/presto/mpconfigboard.h
@@ -28,6 +28,9 @@
28
int mp_hal_is_pin_reserved(int n);
29
#define MICROPY_HW_PIN_RESERVED(i) mp_hal_is_pin_reserved(i)
30
31
+// Enable PSRAM
32
+#define MICROPY_HW_ENABLE_PSRAM (1)
33
+
34
// Alias the chip select pin specified by presto.h
35
#define MICROPY_HW_PSRAM_CS_PIN PIMORONI_PRESTO_PSRAM_CS_PIN
36
0 commit comments