Adam Greig

Results 55 issues of Adam Greig

After #232 there are a few outstanding issues: * Should any other (or all) cache maintenance operations be rewritten in assembly? * This is necessary if the branch instructions inserted...

This PR adds a CRC generator to the stdlib. It supports the full set of Williams/Rocksoft model parameters, which in practice means it should be able to generate and validate...

The awesome-embedded-rust list has grown a lot over the last few years and it might be time to think about how we could reorganise the crates to help make it...

Now that Rust 2018 is almost upon us, embedded Rust crates can hope to start working on stable Rust. We should update the awesome-embedded-rust list to track which crates do...

It turns out it's legitimate for CMSIS-DAP devices to just put that in an interface string, even though most put it in the product string too (as required for non-composite...

It would be nice to have something like `--verify` which reads back all written flash and checks it was written correctly. In GDB you can do this with `compare-sections` for...

enhancement
good first issue

Related to #1. We won't block the book on this, but it would be great to have some examples to point at and documentation around integrating Rust with common RTOSs....

help wanted

Related to #1. We won't block the book on this but it would be useful to develop and collate resources on integrating Rust (and Cargo) with build systems such as...

help wanted

We should add links back to the main bookshelf (docs.rust-embedded.org) and to the [FAQ](https://rust-embedded.github.io/bookshelf/faq.html) to the front page of the embedonomicon.

help wanted

The SVD for STM32L4x1,4x2 contains a USB_SRAM "peripheral", and a USB_FS peripheral which derives from the USB_SRAM peripheral. Unfortunately this isn't correct: USB_FS should have all the registers inside USB_SRAM...

stm32l4