-
Notifications
You must be signed in to change notification settings - Fork 99
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Embedded WG Newsletter 8 #121
Comments
Reach out to people behind https://uavcan.org/Implementations/Uavcan.rs/ ? |
@jamesmunns I'm the one that has been working on the uavcan.rs project. I guess it's me and/or Pavel Kirienko (the uavcan protocol maintainer) you're looking for. Anything I can help with? |
The Rust port of MUSL libm is done. The libm crate can be used in standalone mode to get math support in #![no_std] code. |
I just start to add ARM DSP Intrinsics on rust/stdsimd on official repo. (2 PR and ~15 intrinsics) |
https://droogmic.github.io/microrust I have been working on a rewrite of the Discovery book, targeting the micro:bit. It is more than just a simple port though, so it may be of some interest to the WG when they write their embedded book. The benefit vs Discovery is an attempt at a simpler and more beginner friendly, as well as only requiring one piece of hardware, the micro:bit itself (which should be easier to source and cheaper). It is now at what I consider to be a first "beta" version, so there are still a lot of additions to make. |
Related to the ARM DSP intrinsics: The CMSIS intrinsics have also landed in nightly (cf. rust-lang/stdarch#518). We should ask the community to test those too. Both the DSP and CMSIS intrinsics should appear in the nightly API docs but they don't show up there yet for some reason. If the nightly docs get updated before the weekend let's include a link to that in the newsletter; if they don't then we should include a list of the intrinsics in the newsletter. |
We are replacing some of the f32 functions in libm with ports of newlib's implementations to get better performance on devices that don't support double precision floats. If you are interested in helping us with the port leave a comment in one of these issues. |
Regarding to #121 (comment) and #121 (comment), #63 (comment) has a more detailed update on the topic of stable Cortex-M/R specific instructions. |
Initial CI harness has landed, and |
Hey @kjetilkjeka, I just ran across Thanks for reaching out |
I finally extracted the code I've been using to display hex digits on an 8-segment display HDSP-H101 (one of these: https://i.imgur.com/DmLOQXu.jpg) into this crate: https://crates.io/crates/eight-segment |
Help wantedWe are looking for someone / people to help us write an RFC on stabilization of the ARM Cortex intrinsics in core::arch::arm. Details in #63 (comment). |
https://twitter.com/jam_waffles/status/1022837939041132545 embedded_graphics release |
https://twitter.com/roosmaa/status/1022457886885244929 Rust on a Ledger Nano |
https://twitter.com/ag_dubs/status/1022191996293865472 cargo-generate - useful for Embedded Rust Projects? |
https://twitter.com/therealjpster/status/1021873858826194947 Monotron looking for feature suggestions |
Reporting issue for the next Newsletter, roughly scheduled for
2018-07-29
The text was updated successfully, but these errors were encountered: