atbetaflight/make/mcu
jflyper adf6fd1764 DMA bit banging Dshot, first cut
F405 working (OMNIBUSF4SD target)
F411 not tested
F722 working, needs testing (OMNINXT7 target)
F74x not working

NOX target (temporary)

bb_dshot with telemetry on f4
bbshot f7 targets and fix crash due to missing debug pins

remove empty line

add empty lines

remove OMNIBUSF4 specific debug pins

add missing comma

add missing comma

Use separate bbTimerHardware array to fix unified targets

eliminate now unneeded timerGetByUsage

don't duplicate timer1 def

Add auto mode, rename dshot_bbshot to dshot_bitbang

remove newline

renamve various files

various changes to address feedback

address feedback

address feedback

add pacer timers to timer show

don't disable telemetry if dshot_bitbang is on or auto

Address feedback, add faster decode implementation based on bit banding, modify dma parameters to reduce required memory bandwidth on half

remove debug output

remove NOINLINE

Protect gpio direction change with critical sections

FIXWS_SAVE_INDEX

add static back in

no forward typedef

address review feedback

disallow proshot1000 with dshot bitbang

Extracted and plumbed up 'dbgPin'.
2019-09-04 16:06:48 +12:00
..
SITL.mk Moved rx drivers into `drivers/rx/`. 2017-12-24 13:55:18 +13:00
STM32F1.mk Refactor (consolidation and separation of stdperiph and hal) 2019-08-02 04:11:22 +09:00
STM32F3.mk Refactor (consolidation and separation of stdperiph and hal) 2019-08-02 04:11:22 +09:00
STM32F4.mk DMA bit banging Dshot, first cut 2019-09-04 16:06:48 +12:00
STM32F7.mk DMA bit banging Dshot, first cut 2019-09-04 16:06:48 +12:00
STM32H7.mk [H7] LL-Dshot support with DShot GCR telemetry 2019-08-17 02:11:48 +09:00