micropython/ports/nrf/boards/SEEED_XIAO_NRF52
Damien George b4d288ae44 nrf: Use MICROPY_PY_MACHINE_SPI instead of MICROPY_PY_MACHINE_HW_SPI.
MICROPY_PY_MACHINE_SPI is defined in mpconfigport.h to be equal to
MICROPY_PY_MACHINE_HW_SPI, so they are equivalent options.  The former one
is preferred because it's used by all other ports.

The default in mpconfigport.h is to enable this option, and all boards that
enable SPI have this removed from their mpconfigboard.h file so they pick
up the default.

Signed-off-by: Damien George <damien@micropython.org>
2023-11-30 16:10:10 +11:00
..
XIAO_bootloader.ld nrf/boards: Rename all nRF boards to use uppercase. 2023-08-23 13:54:37 +10:00
board.c nrf/boards: Rename all nRF boards to use uppercase. 2023-08-23 13:54:37 +10:00
board.json nrf/boards: Rename all nRF boards to use uppercase. 2023-08-23 13:54:37 +10:00
deploy.md nrf/boards: Rename all nRF boards to use uppercase. 2023-08-23 13:54:37 +10:00
mpconfigboard.h nrf: Use MICROPY_PY_MACHINE_SPI instead of MICROPY_PY_MACHINE_HW_SPI. 2023-11-30 16:10:10 +11:00
mpconfigboard.mk nrf/boards: Rename all nRF boards to use uppercase. 2023-08-23 13:54:37 +10:00
pins.csv nrf/boards: Rename all nRF boards to use uppercase. 2023-08-23 13:54:37 +10:00