Publish on Crates.io
jonahbron opened this issue ยท 5 comments
Are there plans to publish each chip as packages to Crates.io? Or are we waiting until the project is more stable?
Yes, the plan is to publish this crate (and all the generated code in it) once the basic API choices have been battle tested. The biggest blocker right now is probably the missing interrupt handler implementation (#1).
Let's keep this issue open to track the effort.
Any other things we should definitely do before publishing?
From my side, the only missing thing is the #[entry]
macro and a little more documentation.
I think with the entry macro we're good to go. I want to try to implement SPI this week/weekend, but that's not a blocker. It's still useful and stable without it.
And it is done! ๐