Liarokapis Alexandros
Liarokapis Alexandros
It is sometimes useful to be able to change the version tag of a given symbol. One good example of this use case is a recent breaking change in Qt6....
Can you please package an installer for the gcc-arm-none-eabi toolchain ?
The STM32h745IIx is a cortex-m7/cortex-m4 dual-core variant. It appears that unless both cores are up and running "properly" then I cannot get any RTT connection. Attempting to connect fails with...
Hi there, thanks for the great crate. I propose adding validation functionality for the field definitions so that the specified bit-ranges cover exactly all specified register `SIZE_BITS` and so that...
This PR addresses #3003, revising the interface of the `I2S` driver to a ring-buffered one, similar to the `SAI` driver.
This PR adds async support to the `adc v4` driver through a new `read_async` method that takes an `ExactSizedIterator` of `AnyChannel` `mut` references along with their sample times. This can...
The Adc v4 peripheral includes a hardware oversampler. This PR adds an averaging interface that keeps most of the current interface backwards compatible while allowing for the common use-case of...
Currently, the `I2S` driver is just a small wrapper over the `SPI` driver, just enabling the `I2S`-specific configuration and then delegating to the `SPI` read/write functionality. I don't think this...
Foremost, thanks a ton for your great work! The HAL cannot cover all use-cases, and at some point users may need to access the registers directly. This can currently be...
It is often the case that closed-source binaries hard-code paths to global FHS locations. Currently, patchelf works for the very common case of ELF dependencies through shared linking but doesn't...