-
All traits with unconstrained associated types have been removed as we prepare the 1.0.0 release. We are aware that this will be problematic in the short term but agreed it is the best way forward for…
-
the time units stuff (hz, khz, mhz) seems oddly placed in a device-specific hal.
Probably it better belongs in embedded-hal or somewhere else where it can be used by all devices?
-
### Board
ESP32H2 Dev Module
### Device Description
Only the Chip module
### Hardware Configuration
No external connections
### Version
latest master (checkout manually)
### IDE Name
Arduino
…
-
Currently, the specification closely follows the one from `embedded_hal`. There are some differences with [the Zephyr API documentation](https://docs.zephyrproject.org/latest/hardware/peripherals/i2c.…
-
There are compilation warnings on master due to missing `storm32` feature.
The code-gen generates a `storm32` cfg attribute, since this dialect is described in the mavlink message definitions, howe…
-
**Describe the bug**
Compilation of `JLINK_MONITOR_ISR_SES.s` fails when compiling with clang.
```
[966/1082] Building ASM object zephyr/CMakeFiles/zephyr.dir/projects/github/ncs/modules/debu…
-
### Current Behavior:
bluetooth audio does not work until stopping sysbta aidl service then restart bluetooth hal
### Describe the bug
~~persist.bluetooth.system_audio_hal.enabled=1 is embedded…
-
I am working on a specific epd which requires to read data from the MOSI line after sending a command but switching the CS pin between each byte. It's unclear to me if this is even achievable with the…
-
## Rationale
I’ve digged into Rust Embedded a few weeks ago, after lurking at it for some time. Before to say anything else, I want to thank you so much for your incredible work. The ecosystem is s…
-
Things are a bit stuck at the moment. I've locked the embedded-hal library to exactly 0.2.2 to avoid warnings about using deprecated functions until the Linux Embedded HAL catches up (I hit some probl…