Fix the scope of some variables in various STM32 drivers including: - SDMMC - DMA - OSPI/QSPI Flash - Interrupt controller The variables are set static instead of global and const if appropriate. Signed-off-by: Guillaume Gautier <guillaume.gautier-ext@st.com> |
||
|---|---|---|
| .. | ||
| CMakeLists.txt | ||
| flashdisk.c | ||
| Kconfig | ||
| Kconfig.flash | ||
| Kconfig.ram | ||
| Kconfig.sdmmc | ||
| ramdisk.c | ||
| sdmmc_sdhc.h | ||
| sdmmc_stm32.c | ||
| sdmmc_subsys.c | ||