Thanks - Honestly I don't know why those are set the way they are. Looking at Git Blame it seems it was just because that's what was put in initially.
I believe the SPI_COUNT constant in platform_config.h may conflict with what's in targetlibs/nrf5x_12/components/device/nrf52832_peripherals.h which is why it's still 3, but if it compiles then it'd be a good thing for me to switch back on all nRF52s - it seems that SPI_COUNT in the Nordic SDK isn't used anyway.
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
Thanks - Honestly I don't know why those are set the way they are. Looking at Git Blame it seems it was just because that's what was put in initially.
I believe the SPI_COUNT constant in
platform_config.h
may conflict with what's intargetlibs/nrf5x_12/components/device/nrf52832_peripherals.h
which is why it's still 3, but if it compiles then it'd be a good thing for me to switch back on all nRF52s - it seems that SPI_COUNT in the Nordic SDK isn't used anyway.