1
0
Fork 0
mirror of https://github.com/iNavFlight/inav.git synced 2025-07-19 14:25:16 +03:00
Commit graph

15512 commits

Author SHA1 Message Date
Hristian Todorov
e999bca0a7 Configuration symbol for barometer address
Signed-off-by: Hristian Todorov <hristian.todorov@yahoo.com>
2024-04-06 19:50:35 +01:00
Pawel Spychalski (DzikuVx)
72f622afbe Drop MSP_PID_ADVANCED and MSP_SET_PID_ADVANCED from MSP protocol 2024-04-06 20:46:54 +02:00
Pawel Spychalski (DzikuVx)
b55358ff5a Drop MSP_PIDNAMES frame as outdated 2024-04-06 20:30:01 +02:00
Paweł Spychalski
f7bda375d2
Merge pull request #9873 from iNavFlight/dzikuvx-new-msp-frames-for-servos
New MSP frames for Servos
2024-04-06 11:05:03 +02:00
Pawel Spychalski (DzikuVx)
933e2d53d2 Drop not needed definitions 2024-04-06 10:33:47 +02:00
Pawel Spychalski (DzikuVx)
bf9bcdf3c2 Merge remote-tracking branch 'origin/master' into dzikuvx-new-msp-frames-for-servos 2024-04-06 09:57:47 +02:00
Paweł Spychalski
a8de611b1a
Merge pull request #9865 from iNavFlight/dzikuvx-drop-msp-osd-config
Drop MSP_OSD_CONFIG from MSP protocol
2024-04-06 09:57:01 +02:00
Paweł Spychalski
05e7a31f56
Merge pull request #9866 from iNavFlight/dzikuvx-drop-MSP_POSITION_ESTIMATION_CONFIG
Drop MSP_POSITION_ESTIMATION_CONFIG
2024-04-06 09:54:14 +02:00
Paweł Spychalski
b29b8f1d94
Merge pull request #9897 from iNavFlight/dzikuvx-filtering-simplification
Filtering simplification
2024-04-06 09:06:48 +02:00
Paweł Spychalski
e8ee32e8c3
Merge pull request #9898 from iNavFlight/dzikuvx-drop-dji-proto-workarounds
Remove workarounds as not used and obsolete
2024-04-06 09:01:45 +02:00
Pawel Spychalski (DzikuVx)
133698119f Compilation fix 2024-04-05 14:43:35 +02:00
Pawel Spychalski (DzikuVx)
47f83f71a2 Remove workarounds as not used and obsolete 2024-04-05 13:43:56 +02:00
Pawel Spychalski (DzikuVx)
86adbebdb3 Docs update 2024-04-05 13:26:18 +02:00
Pawel Spychalski (DzikuVx)
a19a16bb03 Use only highest hardware LPF as it's de factor standard for a few years now. 2024-04-05 13:12:24 +02:00
Pawel Spychalski (DzikuVx)
3c32dcb720 Simplify filtering by removing gyro filter types and always use PT1 as sufficient for all use cases. 2024-04-05 12:30:19 +02:00
b14ckyy
8cb012af46
Update Fixed Wing Landing.md 2024-04-04 15:40:52 +02:00
Paweł Spychalski
d1a8469cf1
Merge pull request #9652 from Yury-MonZon/master
OSD Wind speed in m/s
2024-04-04 13:45:57 +02:00
b14ckyy
3ba096f717
Update Fixed Wing Landing.md
Added info about approach headings in the Introduction for clarification.
2024-04-04 11:58:25 +02:00
Yury MonZon
c0ac660413 Updated osd parameter version 2024-04-04 09:52:52 +02:00
Marcelo Bezerra
60d9ae088e
Merge pull request #9893 from iNavFlight/mmosca-apple-silicon-build-fix
Fix cmake gcc kit detection on apple silicon macs
2024-04-03 23:23:13 -04:00
Marcelo Bezerra
03e8b62337 Fix gcc download for mac silicon macos 2024-04-03 23:03:11 -04:00
jhemcu
5233d25507 Target: Add JHEMCUF405WING, JHEMCUF745, JHEMCUH743HD board 2024-04-03 22:05:27 +08:00
Darren Lines
68c8009170 Add extra description to nav_min_ground_speed parameter
Add extra description to `nav_min_ground_speed` parameter.
2024-04-03 12:37:08 +01:00
Paweł Spychalski
23967cbd9d
Merge pull request #9822 from iNavFlight/dzikuvx-feature-cut-f411-f722
Feature cut for F411 and F722
2024-04-02 19:09:26 +02:00
Paweł Spychalski
87c506c578
Merge pull request #9849 from RomanLut/submit-osd-wp-too-far
garbage is displayed (f.e. single char "+" ) instead of "FIRST WP IS TOO FAR" OSD message
2024-04-02 19:08:56 +02:00
Paweł Spychalski
5d0c0dde63
Merge pull request #9824 from iNavFlight/dzikuvx-no-longer-require-mag-for-pos-control
No longer require MAG to unlock GPS related flight modes
2024-04-02 19:05:03 +02:00
Paweł Spychalski
d8dc75a1a9
Merge pull request #9527 from error414/teraranger
terarange evo lidar
2024-04-02 19:03:45 +02:00
Paweł Spychalski
d96e349525
Merge pull request #9745 from Aocoda-RC/aocodarc-f405-aio
Optimize the current meter scale and offset for AOCODARCF405AIO
2024-04-02 18:31:00 +02:00
Paweł Spychalski
5ebaae4f25
Merge pull request #9885 from iNavFlight/dzikuvx-simplify-matrix-filter
Simplify matrix filter and drop all partial versions
2024-04-02 18:25:55 +02:00
Paweł Spychalski
ed7417a4d1
Merge pull request #9882 from iNavFlight/dzikuvx-h7-gcc13-potential-fix
Potential fix for GCC 13 VCP broken on H7
2024-04-02 14:42:33 +02:00
Darren Lines
3fcddf24dd
Merge pull request #9886 from iNavFlight/MrD-Update-WSL-docs-to-include-Ninja
Update Building in Windows 10 or 11 with Linux Subsystem.md
2024-04-02 13:37:57 +01:00
Pawel Spychalski (DzikuVx)
19597ea433 Remove not needed warning supression 2024-04-02 14:14:55 +02:00
Darren Lines
41366b3e0d
Update Building in Windows 10 or 11 with Linux Subsystem.md
Update WSL docs to include Ninja. Some typos fixed too
2024-04-02 12:46:38 +01:00
Pawel Spychalski (DzikuVx)
708695ff87 Use static NVIC_PRIO_VCP for VCP free bytes 2024-04-02 13:25:41 +02:00
Pawel Spychalski (DzikuVx)
49f0f7c707 Simplify matrix filter and drop all partial versions 2024-04-02 13:13:26 +02:00
Pawel Spychalski (DzikuVx)
b199bea068 Ignore overflow warning in atomic.h 2024-04-02 11:41:04 +02:00
Pawel Spychalski (DzikuVx)
68bf64ae72 Formatting fix 2024-04-02 11:30:54 +02:00
Pawel Spychalski (DzikuVx)
1e09f0d075 Potential fix for GCC 13 VCP broken on H7 2024-04-02 11:23:07 +02:00
Paweł Spychalski
005194e73a
Merge pull request #9817 from iNavFlight/b14ckyy-Fix-SBF405W-ADC
Fixes SB F405 Wing ADC for RSSI and Aspd swapped
2024-04-02 08:01:23 +02:00
Darren Lines
9f5119cc76
Merge pull request #9617 from iNavFlight/MrD_Reorganise-Stats-screens
Reorganise stats screens
2024-04-01 12:29:31 +01:00
Darren Lines
601bcfecbb Added missing include. Thought it was already there 2024-04-01 12:14:09 +01:00
Darren Lines
cf36eed98c Merge branch 'master' into MrD_Reorganise-Stats-screens 2024-04-01 10:04:31 +01:00
Darren Lines
9e2b100582
Merge pull request #8511 from iNavFlight/MrD_Wank-to-Wake-launch-idle 2024-04-01 09:13:18 +01:00
Paweł Spychalski
54535f391d
Merge pull request #9880 from sensei-hacker/fix_broken_links_modes.md
fix broken links to modes.md
2024-04-01 09:23:57 +02:00
Paweł Spychalski
2c1e976730
Merge pull request #9767 from iNavFlight/release_7.1.0
Release 7.1.0
2024-04-01 09:20:05 +02:00
Pawel Spychalski (DzikuVx)
f0a1680a50 Merge remote-tracking branch 'origin/master' into release_7.1.0 2024-04-01 09:04:10 +02:00
Ray Morris
91460013c2 fix broken links to modes.md 2024-03-31 23:53:16 -05:00
Darren Lines
62fcb4879d Merge branch 'master' into MrD_Reorganise-Stats-screens 2024-03-31 10:03:32 +01:00
Pawel Spychalski (DzikuVx)
c29208051e MSP2_INAV_SERVO_CONFIG frame 2024-03-29 19:34:50 +01:00
Pawel Spychalski (DzikuVx)
c333f97ccb Drop MSP_SERVO_MIX_RULES 2024-03-29 19:22:45 +01:00