We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88b1e2f commit bd3c5c3Copy full SHA for bd3c5c3
ports/nrf/boards/bastble/mpconfigboard.h
@@ -5,6 +5,15 @@
5
6
#define CIRCUITPY_AUTORELOAD_DELAY_MS 500
7
8
+#if QSPI_FLASH_FILESYSTEM
9
+#define MICROPY_QSPI_DATA0 NRF_GPIO_PIN_MAP(0, 30)
10
+#define MICROPY_QSPI_DATA1 NRF_GPIO_PIN_MAP(0, 29)
11
+#define MICROPY_QSPI_DATA2 NRF_GPIO_PIN_MAP(0, 28)
12
+#define MICROPY_QSPI_DATA3 NRF_GPIO_PIN_MAP(0, 2)
13
+#define MICROPY_QSPI_SCK NRF_GPIO_PIN_MAP(0, 3)
14
+#define MICROPY_QSPI_CS NRF_GPIO_PIN_MAP(0, 26)
15
+#endif
16
+
17
#define DEFAULT_I2C_BUS_SCL (&pin_P1_10)
18
#define DEFAULT_I2C_BUS_SDA (&pin_P1_11)
19
0 commit comments