blckmn
192f2c6cc7
Moved osdDisplayPortDevice_e osdDisplayPortDevice initialisation to within USE_OSD define.
2022-10-29 17:11:20 +11:00
Mark Haslinghuis
5fa5e5acda
Add case for MSP OSD device detection
2022-10-29 06:56:21 +02:00
SugarK
d9d25ef84b
Merge pull request #11929 from blckmn/gps_fix
...
zeroAltitudeDerivative unused if no baro or gps defined.
2022-10-29 11:51:01 +11:00
Mark Haslinghuis
4d546fc751
Fix typo in link
2022-10-28 12:09:32 +02:00
blckmn
1867fff9b7
AltitudeDerivative unused if no baro or gps defined.
2022-10-28 17:50:42 +11:00
J Blackman
5cf97d1e42
Merge pull request #11924 from haslinghuis/add-hardware-spec
2022-10-28 02:16:48 +11:00
haslinghuis
7bba781f58
Merge pull request #11192 from jeffpearce/elrsguid
...
Add support for getting/setting elrs uid via msp API
2022-10-27 02:08:12 +02:00
J Blackman
c00d1b58f9
Merge pull request #11926 from blckmn/osd-build
...
Moving OSD to cloud build option
2022-10-27 09:09:59 +11:00
Mark Haslinghuis
a0a2d2827b
Add hardware-spec
2022-10-25 23:54:07 +02:00
Krasiyan Nedelchev
e7df32f020
Rename 'display_name' to 'pilot_name'; rename 'name' to 'craft_name'; Add the 'MSP2_GET_TEXT' and 'MSP2_SET_TEXT' MSP commands
...
- add the 'MSP2_GET_TEXT' and 'MSP2_SET_TEXT' MSP2 commands
- Support getting/setting the 'MSP2TEXT_PILOT_DISPLAY_NAME' config prop ('pilotConfigMutable()->displayName')
- rename 'display_name' to 'pilot_name'
- Add the new 'OSD_PILOT_NAME' OSD element in place of the
'OSD_DISPLAY_NAME' one (as they are semantically identical)
- Add the 'osd_pilot_name_pos' cli prop in place of 'osd_display_name_pos'
- rename 'pilotConfigMutable()'s 'name' to 'craftName'
- remove the legacy 'GET_NAME' / 'SET_NAME' MSP commands
- replace the 'name' CLI prop for 'craft_name'
- add the 'MSP2TEXT_CRAFT_NAME' constant for 'MSP2_GET_TEXT' and 'MSP2_SET_TEXT'
2022-10-25 23:03:46 +02:00
blckmn
ee619349fc
Moving OSD to cloud build option
2022-10-26 07:36:55 +11:00
haslinghuis
b8bacc47f3
Merge pull request #11913 from SteveCEvans/msp_dp
...
Enable MSP Displayport on a serial port using FUNCTION_MSP_DISPLAYPORT
2022-10-25 12:52:34 +02:00
J Blackman
aafcd26fb5
Merge pull request #11921 from ctzsnooze/use-PWM_RANGE-consistently
...
use PWM_RANGE consistently
2022-10-25 18:08:35 +11:00
J Blackman
dbd0014ac5
Merge pull request #11911 from KarateBrot/baroRate
...
Lock altitude task at 100Hz & fix baro calibration
2022-10-25 18:07:26 +11:00
J Blackman
6941a1198f
Merge pull request #11915 from SteveCEvans/dshot_bb_speed
...
Remove duplicate DSHOT port configuration
2022-10-25 18:03:51 +11:00
J Blackman
cd4326c04b
Merge pull request #11916 from SteveCEvans/dshot_timer_gpio
...
Set GPIOs to GPIO_SPEED_FREQ_LOW for timer based DSHOT
2022-10-25 18:03:06 +11:00
blckmn
aee0bfb846
Test make file cleanup
2022-10-25 17:08:59 +11:00
blckmn
06c5bb40b5
Final target cleanup
2022-10-25 14:28:13 +11:00
haslinghuis
5eae2adf54
Merge pull request #11919 from haslinghuis/change-aux-value
...
Fix for OSD Aux Value channel selection
2022-10-25 05:13:20 +02:00
haslinghuis
022563ddd3
Merge pull request #11886 from jonmahoney15/ready-mode
...
Ready Mode
2022-10-25 03:29:03 +02:00
J Blackman
fd473f15b3
Merge pull request #11908 from blckmn/cloud_defines
...
Moving more options to build time
2022-10-25 08:39:02 +11:00
J Blackman
3c298173e2
Merge pull request #11914 from haslinghuis/update-instructions
...
Update instructions to include new build API
2022-10-25 08:35:04 +11:00
HThuren
e33888eca3
Update README.md
...
Co-authored-by: haslinghuis <mark@numloq.nl>
2022-10-24 21:20:06 +02:00
Jon Mahoney
d3c824d6b7
Ready Mode
...
By giving a mode that signals the pilot is ready other than armed props
at a race event it will be easier to determine when all pilots are ready
to race.
2022-10-23 23:00:00 -04:00
ctzsnooze
4528fc2b70
use PWM_RANGE consistently
2022-10-23 21:52:36 +11:00
Mark Haslinghuis
0213c263bc
Adjust aux channel
2022-10-23 04:06:30 +02:00
J Blackman
5f01063dd2
Merge pull request #11917 from haslinghuis/fix-sitl
...
Fix SITL build
2022-10-23 12:44:29 +11:00
HThuren
215193ec6d
Added dansk as choice for language in Configurator
2022-10-23 01:30:44 +02:00
Mark Haslinghuis
c80392652f
Fix SITL build
2022-10-22 23:56:40 +02:00
KarateBrot
f17a2af8c3
Lock altitude task to 100Hz
...
+ fix baro calibration
+ baro refactoring
2022-10-22 21:45:50 +02:00
haslinghuis
d58f2c4a3c
Merge pull request #11909 from blckmn/all_use_config
...
Removing 'UNIFIED_TARGET'
2022-10-22 21:24:22 +02:00
Steve Evans
e401b93b34
Escape '_' characters as otherwise they cause italics to be displayed
2022-10-22 17:33:53 +01:00
Steve Evans
33c8a9c95c
Set GPIOs to GPIO_SPEED_FREQ_LOW for timer based DSHOT
2022-10-22 15:02:56 +01:00
Steve Evans
600b34c935
Remove duplicate DSHOT port configuration
2022-10-22 14:04:35 +01:00
J Blackman
950d586e66
Merge pull request #11910 from blckmn/sitl
2022-10-22 20:49:37 +11:00
haslinghuis
c0a6237082
Merge pull request #11905 from ctzsnooze/revert-to-gps_rescue-min_sats
...
Revert GPS satellite minimums to single gps_rescue_min_sats value
2022-10-22 04:19:41 +02:00
Mark Haslinghuis
36b1383d34
Update instructions to include new build API
2022-10-22 02:21:34 +02:00
Steve Evans
a3e08c838b
Enable MSP Displayport of a serial port using FUNCTION_MSP_DISPLAYPORT flag
2022-10-21 22:34:23 +01:00
J Blackman
5e7bca1576
Merge pull request #11902 from haslinghuis/fix-osd-aux-channel-range
...
Fix osd_aux_channel range
2022-10-21 14:33:16 +11:00
blckmn
b89aea975a
Removing unused timerHardware
2022-10-21 10:29:47 +11:00
blckmn
3396013b53
Removing USE_UNIFIED_TARGET...
2022-10-21 10:04:10 +11:00
blckmn
8714bd13f4
Fixes for SITL - adding to the standard list of targets
2022-10-21 08:51:21 +11:00
ctzsnooze
341d65becf
remove gps_required and gps_minimum sats and revert to gps_rescue_min_sats
2022-10-20 21:44:01 +11:00
blckmn
00f28795fa
Moving more options to build time
2022-10-20 07:46:08 +11:00
Mark Haslinghuis
62e971266f
Fix osd_aux_channel range
2022-10-19 12:49:30 +02:00
J Blackman
c5468981e6
Merge pull request #11897 from SteveCEvans/spi2_gyro_flash
...
Fix chaining of FLASH SPI transactions
2022-10-18 07:31:41 +11:00
haslinghuis
dc48259f16
Merge pull request #11896 from ctzsnooze/fix-beeper-ready-beep-on-gps-home-fix
...
Beeper READY_BEEP when home fix is first achieved
2022-10-17 21:01:52 +02:00
haslinghuis
f645df93f4
Merge pull request #11895 from KarateBrot/bmi270acc
...
BMI160/270: Stronger acc anti-aliasing
2022-10-17 13:47:55 +02:00
Jan Post
90bac0e64c
Merge pull request #11898 from SteveCEvans/dps310_coef
...
Fix read of DPS310 coef C11
2022-10-17 07:23:16 +02:00
J Blackman
95e4be750a
Merge pull request #11891 from howels/AKK-VTX-fix
...
Add def for AKK/RDQ SmartAudio bug
2022-10-17 14:49:14 +11:00