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 f7197ba16a drivers/sdcard_spi: make use of crc16_ccitt_false_update()
Use crc16_ccitt instead of ucrc16.
This can be speed up by using a look-up table if desired and does
not use more memory in the default configuration.
2022-10-20 00:43:27 +02:00
..
include boards: add some missing whitespaces for static tests 2022-09-14 15:11:14 +02:00
Kconfig drivers/sdcard_spi: Update kconfig model 2022-03-04 14:15:52 +01:00
Makefile drivers: added driver for accessing sd_cards over spi 2017-01-20 18:11:26 +01:00
Makefile.dep drivers/sdcard_spi: convert to ztimer_usec 2021-12-09 08:02:06 +01:00
Makefile.include drivers: move USEMODULE_INCLUDES in each driver directories 2020-07-15 20:36:27 +02:00
sdcard_spi.c drivers/sdcard_spi: make use of crc16_ccitt_false_update() 2022-10-20 00:43:27 +02:00