1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-24 16:55:36 +03:00
Commit graph

17505 commits

Author SHA1 Message Date
J Blackman
de4c4474d8
Merge pull request #11682 from daleckystepan/lib_usb_fs_remove 2022-06-28 00:18:29 +10:00
J Blackman
cc2da54d58
Merge pull request #11689 from blckmn/hash_option 2022-06-28 00:16:33 +10:00
J Blackman
5605097a1a
Merge pull request #11234 from daleckystepan/ghst-jitter 2022-06-27 21:25:43 +10:00
J Blackman
ccbb2491b3
Merge pull request #10801 from daleckystepan/ghst 2022-06-27 21:25:11 +10:00
Štěpán Dalecký
e416072662
Merge pull request #11313 from daleckystepan/bb-resolution
Blackbox increase resolution on setpoint, gyro and rounding
2022-06-26 23:57:31 +02:00
Jan Post
b0c264ff86
Merge pull request #11684 from daleckystepan/no_more_rc
We are not in RC phase anymore
2022-06-26 17:47:15 +02:00
blckmn
413d23c66b Adding make all_rev goal 2022-06-26 08:47:05 +10:00
blckmn
916ccf39de Removed commit hash (revision) from filename by default. Can still be generated by:
make hex_rev TARGET=XXX
  make TARGET_rev
2022-06-25 17:05:24 +10:00
Štěpán Dalecký
b56c6cc391 Fix Ghost jitter 2022-06-24 20:05:04 +02:00
Štěpán Dalecký
5fd383b9dd Ghost improvements
Add new frame types
2022-06-24 20:03:06 +02:00
J Blackman
9f2cd64100
Merge pull request #11579 from ctzsnooze/Fix-for-GPS-Return-XY-velocity-controller 2022-06-24 10:18:59 +10:00
J Blackman
1f1f846abb
Merge pull request #11660 from hydra/feature-cut-for-any-flash-size 2022-06-24 06:37:12 +10:00
J Blackman
0d9c516159
Merge pull request #11668 from daleckystepan/rx_refresh_rate_cleanup 2022-06-24 06:35:44 +10:00
J Blackman
f429efa616
Merge pull request #11683 from daleckystepan/f3_missing_last_file 2022-06-24 06:34:59 +10:00
J Blackman
d8c79eb710
Merge pull request #10054 from fgiudice98/blackbox-fields-msp 2022-06-24 06:34:18 +10: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
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
Štěpán Dalecký
8e802eba86 Remove unused rxRefreshRate 2022-06-18 00:59:42 +02: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
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