a121-rs
a121-rs copied to clipboard
Acconeer's A121 Rust Bindings
Unified error handling under RadarError and enhanced RadarConfig to support locked and unlocked states. Added functions for setting and retrieving various radar configurations with clear state requirements for safer API...
Currently modifying the config when the antenna is running does not behave like expected. The new configuration is not applied. Maybe there should be a mechanism to lock the config...
GCC 9.3.1 was used to build the Acconeer libraries. This specific version is from 2020, and GCC 9 went EOL in May 2022. The examples use the system `arm-none-eabi-gcc`, which...
Might be a good idea to make a tag for the current version released on crates.io. I think this commit is the point-in-time. a0200a2
Cross-posting this issue: https://github.com/esp-rs/esp-wifi/issues/438 I use another crate which wraps some C code. That crate and this crate both rely on the C functions listed in the title. When both...
Currently, the fetches the acconeer libraries and builds against them, but it would be way more interesting to generate stub libraries with the same symbols. The CI only needs to...