Magnus Ivarsson
dc2052ba1c
Remove pin conflict between non existent current adc pin and the pwm output 6
...
https://github.com/iNavFlight/inav/issues/5911
2020-07-05 23:24:15 +02:00
Alberto García Hierro
9bf8e730ec
Merge pull request #5871 from iNavFlight/agh_fix_osd_overflow
...
[OSD] Fix overflow in osdGridBufferClearGridRect()
2020-07-03 21:00:34 +01:00
Pawel Spychalski (DzikuVx)
6f4e5bef0a
Merge branch 'master' into dzikuvx-nav-cruise-improvements
2020-07-03 13:48:25 +02:00
Konstantin Sharlaimov
6e7c94a019
Merge pull request #5886 from iNavFlight/de_iflight_targets
...
Add IFLIGHT_SucceX_D board support
2020-06-25 12:15:38 +02:00
Konstantin (DigitalEntity) Sharlaimov
004ea0df35
Rename the target and add to release list
2020-06-25 11:53:21 +02:00
Konstantin Sharlaimov
0a0d8d9bbc
Merge pull request #5758 from Linjieqiang/add_target_boards
...
[Target] Add IFLIGHT_SucceX_D board support.
2020-06-25 11:41:35 +02:00
Paweł Spychalski
f9534a11f5
Merge pull request #5884 from nik012003/patch-1
...
Mistake in the Logic Condition wiki page
2020-06-24 20:39:58 +02:00
Nicola Guerrera
142aae2c28
Small error in the Logic Condition docs
2020-06-24 19:08:37 +02:00
Konstantin Sharlaimov
c2ee4dd9c9
Merge pull request #5862 from iNavFlight/de_dps310_baro
...
[BARO] Add DPS310 barometer driver; enable on some targets
2020-06-23 18:22:29 +02:00
Konstantin (DigitalEntity) Sharlaimov
249371e5b9
[DPS310] Fix baro initialization
2020-06-23 17:31:56 +02:00
stronnag
9cc0368de4
support SET_HEAD and SET_POI ( #5851 )
...
* support SET_HEAD and SET_POI
* [DOC] update Navigation.md for SET_POI and SET_HEAD
2020-06-23 15:38:44 +01:00
stronnag
060a6b10bc
[DOC] update Generic Linux dev guide ( #5848 )
2020-06-23 15:34:15 +01:00
Konstantin Sharlaimov
425cf34a91
Merge pull request #5876 from iNavFlight/de_add_noresponse_bot
...
[BOT] Add no-response bot configuration
2020-06-23 12:29:21 +02:00
Konstantin (DigitalEntity) Sharlaimov
4fc6da7de2
[BOT] Add no-response bot configuration
2020-06-23 12:13:13 +02:00
Alberto García Hierro
e7e431477c
[OSD] Fix overflow in osdGridBufferClearGridRect()
...
Width was added twice, causing an overflow when 2x the rect width
ended up being bigger than the screen width in grid columns.
2020-06-22 14:46:48 +01:00
Niccolò Maggioni
46fc7f8e47
Move docs to Settings.md and drop "docs_" YAML prefix
2020-06-21 14:52:00 +02:00
Niccolò Maggioni
551b045b64
Remove code for markdown->yaml transition
2020-06-21 14:51:37 +02:00
Niccolò Maggioni
ac43b52599
Autogenerate CLI docs from settings.yaml
2020-06-21 14:51:35 +02:00
Konstantin (DigitalEntity) Sharlaimov
676596c2eb
[BARO] Fix DPS310 I2C address
2020-06-18 15:50:30 +02:00
Konstantin (DigitalEntity) Sharlaimov
e030235c64
[BARO] Add DPS310 barometer driver; Enable on some Matek targets
2020-06-18 11:46:49 +02:00
Konstantin (DigitalEntity) Sharlaimov
c3e20d75bb
Merge branch 'release_2.5.1'
2020-06-16 16:10:21 +02:00
Konstantin Sharlaimov
098a574b31
Merge pull request #5845 from iNavFlight/de_vtx_max_power_override
...
[VTX] Allow override of max power capability for buggy VTXes
2020-06-11 15:56:29 +02:00
Pawel Spychalski (DzikuVx)
2f3a861def
Merge branch 'master' into dzikuvx-nav-cruise-improvements
2020-06-11 15:02:29 +02:00
Paweł Spychalski
706da4aef2
Gyro Kalman filter from EmuFlight ( #5519 )
...
* Direct copy from EmuFlight, compiles, does not wrk
* Fix Kalman computation
* Catchup on Emu implementation
* Make Q, W and Sharpness configurable
* Settings for Kalman Q, W and Sharpness
* Make it possible to enable/disable Kalman filter
* Change scaling to make initial values simpler
* Change Kalman constrains
* Compute real variance
* Drop unused function parameter
* Improve EKF processing for gyro
2020-06-11 13:46:04 +02:00
Konstantin (DigitalEntity) Sharlaimov
f238d57f58
[VTX] Allow override of max power capability for buggy VTXes
2020-06-11 12:06:40 +02:00
Konstantin Sharlaimov
cee5014a11
Merge pull request #5838 from iNavFlight/de_obf4_fix
...
Swap IMU definitions on FIREWORKSV2 target
2020-06-10 20:34:49 +02:00
Konstantin (DigitalEntity) Sharlaimov
57d37905ce
Swap IMU definitions on FIREWORKSV2 target; Fixes gyro on OMNIBUS F4 Nano V6
2020-06-10 19:44:47 +02:00
Konstantin Sharlaimov
45a76a2ef0
Merge pull request #5823 from iNavFlight/de_vtx_update_always
...
[VTX] Always process VTX driver updates, regardless of arming state
2020-06-09 14:47:30 +02:00
Paweł Spychalski
839a877397
Add setpoint derivative feed forward term to PID controller ( #5642 )
...
* Add setpoint derivative feed forward term to PID controller
* Drop Dterm setpoint weight, FIR filter and dterm notch
* Fix FALCORE build
* Rename Multirotor FeedForward to Control Derivative
* Apply Control Derivative results
* Free CCM on F3
* Rename CLI name
* Remove Omnibus F3 support
* Update CLI.md and rename setting
2020-06-09 13:37:49 +02:00
Konstantin Sharlaimov
9ba24af387
Merge pull request #5826 from iNavFlight/de_update_dev
...
Update development docs along with deprecation of `development` branch.
2020-06-08 16:31:06 +02:00
Paweł Spychalski
6c4afd8486
Drop gyro Noth 1 ( #5736 )
2020-06-08 16:10:24 +02:00
Konstantin (DigitalEntity) Sharlaimov
310883f3ab
Outline the release/development process
2020-06-08 13:57:34 +02:00
Konstantin Sharlaimov
8eae2a9d0f
Update development docs along with deprecation of development
branch.
2020-06-08 13:01:18 +02:00
Konstantin Sharlaimov
ae7f079852
Merge pull request #5825 from giacomo892/giacomo892_esc_telemetry_fix
...
Esc telemetry fix
2020-06-08 09:57:37 +02:00
Konstantin Sharlaimov
e7e3abd73e
Merge pull request #5824 from iNavFlight/de_version_2.5.1
...
Version bump to 2.5.1
2020-06-08 09:35:02 +02:00
giacomo892
51e3e1127c
fix esc sensor
2020-06-08 09:25:06 +02:00
Konstantin (DigitalEntity) Sharlaimov
008720eb0a
Version bump to 2.5.1
2020-06-08 09:07:02 +02:00
Konstantin (DigitalEntity) Sharlaimov
2c6ae03905
[VTX] Always process VTX driver updates, regardless of arming state
2020-06-08 09:03:59 +02:00
Konstantin Sharlaimov
0a13cd17f3
Merge pull request #5757 from MiguelFAlvarez/Uart_Idle_Poll
...
Added functions to retrieve the UART Idle state (Needed for Spektrum SRXL2 support)
2020-06-07 15:18:50 +02:00
Konstantin Sharlaimov
c192af1433
Merge pull request #5814 from iNavFlight/de_start_2_6
...
Bump version to 2.6
2020-06-07 15:17:55 +02:00
Konstantin (DigitalEntity) Sharlaimov
fe7a429992
Bump version to 2.6.0
2020-06-07 15:15:24 +02:00
Konstantin Sharlaimov
694767938d
Merge pull request #5687 from iNavFlight/development
...
Release 2.5
2020-06-07 10:17:06 +02:00
Konstantin Sharlaimov
cb8c3f77df
Merge pull request #5737 from iNavFlight/de_escsensor_fix
...
Fix ESC_SERIAL crash
2020-06-07 09:25:50 +02:00
Konstantin Sharlaimov
b6d17245df
Merge pull request #5796 from marbalon/marbalon_add_dji_osd_to_kfc32f3
...
Enable DJI OSD in KFC32F3 target
2020-05-31 21:14:10 +02:00
marbalon
91775e0399
Extended telemetry for radar and pos hold
2020-05-31 17:12:19 +02:00
marbalon
bfbf5844d7
Enable DJI OSD in KFC32F3 target
2020-05-31 16:41:31 +02:00
stronnag
ea853f29b3
[DOC] add curl to base dependencies in generic linux development guide ( #5794 )
2020-05-30 16:26:23 +01:00
Pawel Spychalski (DzikuVx)
cb0f1e83aa
Merge branch 'development' into dzikuvx-nav-cruise-improvements
2020-05-30 10:42:13 +02:00
Alberto García Hierro
fa264a57e2
Merge pull request #5706 from iNavFlight/agh_max7456_crash
...
[MAX7456] Fix out of bounds access in max7456DrawScreenPartial()
2020-05-29 22:28:59 +01:00
Konstantin Sharlaimov
c8a0e25dc4
Merge pull request #5781 from miir0/airbotf7-adc-resource-fix
...
[Target] AirbotF7 - Swapped resource for adc current sensor to work
2020-05-29 09:51:07 +02:00