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

17604 commits

Author SHA1 Message Date
J Blackman
d8c79eb710
Merge pull request #10054 from fgiudice98/blackbox-fields-msp 2022-06-24 06:34:18 +10:00
Dominic Clifton
6c53ca2552 MAX7456 - Cleanups.
This commit is squashed from the following commits:

MAX7456 - Calculate buffer offset only once per string.

MAX7456 - Avoid duplicate addition by using second loop variable.

MAX7456 - Rename 'buff' to 'input' for clarity.
> There's two 'buffers', now the other variable names make more sense.

MAX7456 - Use consistent variable names.
> Use `text` instead of `s` and `input`.
2022-06-23 15:33:42 +02:00
haslinghuis
f86cc7b299
Merge pull request #11661 from hydra/fix-compilation-error-rx-msp-override
Fix compilation error when USE_RX_MSP_OVERRIDE is defined without USE_RX_MSP.
2022-06-23 13:08:21 +02:00
Ivan Efimov
191294aad0 Extract function toUpperCase for osd elements 2022-06-23 05:00:30 -05:00
J Blackman
dcbcebc4c6
Merge pull request #11664 from SteveCEvans/add_ICM426xx 2022-06-23 19:36:51 +10:00
J Blackman
b8dcadd8fd
Merge pull request #11687 from betaflight/revert-11659-step-for-conditionally-named-artifacts
Revert "Create variably named files as an additional make step."
2022-06-23 18:53:15 +10:00
ctzsnooze
41b31214d9 simplification, thanks Stepan 2022-06-23 13:41:58 +10:00
haslinghuis
8ee84d011f
Revert "Create variably named files as an additional make step." 2022-06-22 03:08:37 +02:00
Štěpán Dalecký
9222e0e49a We are not in RC phase anymore 2022-06-21 19:04:39 +02:00
Štěpán Dalecký
fbd2e0b98c Remove unused F1 and F3 files 2022-06-21 17:50:18 +02:00
Štěpán Dalecký
be8fbcdaac Remove unused STM32 USB FS lib 2022-06-21 14:01:32 +02:00
J Blackman
192f2b1734
Merge pull request #11678 from haslinghuis/update-msp-api-level
Increment MSP version to 1.45 (4.4)
2022-06-20 16:37:04 +10:00
Mark Haslinghuis
517fc4dbb8 Increment MSP version to 1.45 (4.4) 2022-06-20 04:14:25 +02:00
Ivan Efimov
23d8a97806 Replace CLI params for OSD stats and warnings with bitmasks 2022-06-18 00:03:45 -05:00
RoarFPV
6a7d2c3788 Make sure to write dshot stop cmd to all other motors when targeting less than max motor count 2022-06-17 20:53:01 -07:00
Štěpán Dalecký
8e802eba86 Remove unused rxRefreshRate 2022-06-18 00:59:42 +02:00
Steve Evans
4f9f26ef1c Remove USE_EXTI, USE_GYRO_EXTI and USE_MPU_DATA_READY_SIGNAL defines 2022-06-17 20:09:24 +01:00
Steve Evans
49a7d0f9e4 Use timed timeouts for USB HAL functions, not simple counts as per H7 2022-06-17 19:56:23 +01:00
haslinghuis
b28b07eb95
Merge pull request #11659 from hydra/step-for-conditionally-named-artifacts
Create variably named files as an additional make step.
2022-06-16 23:55:41 +02:00
haslinghuis
ea5b108193
Merge pull request #11257 from SpencerGraffunder/angle-limit-osd
Add angle limit to OSD settings menu
2022-06-16 22:47:31 +02:00
haslinghuis
608615642a
Merge pull request #11658 from hydra/gdwarf5-support
Use gdwarf-5 debugging information.
2022-06-16 22:07:43 +02:00
haslinghuis
a90a783c41
Merge pull request #10967 from SteveCEvans/remove_f1_f3
Remove F1 and F3 support
2022-06-16 22:07:23 +02:00
Steve Evans
a7f4b6c163 Add ICM42688P for all unified builds 2022-06-15 18:01:49 +01:00
Miguel Angel Mulero Martinez
f89c44f427 Use the new render attribute for diff/resource yaml form
Users seem to have a problem adding the three backticks symbol in he form to format the diff or resource text block.
GitHub has added a new attribute, render, to add it automatically.
This change adds this new attribute and modifies the form to simplify the use.
2022-06-15 15:45:56 +02:00
Dominic Clifton
73ada57702 Fix compilation error when USE_RX_MSP_OVERRIDE is defined without
USE_RX_MSP.
2022-06-15 14:35:19 +02:00
Dominic Clifton
9c3a023fe2 Allow FEATURE_CUT to be used on targets with any amount of flash. 2022-06-15 14:31:08 +02:00
Dominic Clifton
67887df139 Create variably named files as an additional make step.
e.g. betaflight_4.2.0_SPRACINGH7CINE_3c367e7be4.hex from
betaflight_4.2.0_SPRACINGH7CINE.hex

