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

208 commits

Author SHA1 Message Date
Marcelo Bezerra
72612e5033
Fix typo 2023-10-03 19:38:56 +02:00
Marcelo Bezerra
a5afa0fe01
Update inav-configurator-next url 2023-10-03 19:19:52 +02:00
Marcelo Bezerra
f74b018866
Update PR testing Documentation 2023-10-03 19:18:24 +02:00
Wayne
230a85be27
Update Building in Windows 10 or 11 with Linux Subsystem.md
Removed "python-yaml" as it is now python3-yaml, which is apparently included with python3. Keeping "python-yaml" results in an error message, "Package python-yaml is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source"
2023-09-05 22:40:35 -07:00
Jonathan Hudson
dc3e9555d2
update document iaw current implementation (#9266) 2023-08-28 17:12:40 +01:00
Sensei
eb1b564c7e
How to test a pull request.md - minor typo 2023-07-11 13:51:06 -05:00
Marcelo Bezerra
84bef6c974
small formatting changes 2023-07-11 11:04:03 +02:00
Marcelo Bezerra
98a19e7d16
Add some documentation on how to test a PR 2023-07-11 11:00:12 +02:00
ryet9
1fe48fd5c2
Update Building in Windows light.md
Building in Windows light.md inav capitalized
2023-04-23 06:56:44 +10:00
ryet9
dfc0f753f0
Update Building in Vagrant.md
Building in Vagrant.md inav capitalized
2023-04-23 06:54:12 +10:00
ryet9
00b5d224dc
Update Building in FreeBSD.md
Building in FreeBSD.md inav capitalized
2023-04-23 06:41:20 +10:00
ryet9
68d1886da8
Update Building in FreeBSD.md
Building in FreeBSD.md inav capitalized
2023-04-23 06:40:03 +10:00
ryet9
8cb6147b49
Update Cmake usage.md
Cmake usage.md inav capitalized
2023-04-23 06:38:48 +10:00
ryet9
9816fde38f
Update Cmake usage.md
Cmake usage.md inav capitalized
2023-04-23 06:37:39 +10:00
ryet9
8dc3e3a489
Update Building in Linux.md
Building in Linux.md inav capitalized
2023-04-23 06:34:01 +10:00
ryet9
c63f866b98
Update mw-mission.xsd
mw-mission.xsd inav capitalized
2023-04-23 06:30:57 +10:00
pwnept
81ba7c01b7
Add pacman continue install note 2023-04-05 17:00:53 +07:00
pwnept
5c8e5ff773
Use branch name instead of tag, fix xpack link 2023-04-05 16:27:40 +07:00
pwnept
6d72ee3298
Merge branch 'iNavFlight:master' into master 2023-04-05 13:49:03 +07:00
pwnept
3a57ba0004
Add required MSYS2 version and troubleshooting
Also improved clarity
2023-04-01 17:46:43 +07:00
pwnept
5613250d6b
Fixes mistakes and updates the doc 2023-03-30 20:27:55 +07:00
HakSeung Wang
217bb27891
Update Windows 11 - VS Code - WSL2 - Hardware Debugging.md
need to modify command.
2023-02-22 13:53:42 +09:00
pwnept
c084d42399
Update Building in Windows 10 or 11 with MSYS2.md 2023-01-14 14:47:20 +07:00
pwnept
2a3a141745
Update Building in Windows 10 or 11 with MSYS2.md
Reformatted for clarity and updated descriptions.
2023-01-14 14:42:41 +07:00
Jonathan Hudson
1582b2140b
[doc] document changes introduced by #8446 (#8660) 2022-12-31 07:44:05 +00:00
Pawel Spychalski (DzikuVx)
12e5c90fd5 Drop IMU2 functionality 2022-10-23 09:47:13 +02:00
Pawel Spychalski (DzikuVx)
47d0c2286a Merge branch 'master' into dzikuvx0iNaV-LoL-FiXiNg-2 2022-10-17 10:08:42 +02:00
Jonathan Hudson
cdbd2b390a
fix "Blackbox Internals" encoding and update (#8431) 2022-09-29 08:46:59 +01:00
ryet9
d40c47253f
Update Building in Mac OS X.md
inav->INAV
2022-09-25 20:12:41 +00:00
ryet9
a5b7e3b038
Update Building in Linux.md
inav->INAV..where needed leaving cd inav for exampe... gawwd what did I start this...it's no longer funny...
2022-09-25 20:09:53 +00:00
ryet9
cd624b6d38
Update README.md
inav->INAV
2022-09-25 20:01:28 +00:00
ryet9
dcd00b1d20
Update serial_printf_debugging.md
inav->INAV
2022-09-25 19:59:19 +00:00
Pawel Spychalski (DzikuVx)
ef317763dd iNav to INAV 2022-09-21 11:05:02 +02:00
Roman Lut
8d0ecae6fc fixed typo 2022-08-23 00:34:38 +03:00
Roman Lut
88ad73837e
Update Building in Docker.md 2022-08-22 16:36:44 +03:00
Roman Lut
659784d271
Update Building in Docker.md 2022-08-22 16:20:13 +03:00
Roman Lut
f0687abeb1
Update Software In The Loop (HITL) plugin for X-Plane 11.md 2022-08-10 13:16:51 +03:00
Roman Lut
6894f1519a added documentation 2022-08-10 13:11:52 +03:00
PWN-GH
3df49a704f
Replaced targets link to official INAV repo
Replaced targets link from https://github.com/tednv/inav/tree/master/src/main/target to official INAV repo at https://github.com/inavflight/inav/tree/master/src/main/target
2022-07-24 00:51:27 -07:00
PWN-GH
b48adf56b9
Replaced iNav with INAV and correct typos 2022-07-24 00:48:05 -07:00
PWN-GH
64aebb362c
Update Building in Windows 10 or 11 with MSYS2.md 2022-07-19 05:13:15 -07:00
PWN-GH
a54e501d43
Added checkout with a tag instead of a branch
Changed default git command to checkout with a tag instead of a branch, but kept the old command as a comment. (i.e. release_5.0.0 branch does not exist)
Added where to find tags (Just in case).
Updated version numbers of iNav and ARM toolchain.
2022-07-19 05:08:30 -07:00
JuliooCesarMDM
03b5a2807d [Building in Linux.md] Fix Typo 2022-07-12 20:13:52 -03:00
JuliooCesarMDM
5094f6e7b2 [STM32F3] Remove everything else 2022-07-09 14:13:07 -03:00
Pawel Spychalski (DzikuVx)
9983f99d03 Drop F3 codebase 2022-05-26 19:56:59 +02:00
Jonathan Hudson
0772d4b894
update Development.md building / running unit tests (#7997) 2022-04-29 12:54:18 +01:00
Scavanger
905b6ff59f Another typo :( 2022-04-04 17:58:56 +02:00
Scavanger
eba59f4b03 Typo 2022-04-04 17:57:12 +02:00
Scavanger
9a48232a23 Hardware Debugging in Visual Stdio Code and WSL 2022-04-04 17:54:48 +02:00
ErNis
f37f39d79d
Update Windows 11 - VS Code - WSL2 - Hardware Debugging.md 2022-04-03 22:05:07 +03:00