nuttx/arch/arm
Kyle Wilson 46411495ef arch/arm/STM32H5: Initial ICACHE Support
Add support for the STM32H5 ICACHE peripheral. The CortexM33 does not have typical embedded icache and dcache. Instead STM32H5 provides the ICACHE as a separate peripheral that needs to be configured. This commit adds the stm32h5 specific icache driver. This driver named functions like those in <nuttx/cache.h>. However since the CortexM33 does not have cache itself, ARCH_ICACHE is not enabled. Therefore these stm32h5 specific functions were developed.

Signed-off-by: kywwilson11 <kwilson@2g-eng.com>
2025-03-10 13:24:02 +08:00
..
include arch/ra4: Add support for Renesas RA4M1 MCU 2025-02-25 13:14:48 -03:00
src arch/arm/STM32H5: Initial ICACHE Support 2025-03-10 13:24:02 +08:00
CMakeLists.txt arch/arm: migrate to SPDX identifier 2024-12-06 09:25:23 +08:00
Kconfig arch/ra4: Add support for Renesas RA4M1 MCU 2025-02-25 13:14:48 -03:00