1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-25 17:25:20 +03:00
Commit graph

13 commits

Author SHA1 Message Date
jflyper
ff16686893 White space tidy 2020-02-17 23:54:57 +13:00
Michael Keller
51e4162419
Rename overlooked Dshot command function name (#8714)
Rename overlooked Dshot command function name
2019-08-14 23:43:10 +12:00
jflyper
bb8e0686c1 Rename overlooked Dshot command function name 2019-08-13 16:27:34 +09:00
Michael Keller
8763aea851
Fix dshot on h7 (#8709)
Fix dshot on h7
2019-08-13 08:54:48 +12:00
Thorsten Laux
70081340fa Fix dshot on h7 2019-08-11 17:47:15 +02:00
mikeller
a77f658b22 Fix board wedging if motor DMA is undefined for Dshot. 2019-08-11 21:16:16 +12:00
jflyper
7ddfd7dea6 Unify DMA stream and channel handling 2019-07-27 21:20:34 +09:00
jflyper
542146c702 Motor code refactor (Phase 1) 2019-07-17 01:33:39 +09:00
jflyper
8ceaed1072 [H7] Add pseudo peripheral TIMUP for TIMx_UP DMA management 2019-06-28 15:45:19 +09:00
jflyper
16f2392458 [H7] Add USE_DMA_SPEC to H7 2019-06-07 08:00:52 +09:00
jflyper
e18c4ec662 [H7] Use channel member for H7 DMA request 2019-06-05 18:13:17 +09:00
jflyper
f0e5363703 Remove excess member from timerHardware_s 2019-06-02 21:32:03 +09:00
jflyper
3a7edd1e3a [H7] Enable motor
- Initial cut without Dshot

- Enable HAL-based DShot (no burst yet)

- Burst Dshot First working version

- Non-stop PWM refactor

- Conditionalize HAL structures inside motorTimerDma_s
2019-05-08 02:58:26 +09:00