-
Due to this line: https://github.com/embassy-rs/embassy/blob/8954c053fbb0ce83d4bcdec4bf84a26874421696/embassy-stm32/src/rcc/h.rs#L578
`the trait `Display` is not implemented for time::Hertz`
-
If you copy/paste the code from [the RP2040 USB logger example](https://github.com/embassy-rs/embassy/blob/main/examples/rp/src/bin/usb_logger.rs) into a new project, it will not compile.
Here is t…
-
## Description
Hello guys. Thanks for your awesome job done here in implementing BLE satck in Rust.
Looks like I found an issue with the scan feature.
Some advertisment packets (`LeAdvReport`) a…
-
## Using `espflash`
Connecting the devkit to UART USB port, and using `espflash` for running:
```
make -f Makefile.dev ms
[...]
FlockResults { board_index: 0, res: ResultsData { target_status…
-
## Motivations
`embassy-net` simplified lifetimes/generics since `be0d977 (Sep 16, 2024)`. Sooner or later, esp-hal need to catch up.
After updating embassy-net, I'm unable to create `Stack: Driver`…
-
Currently testing the new low-power feature for the STM32U5(45RETxQ) (#3496).
When going directly to sleep (without a time set), the device wakes-up after ~30s of sleep (probably due to Overflow IR…
-
Current gatt service macro fills 0s as the `AttributeData`:
https://github.com/embassy-rs/trouble/blob/224f37194d593cd884f736c0f168b097f9b61a5d/host-macros/src/service.rs#L149
It would be very u…
-
I feel like this might be one last thing missing for embassy boot? I'd love to recommend embassy but generally all my projects will want encrypted DFU.
I am a regular MCUBoot user so I can see how it…
-
## Description
I am building and debugging (single-stepping) `embassy`'s `wifi_blinky` example app.
I set two breakpoints: first is the first statement within main and the second is the first state…
-
The [Embassy project](https://embassy.dev) imposes first-class `async` support in the Rust embedded world including wake-on-interrupt scenarios which may be extremely helpful in certain scenarios. Ala…