esp-rs / embuild

Build support for embedded Rust: Cargo integration with other embedded build ecosystems & tools, like PlatformIO, CMake and kconfig.
Apache License 2.0
135 stars 38 forks source link

new bindgen with support for inline functions #75

Closed gopakumarce closed 7 months ago

gopakumarce commented 1 year ago

This is in the context of https://github.com/esp-rs/esp-idf-sys/pull/202 ..

ivmarkov commented 1 year ago

@gopakumarce With the upgrade of bindgen cargo clippy fails on the rustfmt conf. Can you fix this as part of this PR?

gopakumarce commented 1 year ago

@gopakumarce With the upgrade of bindgen cargo clippy fails on the rustfmt conf. Can you fix this as part of this PR?

@ivmarkov sorry I couldnt get to it earlier, ive fixed this now

gopakumarce commented 7 months ago

@ivmarkov could you pls approve this one ? Its basically just bumping upto a new version of bindgen thats about it

gopakumarce commented 7 months ago

Thx @ivmarkov whenever you get a chance maybe you can also make a crates.io version with the top of master