1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/cpu/nrf52
Benjamin Valentin f0e77840dc cpu/nrf52: spi_twi_irq add workaround for nRF52810 vendor file
Either nRF52810 should define SPIM_COUNT 2 or nRF52805 should
define SPIM_COUNT 1.
But as it nRF52805 defines SPIM_COUNT 2 and nRF52810 defines SPIM_COUNT 1
even though both have a single SPI and a single, separate TWI peripheral.

Re-define SPIM_COUNT to 2 on nRF52810 as this is the easiest solution.
2020-08-16 23:26:17 +02:00
..
include cpu/nrf52: ensure PWM is present 2020-08-16 23:26:17 +02:00
ldscripts nrf52: use cortexm.ld script when applicable 2019-03-13 11:57:44 +01:00
periph nrf52/i2c: Use mutex and IRQ for blocking 2020-06-02 10:24:40 +02:00
radio/nrf802154 nrf802154: fix set_tx_power function 2020-07-31 17:16:10 +02:00
vectors cpu/nrf52: add definitions for remaining family members 2020-08-16 23:26:17 +02:00
cpu.c cpu/nrf52: only enable instruction cache if available 2020-08-09 21:46:06 +02:00
Kconfig cpu/nrf52: add definitions for remaining family members 2020-08-16 23:26:17 +02:00
Makefile cpu/nrf52: split up vector definition 2020-08-09 21:46:06 +02:00
Makefile.dep cpu/nrf52: split up vector definition 2020-08-09 21:46:06 +02:00
Makefile.features cpu/nrf52: not all parts have a FPU 2020-08-09 21:46:06 +02:00
Makefile.include cpu/nrf52: add definitions for remaining family members 2020-08-16 23:26:17 +02:00
spi_twi_irq.c cpu/nrf52: spi_twi_irq add workaround for nRF52810 vendor file 2020-08-16 23:26:17 +02:00