-
### Summary of this thread as of 2018-04-02
Current status of the DMA API design:
I think we have a clear idea of what the API should provide:
It MUST
- be memory safe, obviously
- expo…
-
Contributions to the Embedded Rust Ecosystem should be published under the same license as Rust itself, `embedded-hal` and `cortex-m-rtfm` which is:
> Licensed under either of
> * Apache…
-
- [ ] Architectural questions
- [ ] Split into low-level and high-level driver? If so, naming?
- [ ] Reuse existing driver as low-level driver? If so, how to deal with the fact that e-h 1.0 does…
-
```bash
$ git log -n1
commit 6a96e5cc86cbb888e3e11443a2b942fcff0fe669 (HEAD -> master, origin/master, origin/HEAD)
Author: luojia65
Date: Wed Apr 29 13:44:17 2020 +0800
Fix GPIO input
…
-
Even though the new `awesome-embedded-rust` project just started, it's already getting a bit unwieldy to read and edit so I'd like to split it up in more manageable chunks so for starters I'd like to …
-
I'm new to the embedded-hal ecosystem, so apologies if this is a dumb question. It may also have more to do with the PL022 hardware than this crate.
I'm trying to configure a TMC2130 stepper driver…
-
Hi Mike,
I think there was a thread in hal-discuss about this but shouldn't the example in the main page have an `ea:order` within the links section? like so:
``` json
{
"_links": {
"sel…
-
I have the following code:
```rust
let display = Display7in5::default();
let char_style = MonoTextStyleBuilder::new()
.font(&embedded_graphics::mono_font::ascii::FONT_10X20)
…
-
Really just notes from a few hours spent with the SPI-driven WS2812 (neopixel) crate.
1. We currently implement embedded-hal 1.0's [SpiBus](https://docs.rs/embedded-hal/latest/embedded_hal/spi/trai…
-
Componenten moeten in UpperCamelCase (== PascalCase) worden opgenomen: DD1.3.
Maar in strijd daarmee nemen we bepaalde componenten op met een underscore: DD1.11: _enum en _tabel
In de praktijk d…