1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 00:29:46 +01:00
RIOT/drivers/soft_spi
Joshua DeWeese aba1d9aaf0 drivers/soft_spi: fix device validation bug
The code did not take into account that valid bus numbers are
0...(COUNT-1).

This patch corrects this. It also makes use of the newly introduced
SOFT_SPI_NUMOF define.
2022-12-14 08:18:45 -05:00
..
include drivers/soft_spi: fix over-allocation of locks 2022-12-14 08:18:29 -05:00
Kconfig drivers/soft_spi: add module to Kconfig 2021-01-21 11:22:31 +01:00
Makefile driver/soft_spi: initial implementation 2017-11-13 10:11:06 +01:00
Makefile.dep drivers: configure per driver dependency resolution 2020-07-20 14:32:16 +02:00
Makefile.include drivers: move USEMODULE_INCLUDES in each driver directories 2020-07-15 20:36:27 +02:00
soft_spi.c drivers/soft_spi: fix device validation bug 2022-12-14 08:18:45 -05:00