ardupilot/libraries/AP_HAL_ChibiOS/hwdef/common
Andrew Tridgell e983738c38 HAL_ChibiOS: fixed a cache corruption issue on H7
This fixes a bug introduced in this PR:

https://github.com/ArduPilot/ardupilot/pull/25900

the bug is that when we don't go via the bouncebuffer on H7 we were
also skipping the cache invalidate/flush ops. This caused data
corruption for filesystem operations, particularly noticible as lua
scripts failing to load with parse errors or log corruption
2024-03-16 21:57:33 +11:00
..
board.c
board.h
bouncebuffer.c
bouncebuffer.h
chconf.h
chibios_board.mk
chibios_common.mk
common_extf_h730.ld
common_extf_h750.ld
common_extf.ld
common_mixf.ld
common.ld
crashdump.c
cstdio
ffconf.h
flash.c
flash.h
halconf.h
hrt.c
hrt.h
malloc.c
mcuconf.h
poll.h
ppm.h
spi_hook.h
stdio.h
stm32_util.c
stm32_util.h
stm32f1_mcuconf.h
stm32f3_mcuconf.h
stm32f47_mcuconf.h
stm32g4_mcuconf.h
stm32h7_A3_mcuconf.h
stm32h7_mcuconf.h
stm32h7_type2_mcuconf.h
stm32l4_mcuconf.h
stm32l4+_mcuconf.h
stubs.c
usbcfg_common.c
usbcfg_dualcdc.c
usbcfg.c
usbcfg.h
watchdog.c
watchdog.h