-
In old versions of this extension, there was a HAL bundle
Do we need this?
-
I have trouble getting the integration test to work. I have two radios hooked up to the SPI0 bus on a Raspberry Pi and I can use both of them (but not at the same time) with the sx127x-util tool witho…
-
I'm trying to get this to work with `esp32` using `esp-hal` (the `no_std` version of `esp32` rust framework) and I can't get a simple application to compile.
I noticed that this library is based on…
-
Hello! Long time listener, first time caller.
I'm looking to add support to CircuitPython for the NFC tag functionality of the nRF52 devices. I've been using the functionality for a short while now…
-
Hi,
There's much confusion around the state and direction of embedded-can:
1. The stm32 fdcan project has [commented it out](https://github.com/stm32-rs/fdcan/blob/7955ae21bca3b7556b5d810a3bfae8…
-
**Describe the bug**
I'm getting the error below when trying to build the light example for esp32c6. I'm using branch release/v1.3.
Looking at the last build report this also seems to be broken on m…
-
Most pin functions (`is_high()`, `set_low()`, etc.) return results, which are virtually always infallible, but we are still forced to unwrap them which is a very unfortunate and bad design smell.
I…
-
Hello,
Why the linux dead after i run start in halcmd in few seconds
execute hal cmd as follow,
loadusr -W lcec_conf driver.xml
loadrt lcec
loadrt threads name testing period1=1000000
addf…
-
Using latest released version, any program linked against libpsm2 would take additional 15s before actually running. This happens on machines without hfi1 devices. Simplest way to reproduce this issue…
-
All examples seems to put all code in the main() function, and demonstrate some static condition happening once. However, this does not reflect any _real_ use cases, and I struggle really hard to impl…