Skip to content

Commit 2f0d82a

Browse files
committed
Disable board.SPI() for Challenger NB RP2040 WiFi
This was done as a result of an issue with the SPI pin mappings. Please refer to the following for additional information: https://ilabs.se/challenger-rp2040-wifi-spi-bug
1 parent a66489e commit 2f0d82a

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

ports/raspberrypi/boards/challenger_nb_rp2040_wifi/mpconfigboard.h

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,3 @@
55
#define DEFAULT_UART_BUS_RX (&pin_GPIO17)
66
#define DEFAULT_I2C_BUS_SDA (&pin_GPIO0)
77
#define DEFAULT_I2C_BUS_SCL (&pin_GPIO1)
8-
#define DEFAULT_SPI_BUS_SCK (&pin_GPIO22)
9-
#define DEFAULT_SPI_BUS_MOSI (&pin_GPIO23)
10-
#define DEFAULT_SPI_BUS_MISO (&pin_GPIO24)

0 commit comments

Comments
 (0)