jamming
e4b7b0f74b
KakuteF4V2 Adc issue
2017-11-08 11:46:17 +08:00
Michael Keller
c866870df4
Merge pull request #4507 from basdelfos/msp-tx-info
...
Set RSSI value with MSP (e.g. with SmartPort)
2017-11-08 09:42:38 +13:00
Bas Delfos
f87e768ce6
Receive RSSI value via MSP/SmartPort
2017-11-07 20:54:45 +01:00
Michael Keller
6f46ba74bd
Merge pull request #4478 from bjoern79de/master
...
show inflight adjustments in osd
2017-11-08 00:32:57 +13:00
Bjoern Schultze
03b1f5f54c
show inflight adjustments in osd
2017-11-07 11:30:14 +01:00
Michael Keller
9a5cefbfa3
Merge pull request #4502 from mikeller/added_drivers_for_matekf405_mini
...
Added drivers for Matek F405 mini to MATEKF405 target.
2017-11-07 22:52:42 +13:00
Michael Keller
1877e2e076
Merge pull request #4158 from mikeller/added_frsky_fport_support
...
Added support for the FrSky FPort protocol
2017-11-07 22:46:47 +13:00
Michael Keller
037313f995
Merge pull request #3898 from jflyper/bfdev-configurable-adc
...
Configurable ADC
2017-11-07 22:39:18 +13:00
mikeller
3873463fcf
Added support for the FrSky FPort protocol.
2017-11-07 22:25:02 +13:00
jflyper
7a57468c8c
Configurable ADC
2017-11-07 17:50:45 +09:00
Michael Keller
e1a177a998
Merge pull request #4497 from mikeller/convert_defines_to_use_2
...
Converted more 'feature' type defines to use the 'USE_<x>' convention: LED_STRIP TARGET_CONFIG BRUSHED_ESC_AUTODETECT SERIAL_RX TELEMETRY TELEMETRY_CRSF TELEMETRY_FRSKY TELEMETRY_HOTT TELEMETRY_IBUS TELEMETRY_JETIEXBUS TELEMETRY_LTM TELEMETRY_MAVLINK TELEMETRY_SMARTPORT TELEMETRY_SRXL TELEMETRY_NRF24_LTM TELEMETRY_LTM SPEKTRUM_BIND NAV BUTTONS
2017-11-07 19:18:28 +13:00
jflyper
884e58d0f5
Merge pull request #3838 from martinbudden/bf_rx_crc
...
Use common code for rx CRC calculations
2017-11-07 14:06:13 +08:00
mikeller
b78d8ad83e
Converted more 'feature' type defines to use the 'USE_<x>' convention: LED_STRIP TARGET_CONFIG BRUSHED_ESC_AUTODETECT SERIAL_RX TELEMETRY TELEMETRY_CRSF TELEMETRY_FRSKY TELEMETRY_HOTT TELEMETRY_IBUS TELEMETRY_JETIEXBUS TELEMETRY_LTM TELEMETRY_MAVLINK TELEMETRY_SMARTPORT TELEMETRY_SRXL TELEMETRY_NRF24_LTM TELEMETRY_LTM SPEKTRUM_BIND NAV BUTTONS
2017-11-07 18:49:12 +13:00
Michael Keller
cd2fc5254d
Merge pull request #4503 from mikeller/fix_frskyf3
...
Fixed FRSKYF3 firmware size.
2017-11-07 18:46:00 +13:00
mikeller
8945c96d92
Fixed FRSKYF3 firmware size.
2017-11-07 18:45:24 +13:00
Michael Keller
f4bb2f92bf
Merge pull request #4498 from mikeller/add_blackbox_always_on_option
...
Added option to have blackbox always on.
2017-11-07 18:06:38 +13:00
mikeller
a9b4f621a9
Added drivers for Matek F405 mini to MATEKF405 target.
2017-11-07 17:55:26 +13:00
Michael Keller
7a6c4c0ebf
Merge pull request #4289 from basdelfos/msp-tx-info
...
Make BF aware of date and time
2017-11-07 08:55:24 +13:00
jflyper
71b060d7b4
Merge pull request #4169 from jflyper/bfdev-ledstrip-fix-nchannel-followup
...
F3&F4 Follow up to "Fix N-Channel handling for LED strip" #3993
2017-11-07 03:13:28 +08:00
Bas Delfos
800e44906d
Timer implementation from INAV
2017-11-06 20:09:24 +01:00
Michael Keller
10119d8d67
Merge pull request #4495 from jflyper/bfdev-nchannel-fix-for-f3-and-f4-targets
...
N-channel normalization (F3 & F4 target.c)
2017-11-07 07:59:08 +13:00
Michael Keller
7ddf1e856d
Merge pull request #3996 from jflyper/bfdev-fix-motor-nchannel
...
Fix Motor N-Channel handling (Non-F7)
2017-11-07 07:58:37 +13:00
jflyper
2a1b09f3ae
Renumbered timerFlag_e
...
Also made it clear that they are bit flags.
2017-11-07 03:36:05 +09:00
Martin Budden
116280f7e1
Merge pull request #4499 from mikeller/fix_logging_of_amperage_latest
...
Fixed logging of 'amperageLatest' when non-ADC source is used.
2017-11-06 16:34:12 +00:00
mikeller
a9c3e1a7a7
Fixed logging of 'amperageLatest' when non-ADC source is used.
2017-11-07 00:34:12 +13:00
mikeller
e9727b5313
Added option to have blackbox always on.
2017-11-07 00:05:48 +13:00
Michael Keller
bbb8b6f6e1
Merge pull request #4490 from mikeller/fix_leftover_use_conversion
...
Fixed two leftover cases from the conversion to 'USE_<x>'.
2017-11-06 22:56:16 +13:00
jflyper
70ba36ca0e
Fix N-Channel handling for motors (non-F7)
2017-11-06 15:38:17 +09:00
jflyper
751a3307cb
Remove unused MOTOR_OUTPUT flags
2017-11-06 14:52:30 +09:00
jflyper
845b869f0c
target.c files for N-Channel flag normalization
...
- Removes redundant MOTOR_OUTPUT_INVERTED
Also removes unused flags
- MOTOR_INPUT_ENABLED
- MOTOR_OUTPUT_ENABLED
- MOTOR_OUTPUT_STANDARD
2017-11-06 14:50:14 +09:00
jflyper
75f9995519
Merge pull request #4494 from jflyper/bfdev-remove-CR
...
Remove CR at EOL
2017-11-06 13:25:54 +08:00
jflyper
f7f925b2cc
Remove CR at EOL
2017-11-06 13:48:43 +09:00
Michael Keller
c497b44b83
Merge pull request #4493 from AndersHoglund/dos2linux2
...
CRLF to LF, converted a few target .mk files.
2017-11-06 12:37:57 +13:00
Anders Hoglund
591a0487dd
CRLF to LF, converted a few target .mk files.
2017-11-05 23:57:09 +01:00
Michael Keller
e843c21fd0
Merge pull request #4492 from AndersHoglund/dos2linux
...
Added .mk as files with LF line ending. Converted a few files in the …
2017-11-06 09:06:52 +13:00
Anders Hoglund
24a282a9a3
Added .mk as files with LF line ending. Converted a few files in the make dir.
2017-11-05 20:41:17 +01:00
mikeller
12cdf0954a
Fixed two leftover cases from the conversion to 'USE_<x>'.
2017-11-06 01:44:24 +13:00
Michael Keller
bee86890c7
Merge pull request #4489 from mikeller/fixed_ifndef_case_for_use_change
...
Fixed 'ifndef' cases for change to 'USE_<x>'.
2017-11-06 01:01:40 +13:00
mikeller
1ff9c27314
Fixed 'ifndef' cases for change to 'USE_<x>'.
2017-11-05 22:49:56 +13:00
Michael Keller
7643e1cff0
Merge pull request #4484 from mikeller/rebalanced_target_groups
...
Rebalanced target groups for more even build times.
2017-11-05 14:53:06 +13:00
mikeller
24acffb472
Rebalanced target groups for more even build times.
2017-11-05 12:49:01 +13:00
Michael Keller
9322f3f5d8
Merge pull request #4485 from mikeller/cleanup_undefs
...
Cleaned up 'undef' after move to 'USE_<x>'.
2017-11-05 12:07:00 +13:00
mikeller
10557b81ee
Cleaned up 'undef' after move to 'USE_<x>'.
2017-11-05 10:53:37 +13:00
Michael Keller
d12263e08f
Merge pull request #3958 from mikeller/cleanup_defines
...
Changed defines for GYRO/ACC/MAG/BARO/GPS/SONAR to conform to the USE_ convention.
2017-11-05 10:39:04 +13:00
mikeller
a8d34dabb0
Changed defines for GYRO/ACC/MAG/BARO/GPS/SONAR/OSD/BLACKBOX/CMS to conform to the USE_ convention.
2017-11-05 10:15:24 +13:00
Michael Keller
62c5711ce7
Merge pull request #4481 from mikeller/set_line_ending_default
...
Set line endings for known text files to default to LF.
2017-11-04 15:27:39 +13:00
mikeller
196a049ad0
Set line endings for known text files to default to LF.
2017-11-04 14:48:19 +13:00
Michael Keller
478ebd5d64
Merge pull request #3837 from martinbudden/bf_srxl_telemetry
...
Tidy SRXL telemetry implementation
2017-11-04 14:40:19 +13:00
Martin Budden
0d1479fdde
Tidy SRXL telemetry implementation
2017-11-03 23:51:25 +00:00
Martin Budden
62aff67535
Merge pull request #4479 from sambas/betaflightF7
...
External SPI OSD support for AnyFC series
2017-11-03 19:45:19 +00:00