* Default goals unchanged
* Some developers use external tools that require fixed filenames.
2022-06-15 14:22:49 +02:00
Dominic Clifton
2d041c9936 Use gdwarf-5 debugging information. 2022-06-15 14:15:29 +02:00
J Blackman
b6af12b6b1
Merge pull request #11648 from SteveCEvans/stm32F411sx1280
Add STM32F411SX1280 unified target
2022-06-15 08:47:43 +10:00
J Blackman
376e5fe93f
Merge pull request #11633 from blckmn/next_version
Preparing for 4.3 final - commencing 4.4
2022-06-15 08:04:50 +10:00
Steve Evans
701b0ae55c Remove F1 and F3 support 2022-06-14 19:10:13 +01:00
ctzsnooze
5989d7b067 Put execution time at the end 2022-06-13 21:48:02 +10:00
ctzsnooze
e5a882d861 include descent and ascent sanity check 2022-06-13 21:38:57 +10:00
ctzsnooze
f7c645bfcd update GPS code 2022-06-13 09:43:52 +10:00
Steve Evans
6d17f3f765 Add STM32F411SX1280 unified target 2022-06-12 14:45:54 +01:00
J Blackman
229ac66755
Merge pull request #11644 from klutvott123/increment-eeprom-version 2022-06-11 18:12:56 +10:00
Hans Christian Olaussen
724331af8e Increment eeprom version
Increment eeprom version. Merge before release of 4.3 final.
2022-06-10 23:48:43 +02:00
J Blackman
69126eaa81
Merge pull request #11627 from phobos-/crazybee-bmi270
Added BMI270 drivers to CRAZYBEEF4SX1280 target
2022-06-08 10:41:28 +10:00
blckmn
6e63feea7f Preparing for 4.3 final 2022-06-05 12:55:39 +10:00
J Blackman
b125cc146d
Merge pull request #11628 from ctzsnooze/During-switch-failsafe,-aux-channel-hold-passes-data
failsafe by switch aux channel hold change
2022-06-04 16:55:33 +10:00
ctzsnooze
bc7161532c failsafe by switch aux channel hold change 2022-06-03 00:08:00 +10:00
phobos-
95bbc8933c Added BMI270 drivers to CRAZYBEEF4SX1280 target 2022-06-02 09:06:30 +02:00
J Blackman
4fa2dc1115
Merge pull request #11621 from limonspb/flip_over_warning_show_before_arm 2022-05-29 06:45:37 +10:00
J Blackman
930082fe54
Merge pull request #11613 from SteveCEvans/gyro_init_spi_clk 2022-05-29 06:45:04 +10:00
Steve Evans
9f0a6129a9 Simplify SPI CLK speed setting during gyro detection 2022-05-28 17:15:55 +01:00
J Blackman
a9e31d6829
Merge pull request #11556 from blckmn/file_cleanup 2022-05-28 12:08:50 +10:00
J Blackman
a615cee171
Merge pull request #11597 from SteveCEvans/check_eeprom_write 2022-05-28 12:08:14 +10:00
haslinghuis
b08ff50765
Merge pull request #11573 from klutvott123/elrs-spi-eeprom-write
ELRS SPI Fix eeprom write and reboot for msp over telemetry
2022-05-27 16:54:06 +02:00
Ivan Efimov
bb33c65f11 Changes in crash flip OSD warnings:
1. Show "ARMED"<new line>"> CRASH FLIP <" when arming in crash flip
2. Show "CRASH FLIP SWITCH" when disarmed, but in crash flip.
3. Hide the disarmed stats screen if "CRASH FLIP SWITCH" is activated.
2022-05-27 02:06:16 -05:00
J Blackman
aaece8915a
Auto merged - #11549 at Wed, 25 May 2022 09:18:04 GMT
Add gyro lock/dma support to BMI160
2022-05-25 19:18:04 +10:00