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

fix Raspberry Pi common barometer, IMU and magnetometer drivers #21940

Merged
merged 5 commits into from
Aug 8, 2023

Conversation

christianrauch
Copy link
Contributor

Solved Problem

This adds common barometer, IMU and magnetometer drivers to the default Raspberry Pi build and fixes their compile errors. Currently, it appears the "default" target uses board-specific settings. However, those should be stored in board-specific "px4board" files. Additionally, I am setting the "StrictHostKeyChecking" option in the upload script to skip an interactive dialog inside the Docker container.

Changelog Entry

For release notes:

- fix common drivers for barometer, IMU and magnetometer for POSIX
- add common drivers for barometer, IMU and magnetometer to default Raspberry Pi target
- add '-e "ssh -o StrictHostKeyChecking=no"' to simplify cross builds with Docker container

Test coverage

build & run test on Raspberry Pi

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants