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 support for mavlink events interface #17244

Draft
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

peterbarker
Copy link
Contributor

Replaces #17133

@peterbarker peterbarker force-pushed the pr/mavlink-events-interface branch from c86a8cf to 097e0fb Compare April 27, 2021 04:39
@peterbarker peterbarker force-pushed the pr/mavlink-events-interface branch from 097e0fb to 0f12834 Compare September 22, 2021 23:52
@peterbarker peterbarker force-pushed the pr/mavlink-events-interface branch 2 times, most recently from b0ef4c3 to 5c588d4 Compare February 24, 2022 01:30
@peterbarker peterbarker force-pushed the pr/mavlink-events-interface branch from 5c588d4 to 09e5e6b Compare March 18, 2022 06:10
@peterbarker peterbarker force-pushed the pr/mavlink-events-interface branch from 09e5e6b to 476d252 Compare June 18, 2022 00:20
@peterbarker peterbarker force-pushed the pr/mavlink-events-interface branch from 476d252 to 1aed325 Compare December 6, 2022 23:38
@peterbarker peterbarker force-pushed the pr/mavlink-events-interface branch from 1aed325 to cacbfb5 Compare January 4, 2023 04:22
@peterbarker peterbarker force-pushed the pr/mavlink-events-interface branch from cacbfb5 to 7de4486 Compare January 15, 2023 22:32
@peterbarker peterbarker force-pushed the pr/mavlink-events-interface branch 2 times, most recently from 74d8cf7 to 00d4177 Compare July 18, 2023 04:35
@peterbarker
Copy link
Contributor Author

Really don't need the runtime generation of the data.

Add markup to the code where we can describe the event information.

Write a tool to extract that markup during the compilation process (probably about where we currently invoke chibios_hwdef.py?)

Include that file in ROMFS, or not, as the board dictates.

On the build server, copy the generated file into the build products directory so it URL included in vehicle binary can continue to work. TODO: we expire "latest" builds off the server so those URLs will break on "latest" builds all the time. Maybe always use the "latest" directory in those URLS in "latest" builds, rather than a git hash?

@peterbarker peterbarker force-pushed the pr/mavlink-events-interface branch from c8e7c6b to 0b8cde5 Compare August 8, 2024 02:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant