pyocd / cmsis-pack-manager

A Rust and Python module for handling CMSIS Pack files
Apache License 2.0
25 stars 33 forks source link

Release on crates.io #127

Closed Yatekii closed 3 years ago

Yatekii commented 4 years ago

Hi!

Any chance this is making it to crates.io with proper docs soon?

Best, Yatekii

theotherjimmy commented 4 years ago

Sure! What crates do you need published?

Yatekii commented 4 years ago

I think the correct answer here for me is all of them :P

I am writing https://github.com/probe-rs/probe-rs and I want to extract the flash blob from the CMSIS pack. Maybe you could quickly elaborate if that's even possible. Because in all honesty I didn't find much code which does this and I didn't fully see through what this collection of crates actually does =)

theotherjimmy commented 4 years ago

@Yatekii That's very possible. I think pyOCD can do it with the python wrapper of these packages. I'll release the 0.1.0 with modified crate names. Checking for collisions right now.

Yatekii commented 4 years ago

Great! Looking forward to it! If you could point me to the relevant bits once its out, that would be great :)

theotherjimmy commented 4 years ago

Yeah, I'll post links in this issue as I publish the crates.

Yatekii commented 4 years ago

Sorry to bug, but do you have an ETA on this? :)

theotherjimmy commented 4 years ago

I don't. Thanks for reminding me to do this

mathias-arm commented 4 years ago

Crate is now published at https://crates.io/crates/cmsis-pack let me know if there is an issue.