ardupilot/libraries/AP_HAL_Empty
Thomas Watson db12f428c5 AP_HAL_Empty: introduce get_HAL_mutable() to complement get_HAL()
Returns a mutable reference to the same HAL for certain purposes where
the HAL needs to be mutated to avoid UB problems with casting away const
and to make the fact that mutation is happening obvious.
2023-11-28 08:24:25 +11:00
..
AP_HAL_Empty.h
AP_HAL_Empty_Namespace.h
AP_HAL_Empty_Private.h
AnalogIn.cpp
AnalogIn.h
DSP.h
Flash.h
GPIO.cpp
GPIO.h
HAL_Empty_Class.cpp AP_HAL_Empty: introduce get_HAL_mutable() to complement get_HAL() 2023-11-28 08:24:25 +11:00
HAL_Empty_Class.h
I2CDevice.h
OpticalFlow.h
RCInput.cpp
RCInput.h
RCOutput.cpp
RCOutput.h
SPIDevice.h
Scheduler.h
Semaphores.cpp
Semaphores.h
Storage.cpp
Storage.h
UARTDriver.cpp AP_HAL_Empty: moved UART port locking up to AP_HAL 2023-07-12 17:06:02 +10:00
UARTDriver.h AP_HAL_Empty: moved UART port locking up to AP_HAL 2023-07-12 17:06:02 +10:00
Util.h
WSPIDevice.h