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

8163 commits

Author SHA1 Message Date
Martin Budden
f1ce19167f Converted target config.c files to PG - PG CLI 6 (#2578)
Converted CLI and target config.c files to PGs
2017-03-08 23:26:37 +00:00
MJ666
90443bb33b Merge pull request #2598 from AlienWiiBF/Sensor_Fix
Fix sensor name lookup tables
2017-03-08 19:37:25 +01:00
Michael Jakob
3ba8e695a4 Fix sensor name lookup tables 2017-03-08 19:11:18 +01:00
Martin Budden
a77e424dec Use CRC rather than simple checksum for EEPROM (#2517)
Use CRC rather than simple checksum for EEPROM
2017-03-08 17:50:45 +00:00
Anders Höglund
9c03b32114 Merge pull request #2596 from unitware/beta-unittest-ibus-telemetry
Unittest of ibus telemetry
2017-03-08 16:39:05 +01:00
Magnus Ivarsson
8ed5c03434 add unit test of ibus telemetry 2017-03-08 15:11:00 +01:00
Anders Höglund
dd9edccff9 Merge pull request #2595 from unitware/beta-unittest-ibus-serial-rx
Unittest of ibus serial rx
2017-03-08 13:41:29 +01:00
Michael Keller
27a215c77c Merge pull request #2591 from TheCluster/sprf3evo_softserial
Fixed softserial for SPRACINGF3EVO
2017-03-08 14:32:39 +13:00
Artem Kornieienkov
97f477b820 Fix softserial for SPRACING3EVO 2017-03-08 00:03:00 +02:00
Magnus Ivarsson
cd299afdf0 use 14 channels, test ia6 rx also (best guess on protocol based on the production code) 2017-03-07 22:50:04 +01:00
Magnus Ivarsson
0dd758cdec reset sync byte in init to allow unittests to start fresh 2017-03-07 22:48:30 +01:00
blckmn
812ed226bb Protection to ensure only one or the other is initialised in regards to blackbox (for BlueJayF4) 2017-03-08 10:19:48 +13:00
Magnus Ivarsson
030d2dfeb7 Initial ibus telemetry tests ported from cleanflight 1.x 2017-03-07 22:10:32 +01:00
Martin Budden
5d812641dc Merge pull request #2589 from AndersHoglund/unittest_compiler
Unittests fails to compile with gcc/g++. clang/clang++ is required.
2017-03-07 19:10:01 +00:00
Anders Hoglund
d3cdc29635 Unittests fails to compile with gcc/g++. clang/clang++ is required. 2017-03-07 18:22:26 +01:00
borisbstyle
06dda2c88c Merge pull request #2573 from martinbudden/bf_gyro_filter_init
Split initialisation of gyro filters
2017-03-07 16:02:23 +01:00
borisbstyle
b151eba870 Merge branch 'master' of https://github.com/betaflight/betaflight 2017-03-07 15:45:22 +01:00
borisbstyle
9776629f25 Revert "[driver/mpu6500] wait until coming out of sleep mode to read WHO_AM_I, directly taken from #2538"
This reverts commit 52c104f4b8.

This reverts commit 5572cb0575.
2017-03-07 15:44:21 +01:00
borisbstyle
548a6de121 Uncomment Softserialx for COLIBRI_RACE 2017-03-07 15:40:36 +01:00
jflyper
aaad1ced25 COLIBRI_RACE: Drop USE_SOFTSERIALx
Per #2542
2017-03-07 15:40:35 +01:00
borisbstyle
c864031135 Merge pull request #2478 from sambas/betaflightF7
Rework PWM and PPM input for F7
2017-03-07 12:59:51 +01:00
borisbstyle
58d2432f1f Merge pull request #2550 from martinbudden/bf_pidsum_limit_yaw
Added separate yaw pidsum limit
2017-03-07 12:57:20 +01:00
Martin Budden
9e4de2ea3b Added separate yaw pidsum limit 2017-03-07 11:25:21 +00:00
borisbstyle
52c104f4b8 Fix uninitialized detectRetries and remove delay on read 2017-03-07 11:51:59 +01:00
borisbstyle
d873d3fef3 Drop USE_SOFTSERIALx (#2580 #2571) 2017-03-07 10:05:39 +01:00
borisbstyle
00040a7bdc Merge pull request #2560 from lostcontrol/cms_digital_idle_percent
Add digital_idle_percent to CMS
2017-03-07 09:55:13 +01:00
nathan
5572cb0575 [driver/mpu6500] wait until coming out of sleep mode to read WHO_AM_I, directly taken from #2538 2017-03-07 09:29:36 +01:00
Nathan
b9363d0d37 Merge pull request #2582 from softsr/fc_init_order
Initialise OSD after GYRO
2017-03-06 23:58:48 -08:00
Michael Keller
243bbac466 Amended to reflect outcome of discussion. 2017-03-07 15:40:14 +13:00
Michael Keller
fea6a712f2 Make target.mk consistent. 2017-03-07 15:24:47 +13:00
borisbstyle
5c3738fc65 Bump EEPROM version 2017-03-07 00:30:12 +01:00
borisbstyle
acc48a4c93 AngleTrimSignFix by @ethomas999 2017-03-07 00:23:44 +01:00
borisbstyle
b9c2913c09 Merge pull request #2547 from ethomas999/angleTrimSignFix
Fixed sign of angleTrim value in pid.c
2017-03-07 00:21:29 +01:00
borisbstyle
d4b8ce8522 Bump EEPROM 2017-03-06 23:56:37 +01:00
Sergey Krukovski
ab8da465f0 Added GYRO/OSD order comment 2017-03-06 23:51:17 +01:00
borisbstyle
aed87872f1 Merge branch 'patch_v3.1.7' of https://github.com/betaflight/betaflight into patch_v3.1.7 2017-03-06 23:49:45 +01:00
Martin Budden
f390f35c30 Added separate yaw pidsum limit 2017-03-06 23:48:10 +01:00
Sergey Krukovski
1857c7de73 Initialise OSD after GYRO 2017-03-06 22:14:45 +01:00
Martin Budden
5b949596ee Merge pull request #2563 from martinbudden/bf_pg_cli5
PG CLI additions 5
2017-03-06 20:38:08 +00:00
Michael Keller
99ca63fee1 Merge pull request #2581 from mikeller/fix_spracingf3evo_serial_port_count
Fixed SERIAL_PORT_COUNT for SPRACINGF3EVO.
2017-03-07 09:33:55 +13:00
Michael Keller
6a053cf6f9 Fixed SERIAL_PORT_COUNT for SPRACINGF3EVO. 2017-03-07 09:32:58 +13:00
Sergey Krukovski
c00de76cb9 KroozX target only commit 2017-03-06 21:31:09 +01:00
Michael Keller
f2bbc5fc62 Merge pull request #2580 from mikeller/remove_spracingf3evo_softserial
Removed SOFTSERIAL from SPRACINGF3 to make targets fit flash space.
2017-03-07 08:31:13 +13:00
Michael Keller
c97c717a1e Removed SOFTSERIAL from SPRACINGF3 to make targets fit flash space. 2017-03-07 08:30:30 +13:00
Michael Keller
8185d57519 Merge branch 'patch_v3.1.6_p2' into patch_v3.1.7 2017-03-07 08:15:05 +13:00
Martin Budden
1e529a96b9 PG CLI additions 5 2017-03-06 17:37:58 +00:00
Martin Budden
bef5a08d8a Merge pull request #2557 from martinbudden/bf_pg_cli4
Updates to support parameter groups - PG CLI 4
2017-03-06 17:26:18 +00:00
Martin Budden
aa561d542b Updates to support parameter groups 2017-03-06 13:48:14 +00:00
Martin Budden
cd724af006 Merge pull request #2518 from betaflight/fix-f4-transponder
Merge pull request #2631 from cleanflight/fix-f4-transponder
2017-03-06 13:26:45 +00:00
Martin Budden
486f75c740 Merge branch 'master' into fix-f4-transponder 2017-03-06 13:26:20 +00:00