ardupilot/libraries/AP_HAL_ChibiOS
Peter Barker e9fc99b1bf AP_HAL_ChibiOS: base HAL_USE_SPI on devices not buses
fixes compilation problem with gcc 10.3

../../libraries/AP_HAL_ChibiOS/SPIDevice.cpp: In static member function 'static void ChibiOS::SPIDeviceManager::__static_initialization_and_destruction_0(int, int)':
../../libraries/AP_HAL_ChibiOS/SPIDevice.cpp:76:18: error: statement has no effect [-Werror=unused-value]
   76 | ChibiOS::SPIDesc SPIDeviceManager::device_table[] = { HAL_SPI_DEVICE_LIST };
      |                  ^~~~~~~~~~~~~~~~
compilation terminated due to -Wfatal-errors.
cc1plus: some warnings being treated as errors
2023-11-22 18:14:00 +11:00
..
hwdef AP_HAL_ChibiOS: base HAL_USE_SPI on devices not buses 2023-11-22 18:14:00 +11:00
AP_HAL_ChibiOS.h
AP_HAL_ChibiOS_Namespace.h
AP_HAL_ChibiOS_Private.h
AnalogIn.cpp AP_HAL_ChibiOS: change adc sampling rate 2023-09-17 21:02:42 +10:00
AnalogIn.h
CANFDIface.cpp AP_HAL_ChibiOS: added last_transmit_us to CAN stats 2023-09-05 06:56:51 +10:00
CANFDIface.h
CANIface.h HAL_ChibiOS: fixed CAN statistics on F4/L4/F3/F7 2023-09-19 07:33:53 +10:00
CanIface.cpp HAL_ChibiOS: fixed CAN statistics on F4/L4/F3/F7 2023-09-19 07:33:53 +10:00
DSP.cpp
DSP.h
Device.cpp
Device.h
EventSource.cpp
EventSource.h
Flash.h
GPIO.cpp
GPIO.h
HAL_ChibiOS_Class.cpp
HAL_ChibiOS_Class.h
I2CDevice.cpp
I2CDevice.h
LogStructure.h
RCInput.cpp
RCInput.h
RCOutput.cpp AP_HAL_ChibiOS: return success status from serial_led_send and set_serial_led_rgb_data 2023-11-20 19:22:20 +11:00
RCOutput.h AP_HAL_ChibiOS: return success status from serial_led_send and set_serial_led_rgb_data 2023-11-20 19:22:20 +11:00
RCOutput_bdshot.cpp AP_HAL_ChibiOS: NFC refactor of dshot/bdshot in preparation for bdshot on iomcu 2023-10-25 19:30:35 +11:00
RCOutput_iofirmware.cpp AP_HAL_ChibiOS: NFC refactor of dshot/bdshot in preparation for bdshot on iomcu 2023-10-25 19:30:35 +11:00
RCOutput_serial.cpp
SPIDevice.cpp AP_HAL_ChibiOS: add option to set HAL_SPI_SCK_SAVE_RESTORE 2023-10-18 19:25:19 +11:00
SPIDevice.h AP_HAL_ChibiOS: add option to set HAL_SPI_SCK_SAVE_RESTORE 2023-10-18 19:25:19 +11:00
Scheduler.cpp
Scheduler.h
Semaphores.cpp
Semaphores.h
SoftSigReader.cpp
SoftSigReader.h
SoftSigReaderInt.cpp
SoftSigReaderInt.h
Storage.cpp
Storage.h AP_HAL_ChibiOS: Increase limit for Storage pages 2023-09-17 21:03:37 +10:00
UARTDriver.cpp
UARTDriver.h
Util.cpp AP_HAL_ChibiOS: Explicitly include InternalError 2023-09-20 19:51:48 +10:00
Util.h AP_HAL_ChibiOS: move AP_BOOTLOADER_FLASHING_ENABLED default to AP_HAL 2023-10-27 14:16:47 +11:00
WSPIDevice.cpp
WSPIDevice.h
bxcan.hpp
sdcard.cpp
sdcard.h
shared_dma.cpp
shared_dma.h
stdio.cpp
system.cpp