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

12204 commits

Author SHA1 Message Date
Darren Lines
a454883a13 Added max length to name 2022-01-20 20:18:57 +00:00
Martin Luessi
da8cc2e9d2 Fix compilation when USE_SECONDARY_IMU not defined 2022-01-20 05:51:52 -08:00
Geoff Sim
d8ef57de5d User the peripheral baud rate and not the msp baud rate 2022-01-20 12:29:44 +00:00
JuliooCesarMDM
8ae1060dc2 add new macro 2022-01-19 21:14:01 -03:00
JuliooCesarMDM
b90bebe2fd Add macros to multicopter land detector 2022-01-19 21:05:45 -03:00
JuliooCesarMDM
9d1d61ee1c [maths.h] Add Macro to convert Celsius to Kelvin 2022-01-19 20:44:36 -03:00
yajo10
87bebf4b97 Fix code style: align compiler directives to left 2022-01-19 15:43:32 +01:00
Geoff Sim
7aa06a5f00 Send all changes each time drawScreen is called.
Increase the TX buffer size of the selected serial port to accommodate.
Add debug code (#defined out)
2022-01-18 18:19:56 +00:00
Geoff Sim
337dff0a33 Use uint32_t in sortSerialTxBytesFree when calculating the bytes used. 2022-01-18 18:02:12 +00:00
giacomo892
725062b36d Add FOXEER F745 AIO Target 2022-01-18 11:58:22 +01:00
Paweł Spychalski
3147d5423f
Merge pull request #7758 from iNavFlight/MrD-RC-patch-1
Update README.md
2022-01-16 10:33:29 +01:00
Darren Lines
eb05006bc9
Update README.md 2022-01-16 08:16:42 +00:00
Paweł Spychalski
ac26c871b6
Merge pull request #7757 from iNavFlight/dzikuvx-readme-update
Readme update
2022-01-15 15:29:11 +01:00
Pawel Spychalski (DzikuVx)
0267411833 Readme update 2022-01-15 13:57:51 +01:00
yajo10
de0b3e2ee8 Fix failing builds: check for DSHOT protocol at compile time and at runtime 2022-01-15 11:04:23 +01:00
yajo10
7a5eedb2dc Only fix reversible motors on dshot protocol 2022-01-15 10:47:27 +01:00
Martin Luessi
caa1c8cc36 Add support for Omron 2SMPB-02B barometer 2022-01-14 15:11:46 -08:00
Andr0x
b34d8f6945
Merge pull request #1 from andreapede/andreapede-patch-1
Update target.h
2022-01-14 21:06:37 +01:00
Andr0x
db83d2a9a1
Update target.h
Definition added for driving led strip
2022-01-14 21:06:14 +01:00
Geoff Sim
d3d7f345e5 Ensure analog OSD operates correctly when HDZero not selected. 2022-01-14 14:44:09 +00:00
breadoven
4f04c87d1e Change capture to enforce 2022-01-09 23:33:15 +00:00
breadoven
4793f66eb4 Update Settings.md 2022-01-09 22:16:48 +00:00
breadoven
d27e670487 Merge remote-tracking branch 'upstream/master' into abo_variable_sys_msg_cycle_time 2022-01-09 22:16:16 +00:00
breadoven
446f146c74 Update Settings.md 2022-01-09 21:14:50 +00:00
breadoven
c73169f001 Merge remote-tracking branch 'upstream/master' into abo_wp_capture_altitude 2022-01-09 21:13:06 +00:00
Paweł Spychalski
a8016edd0d
Merge pull request #7689 from JulioCesarMatias/FixServosATDefineName
[servos.c] Correct typos
2022-01-09 16:15:50 +01:00
Paweł Spychalski
6f52733afc
Merge pull request #7447 from MrD-RC/let-max-rth-mode-consider-altitude
Let MAX RTH mode consider RTH altitude
2022-01-09 16:14:25 +01:00
Paweł Spychalski
e05feaaacd
Merge pull request #7655 from serg-2/bugfix/opflow_cxof_speed
Set speed for CXOF from configuration
2022-01-09 16:13:20 +01:00
Pawel Spychalski (DzikuVx)
9e0eb3227c Docs update 2022-01-09 10:49:01 +01:00
Pawel Spychalski (DzikuVx)
29f7cc6b1e Lower the Airmode throttle threshold 2022-01-09 10:46:51 +01:00
Paweł Spychalski
2d5225e0ad
Merge pull request #7731 from breadoven/abo_rth_sanity_basic_fix
RTH Sanity Checking Fix
2022-01-09 10:19:35 +01:00
breadoven
084c289101 Update navigation.c 2022-01-08 09:40:42 +00:00
Julio Cesar Matias
de9f28ffab
Merge branch 'iNavFlight:master' into PowerToSquare 2022-01-07 18:08:41 -03:00
JuliooCesarMDM
eff0aa3179 Change Power to Square 2022-01-07 17:44:24 -03:00
Olivier C
ac307dbe63 Changing the UP and DOWN symbols for the radar relative altitude display
The OSD font was changed before the PR was merged
2022-01-07 09:29:44 +01:00
Paweł Spychalski
1142c0478f
Merge pull request #7715 from OlivierC-FR/oc_osd
Changing the UP and DOWN symbols for the radar relative altitude display
2022-01-07 09:26:23 +01:00
Geoff Sim
97033dc714 Increase writes per tick to 10 to cater for AHI. 2022-01-05 15:44:13 +00:00
Geoff Sim
7b53278880 Optimise data transmissions 2022-01-05 07:59:31 +00:00
Olivier C
53923e9271 Changing the UP and DOWN symbols for the radar relative altitude display
The OSD font was changed before the PR was merged
2022-01-03 19:51:07 +01:00
yajo10
2305491ed9 Don't start motor with high throttle in the mid of the stick 2022-01-03 17:48:44 +01:00
JuliooCesarMDM
befe029329 [cli.c] Fix external Flash Memory 2021-12-28 17:04:57 -03:00
JuliooCesarMDM
451b9f9821 fix again 2021-12-27 16:00:08 -03:00
Pawel Spychalski (DzikuVx)
7afbf9f055 Version bump 2021-12-27 14:59:32 +01:00
Paweł Spychalski
c754b221f9 Merge pull request #7683 from iNavFlight/bkleiner-h7-spi-sdcard
h7: switch spi to LL implementation
2021-12-27 14:59:02 +01:00
Paweł Spychalski
d9a4f63349
Merge pull request #7683 from iNavFlight/bkleiner-h7-spi-sdcard
h7: switch spi to LL implementation
2021-12-27 14:58:22 +01:00
Geoff Sim
a0799feb78 Merge branch 'master' into HDZeroVTX 2021-12-27 11:06:28 +00:00
Geoff Sim
e62aa6c209 Merge branch 'master' into HDZeroVTX 2021-12-27 10:47:36 +00:00
JuliooCesarMDM
38c9377e21 [servos.c] 2021-12-26 20:39:08 -03:00
breadoven
44e51726e3 Update fc_msp_box.c 2021-12-24 23:55:37 +00:00
breadoven
672d65f1c2 Merge remote-tracking branch 'upstream/master' into abo_fix_modes_craft_type 2021-12-24 23:55:06 +00:00