-
Notifications
You must be signed in to change notification settings - Fork 13
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
Rust module support #732
Rust module support #732
Conversation
ee25b02
to
c55a6f6
Compare
39c092e
to
00c34e5
Compare
Now added the rust module support into the existing cmake/px4_add_module.cmake file, rust module can be configured in cmakelists file like that:
|
Note, that local build env does not need any Rust build support in case there is no rust module enabled in defconfig file. So no local env changes needed for those developers who don't work with rust components. |
c57a974
to
3cf65e4
Compare
Rust parts moved to separate repos and added as submodules |
Basic Rust module build support
Rust compiler setup
cmake support for px4 rust module creation
Dockerfile modifications for Rust build in CI
Submodules: