rp2/boards: Remove all I2C,SPI pin defs that already match pico-sdk.

I.e. for whichever SPI/I2C instance is PICO_DEFAULT_I2C, there's no need to
set MICROPY_HW_SPIn_SCK.

The only ones remaining are for the non-default instance.

Signed-off-by: Jim Mussared <jim.mussared@gmail.com>
This commit is contained in:
Jim Mussared
2022-09-06 23:32:34 +10:00
committed by Damien George
parent 315e74236f
commit dec0ff7a10
9 changed files with 5 additions and 62 deletions

View File

@@ -7,13 +7,6 @@
#define MICROPY_HW_USB_VID (0x239A)
#define MICROPY_HW_USB_PID (0x80FE)
#define MICROPY_HW_I2C0_SCL (3)
#define MICROPY_HW_I2C0_SDA (2)
#define MICROPY_HW_SPI0_SCK (18)
#define MICROPY_HW_SPI0_MOSI (19)
#define MICROPY_HW_SPI0_MISO (20)
// NeoPixel data GPIO17, power GPIO16
// Red user LED GPIO11