Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add secure mavlink #757

Merged
merged 2 commits into from
Sep 17, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -106,3 +106,6 @@
[submodule "src/modules/rust_module_example"]
path = src/modules/rust_module_example
url = [email protected]:tiiuae/rust_module_example.git
[submodule "src/modules/secure_udp_proxy"]
path = src/modules/secure_udp_proxy
url = [email protected]:tiiuae/secure-udp-proxy.git
2 changes: 1 addition & 1 deletion boards/ssrc/saluki-pi
2 changes: 1 addition & 1 deletion boards/ssrc/saluki-v2
1 change: 1 addition & 0 deletions clone_public.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ do
[[ "${repo}" == *secure_udp ]] || \
[[ "${repo}" == *rust_px4_nuttx ]] || \
[[ "${repo}" == *rust_module_example ]] || \
[[ "${repo}" == *secure_udp_proxy ]] || \
[[ "${repo}" == *process ]] && continue
git submodule update --init --recursive "${repo}"
done <<< "$(git submodule status | awk '{print $2}')"
1 change: 1 addition & 0 deletions src/modules/secure_udp_proxy
Submodule secure_udp_proxy added at c96b3c
Loading