Skip to content

Commit

Permalink
Change mavlink branch submodule.
Browse files Browse the repository at this point in the history
  • Loading branch information
Noah Sprenger committed Jul 20, 2024
1 parent 38dd705 commit 876a387
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mavlink/mavlink
Submodule mavlink updated 43 files
+40 −0 .editorconfig
+69 −0 .github/workflows/docs_build_and_deploy.yml
+24 −4 .github/workflows/test_and_deploy.yml
+1 −9 .gitignore
+77 −238 CMakeLists.txt
+3 −0 MAVLinkConfig.cmake.in
+39 −6 README.md
+0 −8 cmake/.gitignore
+0 −1 cmake/WELCOME.txt
+0 −32 cmake/arkcmake/DefineCMakeDefaults.cmake
+0 −90 cmake/arkcmake/DefineCompilerFlags.cmake
+0 −1,497 cmake/arkcmake/ExternalProjectWithFilename.cmake
+0 −26 cmake/arkcmake/MacroCheckCCompilerFlagSSP.cmake
+0 −19 cmake/arkcmake/MacroEnsureOutOfSourceBuild.cmake
+0 −19 cmake/arkcmake/updateArkcmake.py
+ cmake/mavlink.bmp
+ cmake/mavlink.png
+3 −3 component_metadata/parameter.schema.json
+0 −1 config.h.in
+4 −3 doc/README.md
+21 −21 doc/mavlink_gitbook.py
+1 −1 doc/mavlink_to_html_table.xsl
+16 −13 doc/mavlink_to_html_table_gitbook.xsl
+1,284 −0 doc/mavlink_xml_to_markdown.py
+2 −0 doc/requirements.txt
+11 −0 examples/c/CMakeLists.txt
+22 −0 examples/c/README.md
+171 −0 examples/c/udp_example.c
+0 −1 examples/linux/.gitignore
+0 −21 examples/linux/README.md
+0 −219 examples/linux/mavlink_udp.c
+2 −2 mavgenerate.py
+29 −3 message_definitions/v1.0/all.xml
+2 −4 message_definitions/v1.0/ardupilotmega.xml
+418 −201 message_definitions/v1.0/common.xml
+66 −0 message_definitions/v1.0/csAirLink.xml
+287 −72 message_definitions/v1.0/development.xml
+1 −1 message_definitions/v1.0/matrixpilot.xml
+13 −4 message_definitions/v1.0/minimal.xml
+1 −47 message_definitions/v1.0/storm32.xml
+0 −7 pc.in
+1 −1 pymavlink
+13 −3 scripts/update_c_library.sh

0 comments on commit 876a387

Please sign in to comment.