1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-23 00:05:33 +03:00
Commit graph

18 commits

Author SHA1 Message Date
Steve Evans
7ef7795944 Support dual gyros sharing a common SPI bus 2021-10-05 17:40:21 +01:00
Steve Evans
ab66795eeb G4 SPI DMA support 2021-08-31 23:29:51 +12:00
Steve Evans
87c8847c13 New SPI API supporting DMA
Call targetConfiguration() once before config is loaded and again afterwards in case the config needs to be changed to load from SD card etc

Drop SPI clock during binding

Remove debug

Add per device SPI DMA enable

Fix sdioPinConfigure() declaration warning

Reduce clock speed during SPI RX initialisation
2021-07-25 12:40:25 +12:00
Hans Christian Olaussen
ff95fc6471 Fix SPI timeout 2021-04-26 19:20:30 +02:00
Steve Evans
41a0ca43d1 Run SPI FLASH at full speed 2020-10-27 00:17:34 +00:00
mikeller
6f92a1ce13 Fixed handling of SPI parameters for Unified Targets. 2019-11-24 22:10:08 +13:00
jflyper
f96508ceec Define and use DISCARD 2019-01-21 05:50:01 +09:00
jflyper
35ade68bb3 Discard excess/bogus data in DR 2019-01-21 01:02:10 +09:00
jflyper
343e9b3a67 Allow mixed speed and mode on a SPI bus by CR1 caching 2019-01-14 03:34:27 +09:00
jflyper
8723416640 Constrain divisor range to 2~256. 2018-09-30 01:55:21 +09:00
jflyper
4193890b27 Handle NULL SPI instance case 2018-09-16 03:09:45 +09:00
mikeller
4ec481a843 Added '-fno-common' build option, fixed resulting problems. 2018-08-30 18:58:34 +12:00
mikeller
2feae20c32 Replaced instances of '#include <platform.h>' with '#include "platform.h"'. 2018-05-24 23:46:19 +12:00
blckmn
a9f74cd6df Removed excess trailing spaces before new lines on licenses. 2018-04-25 20:58:00 +10:00
blckmn
46fe22b4bd Direct license replacement 2018-04-22 09:22:46 +10:00
jflyper
608d56160d Refactor SPI 2017-11-23 11:10:14 +09:00
jflyper
8296990774 Revert #4565 2017-11-13 16:51:09 +09:00
jflyper
e5e5846a74 Refactor SPI 2017-11-13 10:45:01 +09:00