Brandon Matthews
Brandon Matthews
I believe that another apparent example of this is in the LPC43xx SVD: ```xml RESUME_DETECTED/DRIV Resume detected/driven on port. 1 ``` The slash is passed without being sanitized: ```rust pub...
The main components to getting Rust working with an existing RTOS are, imo: - building an RTOS as a library: this might be slightly out of scope, but if we...
I spent some time adding DMA support to the stm32l4x6_hal crate, and wanted to add some notes. I attempted to use the Transfer and CircBuffer abstractions with serial ports and...
Got rid of the .gitignore line, should be gtg.
I'm running into a similar issue (and have discussed it in mozilla#rust-embedded). In my current, specific case, multiple peripherals need to rely on a configurable clock, and the peripherals must...
I spent some time scratching this itch, and I think I've come up with a decent solution. It is an implementation of the concepts discussed [here]( https://bot.tockos.org/tockbot-moz/embedded-bot/msg/116041/). This seems like...
@Rahix I wanted to illustrate the approach more than a specific solution, namely that of decoupling the bus _itself_ from operations _on_ the bus, as well as experiment with the...
Sorry, I don't follow. We've been using this internally for a bit now. Does it need something to be ready for merge?
@bdwyertech, thanks for the report. I'm unfortunately no longer in a position to test this, but did you have any success with [different values](https://docs.microsoft.com/en-us/azure/active-directory/develop/active-directory-v2-protocols-oauth-code#request-an-authorization-code) for `prompt`? Thinking about it, it...
Not at the moment - the "errors" aren't really errors, I just used "error reporting" channels to expose them. You can safely ignore them.