mavlink / rust-mavlink

MAVLink library for Rust.
https://mavlink.github.io/rust-mavlink/mavlink/
Apache License 2.0
158 stars 79 forks source link

Emit extensions #248

Closed pv42 closed 3 months ago

pv42 commented 3 months ago

Fixes emit-extensions and emit-descriptions features not being used by mavlink-bindgen (#246). This requires a (none breaking) bump in version since fixes in the mavlink crate require newer versions of mavlink-bindgen/mavlink-core crates. To ensure test work this required adding the path specifications for the dependencies within this crate.

Fixes missing storm32 dialect feature.

amsmith-pro commented 3 months ago

Looking forward to this as well, thank you

pv42 commented 3 months ago

I was originally under the impression storm32 was just overlocked and since it generated a compiler warning I just added it. But #165 indicated it was intentionally left out. It also probably should never have been in this unrelated PR. Therefore I removed it.

patrickelectric commented 3 months ago

@pv42 can you rebase over master ? It appears to contain conflicts.

pv42 commented 3 months ago

Fixed the conflicts with 0fb0e2e.

pv42 commented 3 months ago

Should be properly rebased now.