Ardupilot2/libraries/AP_HAL_ChibiOS
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
..
hwdef HAL_ChibiOS: fixed a cache corruption issue on H7 2024-03-16 21:57:33 +11:00
AnalogIn.cpp
AnalogIn.h
AP_HAL_ChibiOS_Namespace.h
AP_HAL_ChibiOS_Private.h
AP_HAL_ChibiOS.h
bxcan.hpp
CANFDIface.cpp HAL_ChibiOS: fixed CANFD timings (again!) 2024-02-09 18:55:08 +11:00
CANFDIface.h
CanIface.cpp
CANIface.h
Device.cpp
Device.h
DSP.cpp
DSP.h
Flash.h
GPIO.cpp
GPIO.h
HAL_ChibiOS_Class.cpp waf: remove SKETCH and SKETCHNAME from build sysmte 2024-02-26 15:42:25 +11:00
HAL_ChibiOS_Class.h
I2CDevice.cpp
I2CDevice.h
LogStructure.h
RCInput.cpp
RCInput.h
RCOutput_bdshot.cpp AP_HAL_ChibiOS: always normalize ESC channel when using iomcu 2024-03-14 06:40:04 +11:00
RCOutput_iofirmware.cpp AP_HAL_ChibiOS: provide start time and timeout to all dshot APIs that require it 2024-02-28 22:25:48 +11:00
RCOutput_serial.cpp
RCOutput.cpp AP_HAL_ChibiOS: provide start time and timeout to all dshot APIs that require it 2024-02-28 22:25:48 +11:00
RCOutput.h AP_HAL_ChibiOS: provide start time and timeout to all dshot APIs that require it 2024-02-28 22:25:48 +11:00
Scheduler.cpp AP_HAL_ChibiOS: set scheduler task to -4 when running callback tasks 2024-02-21 18:56:50 +11:00
Scheduler.h
sdcard.cpp
sdcard.h
Semaphores.cpp
Semaphores.h
shared_dma.cpp
shared_dma.h
SoftSigReader.cpp
SoftSigReader.h
SoftSigReaderInt.cpp
SoftSigReaderInt.h
SPIDevice.cpp
SPIDevice.h
stdio.cpp
Storage.cpp waf: remove SKETCH and SKETCHNAME from build sysmte 2024-02-26 15:42:25 +11:00
Storage.h
system.cpp
UARTDriver.cpp
UARTDriver.h
Util.cpp AP_HAL_ChibiOS: Use new default for reboot 2024-03-12 21:13:41 +11:00
Util.h
WSPIDevice.cpp
WSPIDevice.h