1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-24 08:45:36 +03:00
Commit graph

10 commits

Author SHA1 Message Date
J Blackman
33a96bb5f6
Source file re-arrangement for better separation of MCU types (#12268)
Source file re-arrangement for better spearation of MCU types

- Move STM32 specific files to drivers/stm32
2023-02-01 01:12:34 +01:00
Mark Haslinghuis
3009a13355 Fix UARTS and LPUART 2022-01-24 21:41:19 +01:00
mikeller
82d5212c06 Fixed shoddy and non-compliant coding style in #10562. 2021-03-24 01:51:27 +13:00
Tony Cake
8d7dfba207 Modify serial drivers to add a workaround for SmartAudio, which was
broken by the fix for #10220.
Smart Audio will now default to the old (bad) behavior where pulldowns
are being used instead of pullups for most BF supported processors when
in Bidirectional, PushPull mode.
2021-02-17 05:26:52 -08:00
anthonycake
1f0fbf6a65 Fix BIDIR UART issue #10220
Fix the issue described in Issue #10220, typos in serial drivers for F7, F3, G4, H7 platforms. 
Before this change, the serial line is incorrectly pulled down for bidirectional comms, which may cause dropped packets (silently) with any Rx protocol that uses bidirectional comms on the Tx line (GHST, SRXL-2, FPORT)
2020-12-04 18:11:17 +01:00
jflyper
fecc1a5ca8 [G4] Treat LPUART1 as UART9 2020-03-01 19:37:02 +09:00
jflyper
feaa145814 [G4] UART update for RCC_ClockCmd 2020-02-27 21:20:40 +09:00
jflyper
de4fb7e424 Support RCC_ClockCmd and RCC_ResetCmd for HAL 2020-02-18 15:58:39 +09:00
jflyper
ff16686893 White space tidy 2020-02-17 23:54:57 +13:00
jflyper
258db6867b [G4] UART support 2020-02-01 09:58:31 +09:00