zephyr/subsys/disk
Rich Barlow 795d0577c9 disk: sdhc: Set LSB of command to 1 as end bit
The SD Card Physical Layer specification states in Table 7-1
(in section 7.3.1.1) that the LSB of the 48 bit command must
be set to 1 to act as an 'end bit'.

Fixes #33479

Signed-off-by: Rich Barlow <rich@bennellick.com>
2021-03-19 08:51:31 -05:00
..
CMakeLists.txt cmake: remove _if_kconfig() functions 2020-08-01 12:35:20 +02:00
disk_access.c device: Const-ify all device driver instance pointers 2020-09-02 13:48:13 +02:00
disk_access_flash.c disk: disk_access_flash: Make sector size configurable in Kconfig 2021-01-15 11:21:01 -05:00
disk_access_ram.c disk: remove USB MSC specific FAT12 ramdisk 2020-12-02 11:50:11 +01:00
disk_access_sdhc.h zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
disk_access_spi_sdhc.c disk: sdhc: Set LSB of command to 1 as end bit 2021-03-19 08:51:31 -05:00
disk_access_stm32_sdmmc.c soc: stm32: convert to use DEVICE_DT_GET for clocks 2021-02-16 17:01:37 -06:00
disk_access_usdhc.c disk: sdhc: NXP: Convert clock control to use DEVICE_DT_GET 2021-02-18 12:27:48 -06:00
Kconfig disk: stm32: Select USE_STM32_HAL_SD_EX on stm32l4 2021-02-24 18:10:09 -06:00