zephyr/drivers/cache
Karsten Koenig db3cd1a833 drivers: cache: Add barriers to nrf driver
On Cortex-M33 the access to peripheral registers doesn't act as a data
synchronization barrier for memory accesses to normal memory. So before
triggering any TASKS for cache operations we need to make sure the core
doesn't have any pending memory transactions.

Signed-off-by: Karsten Koenig <karsten.koenig@nordicsemi.no>
2025-06-12 09:29:58 -07:00
..
cache_andes_l2.h
cache_andes.c
cache_aspeed.c
cache_handlers.c
cache_nrf.c drivers: cache: Add barriers to nrf driver 2025-06-12 09:29:58 -07:00
cache_nxp_xcache.c
cache_stm32.c cache: stm32: add cortex-m33 peripheral driver 2025-04-25 11:04:37 +02:00
CMakeLists.txt cache: stm32: add cortex-m33 peripheral driver 2025-04-25 11:04:37 +02:00
Kconfig cache: stm32: add cortex-m33 peripheral driver 2025-04-25 11:04:37 +02:00
Kconfig.andes
Kconfig.aspeed
Kconfig.nrf
Kconfig.nxp_xcache
Kconfig.stm32 cache: stm32: add cortex-m33 peripheral driver 2025-04-25 11:04:37 +02:00