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

9220 commits

Author SHA1 Message Date
Michael Keller
7a3930c7c4 Merge pull request #3457 from mikeller/added_dshotreverse_mode
Added BOXDSHOTREVERSE as a separate mode to BOX3DDISABLE.
2017-07-09 17:05:56 +12:00
jflyper
5a7054f704 Merge branch 'master' into bfdev-configurable-escserial-pin 2017-07-09 12:58:04 +09:00
J Blackman
b8b1c89046 Merge pull request #3462 from jflyper/bfdev-fix-bad-uart-pin-initialization-2
Fix #3448 Bad UART pin configuration (Simpler Version)
2017-07-09 10:13:20 +10:00
J Blackman
9303716749 Merge pull request #3468 from blckmn/f7_cleanup
Minor code tidy for F7 init
2017-07-09 08:52:13 +10:00
J Blackman
3ff550abaa Merge pull request #3467 from blckmn/remove_timerclockdivisor
Removed superfluous timerClockDivisor (not used anywhere anymore).
2017-07-09 08:12:06 +10:00
blckmn
df0a2b6a11 Minor code tidy 2017-07-09 08:04:56 +10:00
blckmn
a078739ec2 Removed superfluous timerClockDivisor (not used anywhere anymore). 2017-07-09 07:41:02 +10:00
J Blackman
750bc6452a Merge pull request #3464 from jflyper/bfdev-fix-timerClock-for-F411xE
Fix timerClock for F411xE
2017-07-09 06:56:22 +10:00
jflyper
55c67116b7 Modify timerClockDivisor and timerClock to use it.
Per @ledvinap ’s comment.
2017-07-09 01:23:03 +09:00
jflyper
045f4bda35 All timers are fed with systemCoreClock on F411xE 2017-07-08 22:31:32 +09:00
jflyper
d8acbf5a5d PG is zero cleared when handed to ResetFn 2017-07-08 17:14:05 +09:00
jflyper
8600affda2 Fix loop couter limit to UARTDEV_COUNT 2017-07-08 17:12:29 +09:00
Martin Budden
c06666bd4c Better handling of rx channel count 2017-07-08 07:33:43 +01:00
Martin Budden
6fc3c0c48f Merge pull request #3459 from martinbudden/bf_rx_mappable_channels
Renamed MAX_MAPPABLE_RX_INPUTS
2017-07-08 07:31:02 +01:00
Martin Budden
6ec6e7005d Renamed MAX_MAPPABLE_RX_INPUTS 2017-07-08 07:00:15 +01:00
Martin Budden
3f621e26b2 Merge pull request #3454 from AlienWiiBF/MPU9250_spi_fix
MPU6500/9250 AK8963 SPI fix and improvements
2017-07-08 05:54:05 +01:00
mikeller
282668edde Added BOXDSHOTREVERSE as a separate mode to BOX3DDISABLE. 2017-07-08 12:32:23 +12:00
Michael Keller
b52b71319b Merge pull request #3456 from mikeller/4way-if_v2.1.0
From cleanflight: Increased timeouts for BLHeli32/GigaDevice MCU
2017-07-08 10:49:52 +12:00
Michael Keller
ea5a7cd998 Merge pull request #3373 from DanNixon/generic_osd_timers
Generic OSD timers (plus high precision timer)
2017-07-08 10:21:39 +12:00
4712
2d71acf962 Merge pull request #2879 from 4712/4way-if_v2.1.0
Increased timeouts for BLHeli32/GigaDevice MCU
2017-07-08 10:17:34 +12:00
Michael Keller
2cc1bb309f Merge pull request #3435 from martinbudden/bf_motor_enable
Remove duplication in motor enable/disable
2017-07-08 10:12:59 +12:00
Michael Jakob
5122ba8920 MPU6500/9250 AK8963 SPI fix and improvements 2017-07-07 23:39:45 +02:00
MJ666
b9bda34824 Merge pull request #3455 from AlienWiiBF/AF_updates
AlienFlight updates
2017-07-07 23:37:40 +02:00
Michael Jakob
68f957a9c8 AlienFlight updates
Fix telemetry inversion
Fix SDCard detection inversion
Add SPI flash
2017-07-07 23:20:13 +02:00
Martin Budden
8b36027d65 pwmWriteDshotCommand fix 2017-07-06 09:01:56 +01:00
Martin Budden
51ca725f09 SITL fix 2017-07-06 09:00:20 +01:00
Martin Budden
87ae1616d6 Further better use of pwmAreMotorsEnabled 2017-07-06 08:55:26 +01:00
Martin Budden
3cdbaaf14d Remove duplication in motor enable/disable 2017-07-06 08:55:26 +01:00
Michael Keller
ea896e5445 Merge pull request #3447 from Faduf/master
Define PLL setting for overclock
2017-07-06 11:46:50 +12:00
Faduf
57f4c955f4 Add brackets to enslose an expression 2017-07-06 00:09:14 +02:00
Faduf
f47b438918 define PLL setting for overclock 2017-07-05 16:43:10 +02:00
borisbstyle
0a7a74965a Fix for #3466 2017-07-05 15:19:00 +02:00
borisbstyle
864b498319 Merge pull request #3445 from jflyper/bfdev-overclocking-with-baby-face
Overclockin' baby face!!!
2017-07-05 14:53:15 +02:00
jflyper
7e48c48411 Overclockin' baby face!!! 2017-07-05 21:30:57 +09:00
borisbstyle
ffac9beaa5 Merge pull request #3443 from betaflight/mixtable_separation
mixTable() separation for readability
2017-07-05 14:20:19 +02:00
borisbstyle
4b01b9d4d9 Merge pull request #3444 from jflyper/bfdev-fix-issue-3431
Fix #3431
2017-07-05 14:17:43 +02:00
jflyper
a877a132b9 Use 0x2001FFF8 for overclock request marker 2017-07-05 20:57:32 +09:00
borisbstyle
4ff7b9394b mixTable() separation for readability 2017-07-05 13:43:02 +02:00
borisbstyle
2cac202447 Merge pull request #3440 from betaflight/mixer_decoupling
mixTable() separation
2017-07-05 13:04:12 +02:00
borisbstyle
a96a7b7003 Merge branch 'master' of https://github.com/betaflight/betaflight 2017-07-05 12:58:57 +02:00
borisbstyle
d3b589f054 Revert "Patch for issue #3431"
This reverts commit b066dbe0a7.
2017-07-05 12:57:51 +02:00
Martin Budden
a4470087ba Merge pull request #3441 from martinbudden/bf_whitespace_tidy
Whitespace tidy
2017-07-05 09:47:29 +01:00
Martin Budden
a86ac89448 Whitespace tidy 2017-07-05 09:34:44 +01:00
borisbstyle
277755a719 Separate 3D state checks from mixTable() function for readability 2017-07-05 09:50:36 +02:00
Martin Budden
5eefa4e73f Merge pull request #3438 from martinbudden/bf_whitespace_tidy
Whitespace tidy
2017-07-05 07:00:37 +01:00
Martin Budden
3d4f0bb137 Whitespace tidy 2017-07-05 06:36:22 +01:00
borisbstyle
ee8763bbf1 Merge pull request #3436 from martinbudden/bf_speed_optimisations
Revisited which modules are compiled with speed optimisations
2017-07-04 22:23:08 +02:00
borisbstyle
3598bf52c9 Merge pull request #3432 from Faduf/master
Patch for issue #3431
2017-07-04 22:22:19 +02:00
Martin Budden
4ca50db206 Revisited which modules are compiled with speed optimisations 2017-07-04 21:00:39 +01:00
Faduf
b066dbe0a7 Patch for issue #3431 2017-07-04 17:10:49 +02:00