Ardupilot2/libraries/AP_HAL_ChibiOS
Andrew Tridgell 999919424b hwdef: allow for MCO pin to be configured
this allows for hwdef.dat lines like this:

  PA8 MCO1 RCC
  PC9 MCO2 RCC

you can control the scaling by defining the following:

- STM32_MCO1SEL
- STM32_MCO1PRE_VALUE
- STM32_MCO2SEL
- STM32_MCO2PRE_VALUE
2023-08-25 07:37:12 +10:00
..
hwdef hwdef: allow for MCO pin to be configured 2023-08-25 07:37:12 +10:00
AnalogIn.cpp
AnalogIn.h
AP_HAL_ChibiOS_Namespace.h
AP_HAL_ChibiOS_Private.h
AP_HAL_ChibiOS.h
bxcan.hpp
CANFDIface.cpp
CANFDIface.h
CanIface.cpp
CANIface.h
Device.cpp
Device.h
DSP.cpp
DSP.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_bdshot.cpp
RCOutput_serial.cpp AP_HAL_ChibiOS: ensure reverse and reversible masks are applied to iomcu 2023-08-15 06:53:48 +10:00
RCOutput.cpp AP_HAL_ChibiOS: explicitly set dshot rate when using iomcu 2023-08-15 06:53:48 +10:00
RCOutput.h HAL_ChibiOS: removed ESC scaling, moved to AP_HAL 2023-08-24 13:06:40 +10:00
Scheduler.cpp AP_HAL_ChibiOS: improve gating of use of AP_InternalError library 2023-08-17 09:16:46 +10: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
Storage.h
system.cpp AP_HAL_ChibiOS: removed native_millis/micros 2023-08-24 13:06:40 +10:00
UARTDriver.cpp
UARTDriver.h
Util.cpp AP_HAL_ChibiOS: add support for DShot on IOMCU 2023-08-15 06:53:48 +10:00
Util.h
WSPIDevice.cpp
WSPIDevice.h