-
There seem to be modifications to many of the firmware that I didn't see mentioned in the paper or documented in the readme/wiki.
## Commented changes
Looking at some of the firmware, there are co…
-
# Reasoning
Considering that embedded_hal is moving towards a 1.0.0 release, it might make sense to slowly start migrating or prepare to migrate this project to embedded_hal 1.0.0 as well, to stay up…
-
In general, EasyDMA does not work with items in Flash, e.g. a `&'static str`. From the datasheet:
> EasyDMA is an easy-to-use direct memory acc s module that some peripherals implement to gain dire…
-
## Brief Summary
Rust allows for easily sharing code. Unlike with C, there is a public registry from which we can (and already do) use crates.
Rust also has [ideas on hardware abstraction and port…
-
I'm in an embedded software class and decided to do the assignments in Rust with the help of this crate, so I have a bunch of minimal examples doing things like reading from a DHT11 temp sensor, using…
-
### Terms
- [X] Checked the [existing issues](https://github.com/LELEC210X/LELEC210X/issues?q=is%3Aissue+label%3Adocumentation+) and [discussions](https://github.com/LELEC210X/LELEC210X/discussions) …
-
Hi!
I have been messing around w/ the esp and would like to add a hal impl for the hardware hmac signing / DS on the esp32 c3 (and more). I assume that would happen in `esp-idf-svc`, but I'm openin…
-
SPI would benefit from half-duplex comms *(SPI control register 1: BIDIMODE)*.
I realize this trait is missing in embedded-hal. I could potentially try to figure this out and bodge a prototype. But…
-
Embedded-hal has hit a RC and is looking for final feedback. It may be worth starting to port the stm32 crates to help locate any flaws.
See https://github.com/rust-embedded/embedded-hal/issues/177…
-
Some libraries (for example, pn532) rely on implementation of i2c::Transactional from embedded_hal.