History log of /seL4-camkes-master/projects/projects_libs/libsdhcdrivers/src/mmc.h
Revision Date Author Comments
# e2201c4b 22-Oct-2020 Matthias Buhl <matthias.buhl@hensoldt-cyber.de>

libsdhcdrivers: Switch clock rate after init

To improve the performance of the driver,
the clock settings need to be adjusted to an
operational setting after the init process has finished.

Signed-off-by: Matthias Buhl <matthias.buhl@hensoldt-cyber.de>


# 7fa7d7bf 24-Sep-2020 Matthias Buhl <matthias.buhl@hensoldt-cyber.com>

libsdhcdrivers: Actively initialize bus width

The default bus width of the card after power up or GO_IDLE (CMD0) is
1 bit. As the HostController is initialzed to 4-bit bus width,
the card also needs to switch to 4-bit mode.


# d37e47af 07-Oct-2020 Slawomir Kwasniak <slawomir.kwasniak@hensoldt-cyber.com>

libsdhcdrivers: Applying formatting

Files that are going to be changes in the future commits got
formatted.


# 8147869d 04-Jun-2017 Anna Lyons <Anna.Lyons@data61.csiro.au>

Fix licenses