Robin Mueller

Results 66 issues of Robin Mueller

Many I2C peripherals support a clock low timeout to prevent bus stalls/ hangups. I think this error variant would be useful.

Related issue: https://github.com/rust-embedded/embedded-hal/issues/577

Just a small thing: I require defmt support for embedded-can, and the crate already has that, but a new release is required

I have a few question and possibly improvement suggestions for the CAN library 1. Is there a special reasons why the CAN frame trait contains constructors? How would those be...

I wonder if this could be added to `cyme` (or is even supported already?). I have the following script: ```sh #!/bin/bash for sysdevpath in $(find /sys/bus/usb/devices/usb*/ -name dev); do (...

enhancement

Based on #226 . Like expected, not exactly trivial, but definitely a good learning opportunity. Let's see if async can actually simplify the complexity here.

This might simplify adding async trainings in the future. The radio module is still custom written to remain synchronous and builds on the nrf-pac. I tested the radio binaries as...

When running the USB-5 solution and then running cyme, the application crashes inside the usb-2 parser: ```rust rust-exercises/nrf52-code/usb-app-solutions on  main [$] is 📦 v0.0.0 via 🦀 v1.90.0 took 48s...