You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 9, 2018. It is now read-only.
I understand that cu is focused around freestanding / bare-metal development being very low level. Similar in the approach Zinc.rs is using? I really appreciate the project as a learning resource and the value that provides.
I was curious if you might consider including content for higher level embedded use with Rust. I've read about Rust being able to interface with C code, although Arduino is not quite C from what I've read and Rust presently lacks C++ FFI support, I have seen projects that are using the header files and calling some Arduino methods(I'm not aware of what limitations exist). I haven't come across the same with mbed or if mbed OS(ARMs RTOS?) makes Rust anymore possible to use with their platform.
Until Rust on embedded builds more of an ecosystem, it would be great to utilize the Arduino or mbed community libraries. If you have a good understanding of how to go about this and any advantage/limitations that you could share on the topic, that'd be fantastic :) I think a section at least on this would be helpful if this becomes a go to resource for embedded dev.
I understand that
cuis focused around freestanding / bare-metal development being very low level. Similar in the approach Zinc.rs is using? I really appreciate the project as a learning resource and the value that provides.I was curious if you might consider including content for higher level embedded use with Rust. I've read about Rust being able to interface with C code, although Arduino is not quite C from what I've read and Rust presently lacks C++ FFI support, I have seen projects that are using the header files and calling some Arduino methods(I'm not aware of what limitations exist). I haven't come across the same with mbed or if mbed OS(ARMs RTOS?) makes Rust anymore possible to use with their platform.
Until Rust on embedded builds more of an ecosystem, it would be great to utilize the Arduino or mbed community libraries. If you have a good understanding of how to go about this and any advantage/limitations that you could share on the topic, that'd be fantastic :) I think a section at least on this would be helpful if this becomes a go to resource for embedded dev.