1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/drivers/sdcard_spi
Benjamin Valentin f3e28c0350 drivers/sdcard_spi: make use of spi_deinit_pins()
Make sure to de-init the SPI bus before using the pins as GPIO.

Once all archs implement periph_spi_reconfigure, we can drop mosi,
miso and clk pins from the `card->params` and just use the bus
getter functions.
2020-06-21 21:21:39 +02:00
..
include drivers/sdcard_spi: fix broken links 2020-03-24 10:38:40 +01:00
Makefile drivers: added driver for accessing sd_cards over spi 2017-01-20 18:11:26 +01:00
sdcard_spi.c drivers/sdcard_spi: make use of spi_deinit_pins() 2020-06-21 21:21:39 +02:00