-
### Code
```Rust
#![no_std]
#![no_main]
#![feature(asm_experimental_arch)]
use core::{panic::PanicInfo, arch::asm};
#[panic_handler]
fn panic(_info: &PanicInfo) -> ! {
loop {}
}
#[no_mangle]…
-
```
What change would like to see?
The avr-gcc in the new 1.0 beta is still at 4.3.2 - while gcc now has had
releases 4.5.3 and 4.6.1 for several months.
Why?
The upcoming 1.0 release already intr…
-
```
What change would like to see?
The avr-gcc in the new 1.0 beta is still at 4.3.2 - while gcc now has had
releases 4.5.3 and 4.6.1 for several months.
Why?
The upcoming 1.0 release already intr…
-
```
What change would like to see?
The avr-gcc in the new 1.0 beta is still at 4.3.2 - while gcc now has had
releases 4.5.3 and 4.6.1 for several months.
Why?
The upcoming 1.0 release already intr…
-
Hi,
I am having quite a trouble figuring out how to compile the HV firmware from source. I tried following your custom toolchain, which finishes succesfully, however when I try to use:
`make -f Mak…
-
avr-g++ --version
avr-g++ (GCC) 4.5.3
-
```
What change would like to see?
The avr-gcc in the new 1.0 beta is still at 4.3.2 - while gcc now has had
releases 4.5.3 and 4.6.1 for several months.
Why?
The upcoming 1.0 release already intr…
-
Rebase firmware in order to:
- Use hardware registers as much as possible
- Implement our own I/O and Serial tools
- Possibly change build tool from arduino-cli to gcc-avr
-
```
What change would like to see?
The avr-gcc in the new 1.0 beta is still at 4.3.2 - while gcc now has had
releases 4.5.3 and 4.6.1 for several months.
Why?
The upcoming 1.0 release already intr…
-
```
What change would like to see?
The avr-gcc in the new 1.0 beta is still at 4.3.2 - while gcc now has had
releases 4.5.3 and 4.6.1 for several months.
Why?
The upcoming 1.0 release already intr…