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

227 commits

Author SHA1 Message Date
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
Paweł Spychalski
2612c135ee
Merge pull request #9856 from iNavFlight/dzikuvx-remove-killswitch
Remove killswitch
2024-03-29 18:12:55 +01:00
Pawel Spychalski (DzikuVx)
46ae6ff745 Remove killswitch 2024-03-25 21:34:19 +01:00
Pawel Spychalski (DzikuVx)
839f7c0fd0 Some updates to development docs 2024-03-23 12:33:04 +01:00
Jonathan Hudson
e4b95efd2b
[docs] update serial_printf doc (#9780) 2024-03-08 17:47:48 +00:00
Pawel Spychalski (DzikuVx)
d35a895ad3 7.1 mergeback 2024-03-02 19:33:27 +01:00
Paweł Spychalski
18ff0c0785
Merge pull request #9713 from Scavanger/AL-7.1
Fixed Wing Autoland
2024-02-13 21:01:24 +01:00
Jonathan Hudson
cd4495d0cd
Update mw xsd for autoland (#9723)
* update MW XML File schema definition for 7.1 Autland

* fix "approachdirection" type

* fix "approachdirection" type
2024-02-13 14:21:49 +00:00
Jonathan Hudson
c3b81d7870
update MW XML File schema definition for 7.1 Autland (#9721) 2024-02-13 09:59:50 +00:00
Paweł Spychalski
107f5706c6 Merge pull request #9702 from RomanLut/submit-dockerfile-fix
fixed dockerfile and updated docs
2024-02-08 08:50:18 +01:00
Scavanger
b8dcf95a75 Bugfix 2024-02-07 08:55:12 -03:00
Roman Lut
259fcd8b21 pass dummy user/group 1000 on windows host 2024-02-07 00:07:42 +01:00
Roman Lut
3a98eb3f9c fixed dockerfile and updaed docs 2024-02-06 17:17:07 +01:00
Jonathan Hudson
61d8b2fff4
[docs] update dbg-tool link in serial_printf_debugging.md (#9639) 2024-01-13 21:19:12 +00:00
Daniel
a376b7c575
Update Building in Windows 10 or 11 with Linux Subsystem.md 2023-10-27 20:06:56 +02:00
Daniel
45d98371ab
comment on how to clone specific INAV releases added 2023-10-26 13:06:02 +02:00
Paweł Spychalski
b6fb8842d9
Merge pull request #9346 from RomanLut/submit-docker-scripts-sitl
update docker build scripts
2023-10-20 14:19:21 +02:00
Roman Lut
ae0e9a0f91 fixed HITL docs 2023-10-07 19:16:47 +02:00
Roman Lut
a61a175107 Update Building in Docker.md 2023-10-06 01:13:36 +02:00
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