-
Firstly, good job writing a SPI driver for this hardware. I had a question though: why is your embedded-hal so old? Is it recommended to not use the newer version? Are programs using the newer version…
-
Not sure, which place is more suitable for this question -- here or the [ZF HAL issues page](https://github.com/zfcampus/zf-hal/issues)...
I'm working at an Apigility driven application with followin…
-
I think the lock-api crate has a lot of potential in embedded, but right now it has a limitation that implementations of `RawMutex` must provide an `INIT` constant value.
Some MCUs have their own …
-
Hi @ryankurte,
I am working on bindgen'ing OpenThread (https://gitlab.com/markushx/opentrust/) and am looking for an easy way to fulfil its required platform functions.
Several questions:
* Wou…
-
I have been working on some examples using different `setup()` functions for different `stm32*xx_hals` and then common application code. Some time ago I put aside the serial dma examples because the d…
-
Bijvoorbeeld in de resource van een ingeschreven natuurlijk persoon bij de BRP-bevraging kunnen de relaties partner(schap), ouders en kinderen embed worden opgenomen met gebruik van de expand-parame…
-
I'm trying to use compiletest for a `#[no_std]` crate. Because the crate contains examples that need to be built for an embedded platform where `std` is not available (thumbv6m-none-eabi), I needed to…
-
First: Brilliant work! Really a gem in the Open Source world.
I want to use your code on STM32 to read out and plot encoder data. I think I understood the most steps how to make the solution. But I s…
-
Part of https://github.com/rust-embedded/wg/issues/383
Blockers:
* [x] rust-embedded/cortex-m-semihosting#49 – `interrupt::free` is not enough to access `static mut` safely
-
Hello,
Please forgive my ignorance, I'm pretty new to Rust and embedded programming as a whole, so this might (or might not) be a silly question.
I'm trying to program an Attiny85 using the [Trink…