Rahix
Rahix
@Patryk27, unfortunately it looks like we are still hitting the dreaded `error: out of range branch target` with `nightly-2024-10-11`? :disappointed: Just to check, I also tried `nightly-2024-10-12`, but I can...
No worries! Just ping me once the patch has hit nightly Rust, then I'll give it another shot :) Thanks for all your compiler work!
Updated to `nightly-2024-11-03`, but CI still reports the `error: out of range branch target` for some targets. Disabled `fail-fast` so we get the full list of failing targets - I...
Updated to 2024-11-05, still same targets failing... So I guess this is a new thing then? :sweat_smile:
Damn, nice work! > we can exploit the fact that AVR memory wraps, so instead of generating e.g. rjmp +5000, we can emit rjmp -3192 (cursed, but practical) haha, i...
@Patryk27, thanks again for your work fixing the latest iteration of the compiler error. I assume you're tracking when https://github.com/llvm/llvm-project/pull/118015 will hit rustc nightly? Just need to know when I...
Superseded by #634.
The Arduino Pro Micro has an ATmega32U4 microcontroller which speaks USB directly instead of having a UART connected to a separate UART-to-USB chip. You either have to connect a separate...
> Adding a read stops it from getting stuck. The intention is to _not_ do this because doing actual reads/writes can have side-effects for the remote devices. Ideally, we just...
@booti386, thanks for reviving the discussion here. Investigating your PR lead me to search for more clues in the official standardization. Unfortunately, not everything is entirely clear. Actually, I am...