1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-15 12:25:20 +03:00
Commit graph

18415 commits

Author SHA1 Message Date
atomic
59cc9ce1d2 Merge branch 'doc-usb-flash-dialout-hint' of github:atomic-7/betaflight into doc-usb-flash-dialout-hint
Merging upstream changes made for comment to local branch
2022-10-31 19:22:14 +01:00
atomic
0f0d3bca8b Added Fedora specific instructions to usb flashing docs as well as dialout hint 2022-10-31 19:21:08 +01:00
atomic-7
41bb1ed283
Update docs/USB Flashing.md
Changed Cleanflight to Betaflight, added dialout hint

Co-authored-by: haslinghuis <mark@numloq.nl>
2022-10-31 18:45:33 +01:00
atomic
9f754f4f40 Added hint about dialout group to usb flashing 2022-10-31 15:08:47 +01:00
Mark Haslinghuis
3623e5fd87 Remove duplicate flash device 2022-10-31 06:31:37 +01:00
blckmn
07eea573fd Fix for Cloud Build and USE_TELEMETRY_GHST 2022-10-31 16:16:57 +11:00
haslinghuis
4657de0b2c
Merge pull request #11931 from haslinghuis/fix-msp-video-selection
Add case for MSP OSD device detection
2022-10-31 05:30:34 +01:00
blckmn
af99690cda Fixes for some further FLASH cloud build errors. 2022-10-31 15:10:19 +11:00
J Blackman
455965aa40
Merge pull request #11937 from haslinghuis/fix-flash-define
Fix `flash` defines
2022-10-31 14:35:23 +11:00
Mark Haslinghuis
ca10c646f5 Fix flash defines 2022-10-31 03:56:50 +01:00
J Blackman
bf60c93213
Merge pull request #11936 from haslinghuis/fix-max7456-define
Fix `USE_MAX7456`
2022-10-31 13:46:04 +11:00
Mark Haslinghuis
a38cf4cf40 Fix USE_MAX7456 2022-10-31 01:35:48 +01:00
J Blackman
784ac1a174
Merge pull request #11918 from HThuren/Danish 2022-10-31 07:58:14 +11:00
J Blackman
e801548117
Merge pull request #11391 from krasiyan/add-display-name-msp-commands 2022-10-31 07:57:44 +11:00
J Blackman
263baf7661
Merge pull request #11935 from haslinghuis/fix-gps-cloudbuild 2022-10-31 07:56:35 +11:00
J Blackman
0d6b5315bf
Merge pull request #11933 from SteveCEvans/need_gyro 2022-10-31 07:56:00 +11:00
J Blackman
fb4bf822d6
Merge pull request #11934 from SteveCEvans/check_acc 2022-10-31 07:55:22 +11:00
Steve Evans
1025098194 Check that at least one USE_ACC* definition is defined if USE_ACC is defined 2022-10-30 11:19:10 +00:00
Steve Evans
4a7ff75851 Check that at least one gyro type is defined 2022-10-30 11:16:25 +00:00
J Blackman
2df5b88916
Update Manufacturer Design Guidelines.md 2022-10-30 18:12:54 +11:00
blckmn
b6b76d1b88 Adding board scratch space.
- Including ability to define custom defaults as char[] that is baked into the build
- removed unnecessary size of custom defaults header parsing (defines provided by build process or in board.h for devs).
2022-10-30 17:43:43 +11:00
J Blackman
ea45f9a5b9
Merge pull request #11932 from blckmn/init_osd
Moved osdDisplayPortDevice_e osdDisplayPortDevice initialisation
2022-10-30 17:37:06 +11:00
Mark Haslinghuis
c1efaf56c8 Fix GPS in Cloud build 2022-10-30 00:03:13 +02:00
Steve Evans
587491ddbd Only declare attitudeIsEstablished is USE_ACC is defined 2022-10-29 18:44:47 +01:00
J Blackman
42f5f7caed
Merge pull request #11930 from haslinghuis/add-hardware-spec-typofix
Fix typo in link
2022-10-29 17:14:12 +11:00
J Blackman
3d0681f942
Merge pull request #11925 from blckmn/target_removal
Final target clean up
2022-10-29 17:13:30 +11:00
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