zephyr/subsys
Francois Ramu 9a94168e78 disk: sdhc: use the multiple block transfer for writing
The sdhc_spi_write_multi function is sending the CMD25
for multiple block write operation on the SD card
instead of looping the CMD24. This is improving
the transfer speed compared to the sdhc_spi_write function
when the nb of blocks to write is significant (more than 2).

Signed-off-by: Francois Ramu <francois.ramu@st.com>
2020-09-05 11:07:04 +02:00
..
bluetooth Bluetooth: GATT: Introduce bt_gatt_attr_get_handle 2020-09-05 11:06:21 +02:00
canbus subsys: canopen: Add a wrapper to avoid passing device to CO_init 2020-09-02 13:48:13 +02:00
console
cpp
debug debug: gdbstub: Send an error code when accessing invalid memory 2020-09-02 20:54:57 -04:00
dfu dfu: img_util: Add flash integrity check 2020-09-03 17:56:02 +02:00
disk disk: sdhc: use the multiple block transfer for writing 2020-09-05 11:07:04 +02:00
emul
fb
fs fs: allow setting max file name explicitly 2020-09-03 21:49:34 +02:00
jwt
logging
mgmt ec_host_cmd: add ec host command handler framework 2020-09-04 14:50:45 -04:00
net net: tcp2: Make sure all incoming data is given to app at eof 2020-09-04 11:04:27 -04:00
power
random
settings
shell shell: fix printing from other threads 2020-09-03 21:54:47 +02:00
stats
storage storage: flash_map: use const struct device 2020-09-03 14:28:22 -05:00
testsuite
tracing
usb usb: Do not check usb_dev.configured in is_dev_configured() 2020-09-04 17:51:45 +02:00
CMakeLists.txt
Kconfig