1
0
Fork 0
mirror of https://github.com/iNavFlight/inav.git synced 2025-07-13 11:29:56 +03:00
Commit graph

16645 commits

Author SHA1 Message Date
Sensei
65d8cc9ec9
Programming Framework.md: Clarify DELAY 2025-05-13 18:36:50 -05:00
Sensei
bbb7062faa
Merge pull request #10861 from iNavFlight/sensei-hacker-patch-4
Programming Framework.md - typo
2025-05-13 17:46:26 -05:00
Sensei
56a360b8c7
Programming Framework.md - typo 2025-05-13 17:25:12 -05:00
Sensei
2795eb2e08
Merge pull request #10840 from sensei-hacker/f435_fix_tx_af
f435 correct uart->tx_af
2025-04-30 01:21:31 -05:00
Ray Morris
a941b14a8c f435 correct uart->tx_af 2025-04-30 00:00:40 -05:00
Sensei
fe35059d31
Merge pull request #10811 from ThanYangFPV/DAKEFPVF722X8
Add new target: DAKEFPVF722X8
2025-04-26 20:43:36 -05:00
Sensei
f1c5e7483a
Merge pull request #10827 from shivam-daksh/patch-1
Change the spelling error
2025-04-23 09:34:59 -05:00
Shivam Daksh
2390c0f12e
Update parameter_group.h
Popinter to Pointer
2025-04-22 15:37:18 +05:30
玄绮
30646b080b Add new target: DAKEFPVF722X8 2025-04-09 13:58:51 +08:00
Marcelo Bezerra
1fa4ac29e6
Merge pull request #10792 from RomanLut/submit-msp-vtx-crash
fixed crash: Firmware crash when OSD is disabled but MSP Display UART is allocated
2025-03-31 15:01:01 +02:00
Roman Lut
31c55f095c fixed crash: MSP displayport UART is assigned, but OSD feature s disabled 2025-03-30 20:09:38 +02:00
Marcelo Bezerra
be52fe6adc Merge branch 'master' of github.com:iNavFlight/inav 2025-03-30 13:22:52 +02:00
Marcelo Bezerra
529f0577aa Merge changes from maintenance-8.x.x 2025-03-30 13:21:19 +02:00
Marcelo Bezerra
44e02e18f8 Merge remote-tracking branch 'origin/maintenance-8.x.x' 2025-03-30 13:20:53 +02:00
Sensei
0442b564cd Merge pull request #10578 from orbittechnologyx/feature/ORBITF435
Add new target ORBITF435
2025-03-30 13:16:45 +02:00
Sensei
07fbfe9b24
Merge pull request #10578 from orbittechnologyx/feature/ORBITF435
Add new target ORBITF435
2025-03-30 00:59:36 -05:00
Marcelo Bezerra
ae47bcba01
Merge pull request #10718 from DusKing1/hugo-fix-SKYSTARSF405WING-target-config
Fix SKYSTARSF405WING target definition
2025-03-28 10:50:16 +01:00
Marcelo Bezerra
65c2bbd030
Merge pull request #10718 from DusKing1/hugo-fix-SKYSTARSF405WING-target-config
Fix SKYSTARSF405WING target definition
2025-03-28 09:43:16 +01:00
Hugo Chiang
6b0253d0b5 update IMU alignment with well-tested one 2025-03-26 19:11:14 +08:00
Marcelo Bezerra
2f990e510b
Merge pull request #10664 from breadoven/abo_mc_althold_fix
Multirotor Althold altitude adjustment fix
2025-03-26 10:33:02 +01:00
Marcelo Bezerra
4c6b7f6f1b
Merge pull request #10772 from iNavFlight/mmosca-jeti-fixes
Fixes channel 17 behavior and hopefully, the long standing locking up issue.

