micropython/ports/rp2/boards/ADAFRUIT_FEATHER_RP2040/mpconfigboard.h
Jim Mussared dec0ff7a10 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>
2022-09-08 14:51:15 +10:00

13 lines
370 B
C

// https://www.adafruit.com/product/4884
// https://learn.adafruit.com/adafruit-feather-rp2040-pico/pinouts
#define MICROPY_HW_BOARD_NAME "Adafruit Feather RP2040"
#define MICROPY_HW_FLASH_STORAGE_BYTES (7 * 1024 * 1024)
#define MICROPY_HW_USB_VID (0x239A)
#define MICROPY_HW_USB_PID (0x80F2)
// NeoPixel GPIO16, power not toggleable
// Red user LED GPIO13