jflyper
f0efe1f8d8
Move defaults out of pg files
2018-05-07 10:02:29 +09:00
Bruce Luckcuck
aa4a8c7ec1
Add cli parameter bit setting type
...
Adds a new parameter mode `MODE_BITSET` that allows associating a cli parameter with a specific bit in a stored value. Bit packed values can be exposed with individual cli parameters for each bit as needed. Supports UINT8, UINT16 and newly added UINT32 data types (UINT32 not supported for other modes at this time).
2018-05-06 18:33:11 -04:00
Bruce Luckcuck
ba95e24fa4
Fixed flash overflow for SPRACINGF3NEO
2018-05-06 15:06:25 -04:00
jflyper
b20640beaf
Config for NERO
2018-05-07 01:21:31 +09:00
mikeller
eb8098e933
Fix BARO altitude display.
2018-05-06 20:01:41 +12:00
Michael Keller
851ed5f597
Merge pull request #5813 from githubDLG/master
...
Add new target Stack-X
2018-05-06 18:48:02 +12:00
mikeller
16a96f7318
Added generated timer definitions for STM32F7X2 universal target.
2018-05-06 16:29:39 +12:00
blckmn
c816f64b9e
Additional timer mapping for 7X2 target.
2018-05-06 12:34:28 +10:00
blckmn
6d33fc6b0b
Fixed CC Channel versus Index issue, and added additional mapping in timerHardware for 7X2 target
2018-05-06 12:00:31 +10:00
blckmn
e5031407a6
Configurable timers
2018-05-06 12:00:31 +10:00
blckmn
88ed243d32
Made the timerioTagGetByUsage zero based, as it is not used by users.
2018-05-06 09:37:19 +10:00
blckmn
aad6efdf03
Timer clean up in preparation for configurable timers
2018-05-06 06:55:17 +10:00
Mark Hale
b2e43abf2d
Display anti-gravity activity in OSD.
...
Signed-off-by: Mark Hale <mark.hale@physics.org>
2018-05-05 19:56:56 +01:00
Michael Keller
5e1b5df5d4
Merge pull request #5828 from blckmn/licence_update
...
Licence update for newly added target
2018-05-06 01:31:57 +12:00
Michael Keller
0fe89da76f
Merge pull request #5810 from pulquero/esc-telem-2
...
Configure smart port sensors based on runtime configuration.
2018-05-06 00:42:00 +12:00
blckmn
b8aae2d03e
Licence update for newly added target
2018-05-05 22:21:02 +10:00
J Blackman
7ad5254d89
Merge pull request #5823 from blckmn/licence_update
...
Licences missed during PRs
2018-05-05 18:12:28 +10:00
githubDLG
874b4a0118
update
...
update according to comments, this PR will only add new target. VTX power setting will opened in another PR~
2018-05-05 16:05:28 +08:00
Mark Hale
9897cdbac2
Configure smart port sensors based on runtime configuration.
...
Signed-off-by: Mark Hale <mark.hale@physics.org>
2018-05-05 08:33:49 +01:00
blckmn
22b84f12a8
Licences missed during PRs
2018-05-05 17:03:30 +10:00
Michael Keller
8e5485a6dd
Merge pull request #5816 from jflyper/bfdev-asgard32
...
Asgard32 F4/F7 support
2018-05-05 18:38:22 +12:00
Michael Keller
5460f8775e
Merge pull request #5820 from jflyper/OMNIBUSF4FW-and-OMNINXT-Use-config-helper
...
OMNIBUSF4FW and OMNINXT Use config helper function
2018-05-05 18:36:23 +12:00
Michael Keller
8f50aad585
Merge pull request #5809 from jirif/rx_rate_calculation
...
Fix rx rate calculation when using fport
2018-05-05 18:34:59 +12:00
Michael Keller
b0ee38d77b
Merge pull request #5807 from etracer65/gyro_both_validation
...
Only allow gyro_to_use = BOTH if both detected gyros are the same type
2018-05-05 18:34:42 +12:00
Michael Keller
65d9e08f1b
Merge pull request #5783 from jflyper/bfdev-max7456-busdevice-conversion
...
MAX7456 Increase (re)configurability
2018-05-05 18:32:02 +12:00
jflyper
51998a6e59
Use config helper function
2018-05-05 11:25:13 +09:00
jflyper
a6dbbc504e
Asgard32 (PTV) support
2018-05-05 10:35:18 +09:00
Michael Keller
f7d5568d52
Merge pull request #5819 from jflyper/bfdev-introduce-nomk-extension-for-no-build
...
Use ".nomk" to designate "No build" target
2018-05-05 13:10:50 +12:00
Michael Keller
d242de87bd
Merge pull request #5764 from dbasch/gps_rescue
...
[GPS RESCUE] added gps for altitude estimation
2018-05-05 12:48:29 +12:00
jflyper
3364c094e1
Move hard coded defaults out of pgResetFn
2018-05-05 01:22:29 +09:00
jflyper
35df29f0bc
Use nomk to signify no build target name
2018-05-05 01:13:12 +09:00
Bruce Luckcuck
34bdfc00e7
Update gyroregisters cli command to display both gyros
...
If gyro_to_use = BOTH, then display the registers for both active gyros.
2018-05-04 11:46:05 -04:00
Diego Basch
c46be03047
added gps for altitude estimation, remove most unused code, rename altitude.c to position.c, add hdop to nmea
2018-05-04 08:45:26 -07:00
Bruce Luckcuck
809c2a950b
Update RPM data in smartport and frsky_hub telemetry
...
Both previously displayed eRPM. frsky_hub RPM data is constrained to int16 so the value sent is RPM/10.
Updates per review and function renaming
2018-05-04 07:53:18 -04:00
Bruce Luckcuck
063f3829d4
Display ESC telemetry as real RPM in the OSD
...
The telemetry data provides eRPM/100. Added a `motor_poles` parameter (defaulting to 14) that is used to calculate the physical RPM.
RPM = (telemetry_rpm * 100) / (motor_poles / 2)
Most motors we commonly use are 14 poles, but the user can adjust if needed for their setup.
Also calculate actual RPM for DEBUG_ESC_SENSOR_RPM, but to fit with in int16 the log value will be RPM/10.
2018-05-04 07:51:16 -04:00
Michael Keller
49f2308fd6
Merge pull request #5805 from etracer65/frskyf3_flash_reduction
...
Fixed flash overflow for FRSKYF3
2018-05-04 23:37:53 +12:00
Michael Keller
36c543e547
Merge pull request #5800 from etracer65/gyro_to_use_default_fix
...
Fix dual gyro default logic
2018-05-04 21:14:00 +12:00
Michael Keller
f0ea0e81d4
Merge pull request #5765 from etracer65/gps_speed_units
...
Fix GPS speed and max speed to respect the units selection
2018-05-04 21:11:49 +12:00
jflyper
944a2986a5
Use busDevice_s for reconfigurability
2018-05-04 17:09:56 +09:00
githubDLG
6b65cce9ae
update
...
update
2018-05-04 15:42:27 +08:00
githubDLG
5d716a4397
Update target file
...
Update target file
2018-05-04 15:28:44 +08:00
jirif
fa40fbe865
Fix RX rate calculation when using fport
2018-05-04 07:45:47 +02:00
Michael Keller
75f82c7f2b
Merge pull request #5798 from Faduf/YupiF4_patch
...
YupiF4 Motor output Patch
2018-05-04 15:32:14 +12:00
githubDLG
6c27482f4c
Add new target Stack-X
...
Add new target Stack-X
2018-05-04 10:34:02 +08:00
Bruce Luckcuck
ff59c37fdb
Only allow gyro_to_use = BOTH if both detected gyros are the same type
...
Since we currently don't have per gyro configuration, trying to use two different gyro types simultaneously may not provide good results or lead to other unforeseen situations like attempting to initialize with settings not applicable to both hardware types.
This logic looks at the detected gyro types and resets to use only the first one if the user selected "BOTH" and they're different hardware types.
2018-05-03 10:34:13 -04:00
Bruce Luckcuck
3064fbcd0e
Fixed flash overflow for FRSKYF3
2018-05-03 07:38:05 -04:00
Michael Keller
cb19bb16d4
Merge pull request #5793 from etracer65/max7456_double_increment
...
Fix incorrect double increment in MAX7456 screen drawing
2018-05-03 23:32:21 +12:00
Michael Keller
48093e4428
Merge pull request #5786 from pulquero/esc-telemetry
...
Improved distribution of telemetry bandwidth over sensors (fixes #5785 ).
2018-05-03 23:28:16 +12:00
Andrey Mironov
cb9e1ef58c
Merge pull request #5768 from etracer65/esc_combined_overflow
...
Fix potential overflow in combined ESC sensor data
2018-05-03 11:00:28 +03:00
Michael Keller
69ba290c8f
Merge pull request #5797 from jflyper/bfdev-change-M25P16-to-FLASH
...
Change M25P16 to FLASH where appropriate
2018-05-03 14:02:39 +12:00