2 Open Issues Need Help Last updated: Jun 22, 2025

Open Issues Need Help

View All on GitHub

AI Summary: The task requires modifying the `embassy-nxp` crate to make it more generic for NXP boards. Instead of using `lpc55` by default, it should require a feature flag (e.g., `lpc55`) to select the specific NXP chip, mirroring the approach used in `embassy-stm32`. This involves refactoring the crate's code to conditionally compile based on the selected feature.

Complexity: 4/5
good first issue

Modern embedded framework, using Rust and async.

AI Summary: The task involves configuring the `log` crate to utilize the `defmt` logging backend within the Embassy embedded framework, specifically targeting LPC55 microcontrollers. This requires ensuring compatibility and proper functionality of `defmt` for the LPC55 architecture, potentially involving adjustments to the `defmt` configuration or Embassy's HAL for LPC55.

Complexity: 4/5
good first issue

Modern embedded framework, using Rust and async.