-
I've just started a new std project, following the instructions in https://esp-rs.github.io/book, and I'm having trouble getting the template to compile.
I've created the template using `cargo gene…
-
Hi,
I'm toying with a HID device and I'd like to also log to a serial port.
All the current examples I've seen only implement one USB endpoint.
Looking at `UsbDevice::build` - it consumes the D…
-
Apparently, the RP2040 chip has a unique board ID somewhere fetched from the flash chip (https://github.com/raspberrypi/pico-sdk/blob/master/src/rp2_common/pico_unique_id/include/pico/unique_id.h).
…
-
Hey,
I know that I (and many other people as well) asked about `crates.io` repository before, but this issue is a bit different because the crate `embassy-time` seems to be updated there. Attemptin…
-
I am trying to get https://github.com/embassy-rs/embassy/blob/master/examples/nrf52840/src/bin/blinky.rs running on a https://www.seeedstudio.com/Seeed-XIAO-BLE-nRF52840-p-5201.html
These boards ar…
-
Dear all,
while trying to compile the blinky example for a Seeed XIAO BLE, I stumbled over the provided `memory.x` file, which has a `RAM:` line which does not cater for the softdevice, although th…
-
I had this base project that previously compiled without problems but I deleted the target folder and the Cargo.lock file and since then I have not been able to compile it again
```Toml
[dependenc…
-
I don't know if I am missing something obvious but the temperature returns in the rp/adc example is very wrong
```
INFO Pin 26 ADC: 4095
└─ adc::____embassy_main_task::{async_fn#0} @ src/bin/adc…
-
hey could use some advice on why this is happening.
```rust
struct EmbassyTimer;
impl picoserve::Timer for EmbassyTimer {
type Duration = embassy_time::Duration;
type TimeoutError = emb…
-
I haven't touched my code in a couple of weeks. I was about to make some changes to incorporate a new crate I wrote, and I thought I'd start by just running my old code. However, my unchanged code won…