commit | 94847be172b73851fcf4fb0a002d04e793209ddf | [log] [tgz] |
---|---|---|
author | Petr Hlineny <development@hlineny.cz> | Wed Jan 25 10:38:26 2023 +0100 |
committer | Carles CufĂ <carles.cufi@nordicsemi.no> | Thu Feb 23 10:48:50 2023 +0100 |
tree | b439f5242684f545b3666533054171a508cb4054 | |
parent | 2c3863160d619fb7a1ce8f95035b1fecd982b0fa [diff] |
drivers/disk: sdmmc stm32: Enable SDMMC Internal DMA on STM32L4plus mcu STM32L4plus mcu has SDMMC internal DMA which works without any configuration and it's handled by SDMMC HAL driver. This commit adds option to enable it and use it. Signed-off-by: Petr Hlineny <development@hlineny.cz>