1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-21 15:25:36 +03:00
betaflight/lib/main
James 4019369ec0
Initial ADC support for AT32 (#12356)
Reads internal and external ADC channels.
Internal Vref and temperature tested, external Vbat tested.
Expect temperature to be inaccurate as the AT chips don't come with
per chip calibration.
External current and the generic 'external' channels haven't been tested.
2023-02-14 21:40:00 +01:00
..
AT32F43x Initial ADC support for AT32 (#12356) 2023-02-14 21:40:00 +01:00
BoschSensortec/BMI270-Sensor-API Switched to 'maximum FIFO' version of the BMI270 microcode. 2021-04-28 01:10:45 +12:00
CMSIS Remove superfluous double ; 2022-07-24 14:49:35 +01:00
dyad Fixed build for gcc 8 (SITL). 2019-02-25 15:34:34 +13:00
google/olc Add GPS coordinates OSD elements display variants; add support for Open Location Code display 2021-04-26 23:43:11 +12:00
MAVLink Fix use of floating point math functions 2021-12-21 04:18:59 +01:00
STM32_USB_Device_Library Simplify cliWriter structure definition as use of uint8_t data[] (flexible array member) at the end of the bufWriter_t structure is breaking the F411 build 2022-07-24 16:15:51 +01:00
STM32_USB_OTG_Driver Remove superfluous double ; 2022-07-24 14:49:35 +01:00
STM32F4 Use timed timeouts for USB HAL functions, not simple counts as per H7 2022-06-17 19:56:23 +01:00
STM32F7 Use timed timeouts for USB HAL functions, not simple counts as per H7 2022-06-17 19:56:23 +01:00
STM32G4 Remove superfluous double ; 2022-07-24 14:49:35 +01:00
STM32H7 MSC - Fix MSC on H7. Commit 9629f96676 2022-08-21 16:46:48 +02:00