ardupilot/libraries/AP_HAL
Peter Barker a9b90a3b5a AP_HAL: stop libraries including AP_Logger.h in .h files
AP_Logger.h is a nexus of includes; while this is being improved over
time, there's no reason for the library headers to include AP_Logger.h
as the logger itself is access by singleton and the structures are in
LogStructure.h

This necessitated moving The PID_Info structure out of AP_Logger's
namespace.  This cleans up a pretty nasty bit - that structure is
definitely not simply used for logging, but also used to pass pid
information around to controllers!

There are a lot of patches in here because AP_Logger.h, acting as a
nexus, was providing transitive header file inclusion in many (some
unlikely!) places.
2022-04-08 19:18:38 +10:00
..
board AP_HAL: set CANFrame max data length based on CANFD availability 2022-03-11 18:13:54 +11:00
examples AP_HAL: stop libraries including AP_Logger.h in .h files 2022-04-08 19:18:38 +10:00
tests AP_HAL: update prescaler tests 2022-03-30 17:11:09 +11:00
utility AP_HAL: fixed vprintf for no hal.h 2022-02-22 12:13:19 +11:00
AP_HAL.h
AP_HAL_Boards.h AP_HAL: add support for CANFD in SITL 2022-03-27 06:07:34 -07:00
AP_HAL_Macros.h AP_HAL: permit double-maths whe simulating 2022-03-17 14:39:55 +11:00
AP_HAL_Main.h
AP_HAL_Namespace.h AP_HAL: create HAL::SIMState object to hold simulation state 2022-03-17 14:39:55 +11:00
AnalogIn.h
CANIface.cpp AP_HAL: add support for taking in canfd bitrate in caniface 2022-03-11 18:13:54 +11:00
CANIface.h AP_HAL_ChibiOS: add init method to take in separate canfd bitrate 2022-03-11 18:13:54 +11:00
DSP.cpp AP_HAL: allow configuration of maximum number of notches based on MCU type 2021-12-22 18:13:38 +11:00
DSP.h AP_HAL: allow configuration of maximum number of notches based on MCU type 2021-12-22 18:13:38 +11:00
Device.cpp
Device.h
EventHandle.cpp
EventHandle.h
Flash.h
GPIO.cpp
GPIO.h
HAL.cpp
HAL.h AP_HAL: create HAL::SIMState object to hold simulation state 2022-03-17 14:39:55 +11:00
I2CDevice.h
OpticalFlow.h
QSPIDevice.h
RCInput.h
RCOutput.cpp AP_HAL: always choose high for dshot prescaler calculation 2022-03-09 18:23:41 +11:00
RCOutput.h AP_HAL: add support for @SYS/timers.txt 2022-02-16 15:28:04 +11:00
SIMState.cpp AP_HAL: create HAL::SIMState object to hold simulation state 2022-03-17 14:39:55 +11:00
SIMState.h AP_HAL: honour HAL_SIM_GPS_ENABLED 2022-03-17 14:39:55 +11:00
SPIDevice.h
Scheduler.cpp
Scheduler.h
Semaphores.cpp
Semaphores.h
Storage.cpp
Storage.h
UARTDriver.h AP_HAL: add HAL_UART_STATS_ENABLED to disable stats gathering 2022-01-12 18:30:49 +11:00
Util.cpp
Util.h AP_HAL: add support for @SYS/timers.txt 2022-02-16 15:28:04 +11:00
system.cpp
system.h