• Looking in targets/nrf5x/jshardware.c I found this comment:

    SPI0 / TWI0 -> Espruino's SPI1 (only nRF52 - not enough flash on 51)
    SPI1 / TWI1 -> Espruino's I2C1
    SPI2 -> free

    This seems to indicate that it should be possible to add support for a second hardware SPI exposed as Espruinos SPI2? Or am I missing something that makes that more work then making sure the related functions in targets/nrf5x/jshardware.c handles SPI2 in addition to SPI0?

About

Avatar for erikboto @erikboto started