1
0
Fork 0
mirror of https://github.com/iNavFlight/inav.git synced 2025-07-20 23:05:17 +03:00
Commit graph

11639 commits

Author SHA1 Message Date
Paweł Spychalski
48d6b6bdca
Merge pull request #6695 from iNavFlight/dzikuvx-do-not-slow-down-before-wp
Do not slow down in WP mission when approaching a waypoint
2021-03-25 09:19:52 +01:00
Harry Phillips
ec0b9a9184
Update Docs 2021-03-24 23:51:44 +00:00
Harry Phillips
39a6fabc8c
Add unused marker 2021-03-24 23:38:10 +00:00
Harry Phillips
18ece44e83
Update Docs 2021-03-24 23:33:25 +00:00
Harry Phillips
80c1d488a9
Add optional Prearm timeout 2021-03-24 21:59:21 +00:00
Harry Phillips
0db5d891eb
Fix generate script permissions 2021-03-24 21:35:17 +00:00
Harry Phillips
b3dc93299c
Bugfix 2021-03-24 21:26:05 +00:00
Harry Phillips
1c7dc09ca5
Merge branch 'master' into rc-over-mavlink 2021-03-24 16:29:09 +00:00
Harry Phillips
bac7392479
Add "prearm was reset" flag to prevent rearming without resetting prearm 2021-03-24 16:21:11 +00:00
Harry Phillips
ef90e360e2
MAVLink V1/V2 switch 2021-03-24 16:10:37 +00:00
Konstantin Sharlaimov
a0b243c70b
Merge pull request #6726 from avsaase/avs-detect-launch-gps-speed
Detect launch on gps speed
2021-03-23 09:41:49 +01:00
Alexander van Saase
3a82e26b8b add groundspeed check 2021-03-22 21:58:23 +01:00
OptimusTi
8c641a62ce Merge remote-tracking branch 'upstream/master' into OptimusTi-stats-pages 2021-03-22 10:52:02 -04:00
Pawel Spychalski (DzikuVx)
d02350060b Merge remote-tracking branch 'origin/master' into dzikuvx-autolevel 2021-03-21 15:52:01 +01:00
OptimusTi
48a250b35f More formatting and fixed IF statement 2021-03-21 00:36:05 -04:00
Alexander van Saase
c2a98768c0 check gps 2021-03-20 20:49:48 +01:00
Paweł Spychalski
c29f67a2da
Merge pull request #6685 from kernel-machine/flip-over-after-crash
Flip over after crash aka TURTLE MODE
2021-03-20 20:06:59 +01:00
luca
6e9ccb93fc trigger GitHub actions 2021-03-20 19:35:42 +01:00
luca
d291f8dd4f Update from master 2021-03-20 18:41:24 +01:00
luca
23ef95f17e Failsafe procedure from OSD 2021-03-20 18:37:18 +01:00
Alexander van Saase
749111df54 add acceleration check 2021-03-19 22:46:43 +01:00
Alexander van Saase
94aff24b93 detect launch on gps speed 2021-03-19 22:39:22 +01:00
Konstantin Sharlaimov
abce84559b
Merge pull request #6696 from Tygrys-1/Tygrys-1-DALRC-Target-fix
Fix the timer and DMA conflicts in the target, resolves #6303
2021-03-19 11:38:43 +01:00
breadoven
66f477e04b Update navigation.c 2021-03-19 10:22:51 +00:00
OptimusTi
cd46c4c8d1 More simplifying
removed a couple of unneeded lines
2021-03-19 00:27:59 -04:00
luca
391b811edb Some optimizations 2021-03-18 21:35:18 +01:00
OptimusTi
9cd3625614 Fixed CRSF SNR
Simplified to make it look pretty
2021-03-18 12:45:37 -04:00
Konstantin Sharlaimov
3c97e916fe
Merge pull request #6623 from iNavFlight/de_rm3100_mtk450can
Add MATEKF405CAN board; Add support for RM3100 compass on SPI bus
2021-03-17 09:43:27 +01:00
OptimusTi
fb4a130726 Typo Fix
There was a typo in the SNR symbol name
2021-03-16 12:40:44 -04:00
luca
1623ff806e DShot commands with queue 2021-03-14 20:39:56 +01:00
luca
ed13700d1c Circular queue in common libs 2021-03-14 20:37:32 +01:00
Jeff Kubascik
2e2d48655c Enable report_cell_voltage support for CRSF telemetry 2021-03-13 21:41:04 -05:00
Pawel Spychalski (DzikuVx)
843558fcfa Minor doc change to satisfy GH checks 2021-03-13 17:56:02 +01:00
Pawel Spychalski (DzikuVx)
703cbbbf5a Merge branch 'master' into dzikuvx-autolevel 2021-03-13 13:25:47 +01:00
Paweł Spychalski
ad3dfacb75
Merge pull request #6699 from MingchenZhang/zmc-modulus-opeator
Add modulus operator support
2021-03-12 20:47:53 +01:00
Darren Lines
c3a85b9558
Merge pull request #11 from iNavFlight/master
Merge from master
2021-03-12 11:09:37 +00:00
breadoven
b2a77fe986 Update osd.c 2021-03-12 10:06:37 +00:00
Mingchen Zhang
cce8345d90 move the modulus to the last entry 2021-03-12 02:14:22 +00:00
Mingchen Zhang
2eecf30603 Add modulus operator support 2021-03-11 08:12:49 +00:00
luca
0132c471c9 Show turtle mode in configurator only if dshot is active 2021-03-10 17:09:33 +01:00
breadoven
88a4ceb1aa First build 2021-03-10 13:46:45 +00:00
Tygrys-1
7fa82f0a2f
Update target.c
Fix timer and DMA conflicts in the target, resolves #6303
2021-03-10 11:17:31 +01:00
Pawel Spychalski (DzikuVx)
7363df0a79 Fix obvious complitation error 2021-03-09 22:15:52 +01:00
Pawel Spychalski (DzikuVx)
2a5ce2e0b3 Do not slow down in WP mission when approaching a waypoint 2021-03-09 22:08:07 +01:00
Konstantin Sharlaimov
ee06203151
Merge pull request #6693 from ImmersionRC/ghstgpstelemetry
Add support for GHST GPS Telemetry
2021-03-09 17:09:14 +01:00
Paweł Spychalski
8c0b8931d3
Merge pull request #6692 from Tygrys-1/master
Fix compiler warnings when #define use_lights, fix F3 targets compilation
2021-03-09 16:43:04 +01:00
Tony Cake
3294b793a1 Fix careless typo 2021-03-09 06:11:40 -08:00
Tony Cake
27dbee79df Add support for GHST GPS Telemetry 2021-03-09 05:44:41 -08:00
Tygrys-1
a4f84a547c
Merge pull request #1 from Tygrys-1/Tygrys-1-patch-1
Update fc_core.c
2021-03-09 13:23:19 +01:00
Tygrys-1
d769ddbbac
Update fc_core.c
New branch
2021-03-09 13:21:24 +01:00