Rahix
Rahix
PR #522 introduced a `Ravedude.toml` manifest for configuring ravedude. This needs to be documented for users. We need to decide on where this documentation should be placed. I personally am...
The current design of the baseplates with a sharp edge at the top of the base plates is not ideal for printability. Slicers try to approximate this sharp edge with...
The next version of avr-device will bring [quite a few breaking changes](https://github.com/Rahix/avr-device/blob/main/CHANGELOG.md#unreleased), mainly due to the upgrade to a newer version of svd2rust. This PR includes all the necessary changes...
During development, a panic handler that actually shows the panic message is very important. In practice, this usually means printing the message to serial/UART, as demonstrated in this example: [`uno-panic.rs`](https://github.com/Rahix/avr-hal/blob/main/examples/arduino-uno/src/bin/uno-panic.rs)...