Results 54 issues of Rahix

Right now, `atmega-hal` contains two custom implementations of `UsartOps` for two MCUs where the default impl doesn't work (ATmega8, ATmega128): https://github.com/Rahix/avr-hal/blob/7b3212216899d51a9ab3b63852264147ae642e84/mcu/atmega-hal/src/usart.rs#L116-L341 We should update the `impl_usart_traditional!{}` macro to support the...

help wanted

Maybe someone else has better GNU make skills than I have: Right now, the `GEN-VECTOR` step runs once for each chip. It would be better to only run it a...

buildsystem

I'm very unsure where we should go this route, but I want to at least raise the possibility. This PR adds a new prompt during project generation which asks the...

The `crc32` command in U-Boot unfortunately prints the character sequence `=> ` as part of its output. This character sequence is an often used U-Boot prompt, which means tbot's prompt-searching...

Add a `uboot_builddir` parameter which can be used to specify the location of an out-of-tree U-Boot build when such an environment is used. I do not have an environment to...

> If not, would it be feasible to implement it by extending the API like `uboot.testpy(source_dir, build_dir, ...)`? I agree that this needs to happen just as much so people...

feature

Right now, when an SSH connection fails, no useful error message is shown. If a user wants to find out why the connection failed, they have to retry in channel-debug...

has-workaround
feature
visuals

We should verify that output from `atdf2svd` is valid in regards to the SVD schema: https://www.keil.com/pack/doc/CMSIS/SVD/html/schema_1_2_gr.html

bug
help wanted

Example: `ATxmega128A1` Some ATDF files contain nested `` elements, for example: ```xml ... ... ``` These register groups are defined right next to this one, in the same ``: ```xml...

help wanted