It has been running for 6h so far, and I will leave it running a bit longer, but need more users to report back.
2025-03-25 22:56:52 +01:00
Marcelo Bezerra
bbc1d4e7b9
some f7 fcs were overflowing fast ram 2025-03-25 16:59:09 +01:00
Marcelo Bezerra
6830332b49
Mark some global variables used in the interrupt handler as volatile, and flag functions as NOINLINE 2025-03-25 16:37:03 +01:00
Marcelo Bezerra
699ce844e6
remove commented out debug code 2025-03-25 11:39:18 +01:00
Marcelo Bezerra
53c764ee9c
Revert "Update gcc from 13.2 to 13.3 as an experiment."
This reverts commit ecda71571c.
2025-03-25 10:57:15 +01:00
Marcelo Bezerra
990be67cb1
remove instrumentation variables 2025-03-25 10:49:58 +01:00
Marcelo Bezerra
f2acee1779
remove EXBUS debug mode 2025-03-25 10:48:31 +01:00
Marcelo Bezerra
111d3f674a
Remove DEBUG_EXBUS 2025-03-25 10:47:52 +01:00
Marcelo Bezerra
0c36a5c23f
Only add debug sensors to telemetry, if debug is enabled.
Also remove instrumentation in rx code, as it did not provide any insights to the issues.
2025-03-25 10:47:12 +01:00
Marcelo Bezerra
6970048771
Renive tranceiver state tracking 2025-03-25 10:36:10 +01:00
Marcelo Bezerra
0cbb9754d5
waring 2025-03-25 09:39:36 +01:00
Marcelo Bezerra
8221f3ba32 Add extra instrumentation 2025-03-24 19:27:25 +01:00
Marcelo Bezerra
a0e0c0cfa1
warning fixes 2025-03-24 17:21:31 +01:00
Marcelo Bezerra
ecda71571c
Update gcc from 13.2 to 13.3 as an experiment. 2025-03-24 16:33:45 +01:00
Jonathan Hudson
6ae615ce83
fix MATEKF405 variants BBL logging (#10741)
* fix MATEKF405 variants BBL logging

* [matekf405mini] sp3 across all variants
2025-03-24 11:03:22 +00:00
Marcelo Bezerra
39b215a54b reset frame/request state on received frame 2025-03-22 22:23:34 +01:00
Marcelo Bezerra
bee0c20575 Fix channel 17 jitter in 16 channel jeti systems and add instrumenation 2025-03-22 20:15:47 +01:00
Hugo Chiang
a7c60f4c27 update IMU alignment per mfg request 2025-03-19 20:42:40 +08:00
breadoven
28e1b23ab5
Merge branch 'maintenance-8.x.x' into abo_mc_althold_fix 2025-03-15 09:07:23 +00:00
Sensei
fb319527c5
Merge pull request #10405 from error414/change-gimbal-sensitivity-from-programming-framework
Change gimbal sensitivity from programming framework
2025-03-04 14:19:24 -06:00
Sensei
abf9730757
Merge pull request #10727 from error414/maintenance-8.x.x
Adsbee1090
2025-03-01 16:34:26 -06:00
error414
439f0dcccd Adsbee1090 2025-03-01 22:55:45 +01:00
Marcelo Bezerra
171d00bbf2
Merge pull request #10724 from iNavFlight/mmosca-8.0.1
Prepare for 8.0.1 release
2025-02-25 11:25:04 +01:00
Marcelo Bezerra
5ceb7a3bd0 Set version as 8.0.1.
Small maintenance version to add DJI_NATIVE osd option and some assorted
changes changes since 8.0.0
2025-02-25 11:06:52 +01:00
Darren Lines
38dfe9a4ed
Merge pull request #10722 from iNavFlight/MrD-RC-patch-1
Update OSD.md
2025-02-24 21:07:28 +00:00
Darren Lines
ea5de7db7a
Update OSD.md 2025-02-24 21:01:53 +00:00
Hugo Chiang
7adc434e67 fix wrong defs 2025-02-22 22:38:28 +08:00
Marcelo Bezerra
e809c7b840 Add json with alternate functions.
To be used by target conversion
2025-02-20 23:02:33 +01:00
Paweł Spychalski
0e2f06d145
Merge pull request #10687 from iNavFlight/dzikuvx-modify-matrix-filter-conditions
Enable second dynamic gyro only if primary is enabled
2025-02-18 11:05:49 +01:00
Marcelo Bezerra
2b7d3e39c8
Merge pull request #10697 from medvedev/safehomes-image
Fix broken image link in Safehomes.md
2025-02-17 17:57:05 +01:00