commit | ba9ebb7dbdb0828980f34cf40823a3025c70ecd1 | [log] [tgz] |
---|---|---|
author | Francois Ramu <francois.ramu@st.com> | Thu Sep 14 16:35:11 2023 +0200 |
committer | Carles CufĂ <carles.cufi@nordicsemi.no> | Fri Nov 03 11:46:58 2023 +0100 |
tree | 67d8b4bc1d050d87e9e8df4148295b0198db95ac | |
parent | 58ec905c0e676a5d2cfc765ca51c5ca6fff9de7d [diff] |
drivers: flash: stm32 qspi driver reads sfdp table Fix the SFDP command to be sent by the qspi driver to get the SFDP table from the NOR quad flash. Note that CONFIG_FLASH_STM32_QSPI=y and CONFIG_SPI_NOR=n HAL_DMA_Abort declared as weak to fix compilation error with stm32f7x Signed-off-by: Francois Ramu <francois.ramu@st.com>