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 HAL_ChibiOS: fixed a cache corruption issue on H7 2024-03-16 21:57:33 +11:00
bouncebuffer.h
chconf.h
chibios_board.mk
chibios_common.mk
common.ld
common_extf.ld
common_extf_h730.ld
common_extf_h750.ld
common_mixf.ld
crashdump.c
cstdio
ffconf.h
flash.c HAL_ChibiOS: fixed flash support on H7 with 8k page size 2024-02-01 11:43:24 +11:00
flash.h
halconf.h
hrt.c
hrt.h
malloc.c HAL_ChibiOS: fixed a cache corruption issue on H7 2024-03-16 21:57:33 +11:00
mcuconf.h HAL_ChibiOS: added support for STM32H7A3 2024-02-01 11:43:24 +11:00
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 HAL_ChibiOS: fixed support for STM32H7A3 2024-02-03 08:36:18 +11:00
stm32h7_mcuconf.h HAL_ChibiOS: support STM32H723 boards 2024-01-30 12:32:23 +11:00
stm32h7_type2_mcuconf.h HAL_ChibiOS: adjust clocks for H723 and H730 2024-01-30 12:32:23 +11:00
stm32l4+_mcuconf.h
stm32l4_mcuconf.h
stubs.c
usbcfg.c
usbcfg.h
usbcfg_common.c
usbcfg_dualcdc.c
watchdog.c
watchdog.h