1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-19 06:15:16 +03:00
Commit graph

9 commits

Author SHA1 Message Date
J Blackman
c2c3d6740c
CLEANUP: MCU file locations (#13692) 2024-06-22 09:21:08 +10:00
Steve Evans
34e7a5ceeb
Check tx on MSP and GPS only (#13100) 2023-10-24 15:12:14 +02:00
Steve Evans
807a7229c9
UART enable disable f4 (#13019)
Enable/disable the F4/AT32 UART TX before changing the TX pin mode
2023-08-09 13:10:15 +02:00
Mark Haslinghuis
293e14e8bd
Revert 12577 change for F4 (#12969) 2023-07-21 13:23:40 +10:00
Steve Evans
1333771140
Handle USART TX pulldown (#12929)
SA is always unidirectional
Only switch AT32 TX line to input when transmission is complete
2023-07-02 22:09:00 +02:00
Eike Ahmels
3f80b0c8bf
Implement DShot bit bang for AT32 (#12577)
* implement dshot bitbang for AT32

* fix dshot bitbang bidirectional for AT32

* AT32 target features

* implement latest improvements from steve to at32

* generalize AT32 target.h

* Tri-state USART TX output if load due to powered down peripheral is detected

* enable LED STRIP for AT32

* at bitbang timer adjustments

* revert makefile changes

* revert target generalization

* Update src/main/drivers/at32/platform_mcu.h

Co-authored-by: Mark Haslinghuis <mark@numloq.nl>

---------

Co-authored-by: Steve Evans <Steve@SCEvans.com>
Co-authored-by: J Blackman <blckmn@users.noreply.github.com>
Co-authored-by: Mark Haslinghuis <mark@numloq.nl>
2023-06-22 07:31:16 +10:00
Homer
1a9001f5cd
fixes not working Ghost on F4xx (#12809)
* fixes not working Ghost on F4xx

* minor fix

In the original line that was replaced, this was IOCFG_AF_PP_UP.
2023-05-14 17:11:42 +02:00
Steve Evans
4dc04d6a33
Tri-state USART TX output if load due to powered down peripheral is detected (#12760)
Tri-state USART TX output if loaded due to powered down peripheral being detected
2023-05-10 11:53:35 +10:00
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
Renamed from src/main/drivers/serial_uart_stm32f4xx.c (Browse further)