-
Notifications
You must be signed in to change notification settings - Fork 99
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Embedded WG Newsletter #5 #93
Comments
uX (pronounced: unsigned X) is a library which aims to handle the problem of using a larger container for non-byte-aligned types once and for all. The only stabilization (1.0) blocker is a sensible way of construction, and due to the policy of not adding features not available for rust built in types (u8, u16, etc) breakage (after 1.0) will only happen if rust stdlib breaks. |
|
I've added a new device crate made using svd2rust -> form -> fmt for the nRF52840 .I eventually got it working - with a little help from @jamesmunns - on my dev board. |
Note to self: https://github.com/jkarns275/stdgba |
stdgba has some really strange code, e.g. this. |
Note to self: https://www.219design.com/rust-on-the-stmicro-nucleo/ |
Long ago, I wrote a library that lets you put UTF-8 text in a ring buffer, and extract it from there as a |
I have created a svd2rust device for nRF51822 @ https://github.com/krk/nrf51822 |
@krk NB: There're at least two more of those now, one here by me: https://crates.io/crates/nrf51 and an outdated one by japaric. I'd be happy to let you collaborate on that one and/or the hal implementation I've created: https://crates.io/crates/nrf51-hal . |
@jamesmunns I didn't think anyone would ever read leave alone post my stm32f042 blinky example. 😅 |
Proptest 0.7.0 now has no_std and alloc support. |
@memoryruins That was fun, and my work on doing the same for regex and its ecosystem is well under way , though currently on pause as we consider whether the use of the |
@ZackPierce wow! it's well appreciated :) |
Reporting issue for the next Newsletter, roughly scheduled for
2018-05-12
.@japaric I would like to move the publishing of the newsletters to Saturdays, as I often do not have time to prepare them during the week.
If we would like to keep the publishing of the newsletters during the week, we may want to officially publish the following Monday. Let me know if you would like to discuss.
The text was updated successfully, but these errors were encountered: