Guillaume P.
Guillaume P.
https://github.com/simmsb/keyboard This is a corne firmware on Nice nano using keyberon. Note that you don't have a working BLE keyboard in rust as far as I know, so you'll have...
Hi. Thanks for the PR. Do you know of any compatibility layer with 0.2? and state of hal migration?
Thanks
Keyberon is a library, so it doesn't enable any fancy thing. Without a probe, you can create a serial usb line, and log what you want in it. Every keyberon...
looks like https://github.com/rgoulter/keyboard-labs/blob/master/firmware/keyberon/src/bin/minif4-36-rev2021_1-rhs.rs use a HID and a serial usb endpoint at the same time, might be an interesting base.
I agree that it would be better to have a Debugger type state.
I agree debug device seems better.
Sorry I can't find any way to implement DisableWatchdog. Sorry for the noise.
I didn't see, but that's 'just' implement the `embedded_hal::Pwm` trait.
You can fork and experiment, but it will not be official as this crate run on stable. Also, with ? Supported by option, and normal iterator chain, this crate is...