-
Is there a canonical way to share SPI devices that are on the same bus using `embedded-hal-bus`?
All variants of shared SPI devices seem to follow a pattern like this:
- create a SPI bus
- wrap…
-
We need to support dynamic functions (actors) on embedded devices.
Those devices might only support a subset of the functionality of the larger devices.
This requires a suitable runtime.
-
Is it possible to add a crate to this database which supports several different devices? I've recently been working on a more generalized [driver crate called embedded-devices](https://github.com/oddl…
-
I am working on a project to get Nim with Arduino libs running on an ESP32 and have had a few minor successes, though successes nonetheless. I am looking to further the project with Arduino/C/C++ libr…
-
chat w/gpt: tried to think of how to integrate existing codebases with the rsc (complicated but perhaps a good idea?) alternative is we run our own codebase and only rely on external frameworks for no…
-
### Is there an existing issue for this bug?
- [X] I have searched the existing issues
### Required Troubleshooting Steps
- [X] I have followed these troubleshooting steps
- [X] I have tried both v…
-
## Motivations
The I2C hardware can be used to speak SCCB which is a protocol similar to I2C used to speak to cameras.
`esp-hal` currently abides by `embedded-hal::i2c`'s ack rules but those rules…
-
### What is the version?
3.3.9-3.6.1-ubuntu22.04
### What happened?
Hi there,
We are deploying the exporter version 3.3.9-3.6.1-ubuntu22.04 on in Docker on ECS. The task is configured with CAP_SYS…
-
The CMakeLists is now used to create a few executables with different settings.
It can't however be used as a static library right now which is usefull for embedded devices.
being able to do
…
oedze updated
19 hours ago
-
Request for addition of an option to turn on flow control for hardware controlled serial ports either using a flag or by passing a [serial.rs485.RS485Settings](serial.rs485.RS485Settings) object to Sh…