-
I just built the latest from the `avr-support-upstream` branch the other day (6a48e6e267bd295565633f4f432d1c809219df10). When compiling another library (avr-hal), it tries to build `core` and fails.
…
-
![image](https://github.com/Rahix/avr-hal/assets/71348842/1c2be5c5-c27e-4481-9bcf-d6a46cbe1b6d)
``` rust
#![no_std]
#![no_main]
use arduino_hal::clock::MHz16;
use arduino_hal::hal::delay::Delay…
-
Hi,
I tried to compile the template, but it failed. I tried it on Lubuntu 20.04 64 bit and on Ubuntu Mate 18.04 on a Odroid N2. I also tried the blink example with the same result. I followed the ins…
-
I am trying to build Rust for AVR following shepmaster's blog post series (the last being http://jakegoulding.com/blog/2016/05/27/rust-on-an-arduino-uno-part-6/).
I wrote a Dockerfile for reproduci…
-
Hi,
Over here is this seen:
```text
$ cargo +nightly publish
Updating crates.io index
Packaging avr_delay v0.4.0 (/home/gs0604/src/rust/RustAVR/delay)
Verifying avr_delay v0.4.0 (/ho…
-
_Originally reported in #535._
Due to a change in `proc-macro2` version `v1.0.80`, the toolchain version we use is no longer supported (see https://github.com/dtolnay/proc-macro2/issues/451). To r…
Rahix updated
6 months ago
-
Right now we use the CRT and other bits from `avr-libc`. Let's rewrite it in Rust, also to support devices which `avr-libc` currently does not support.
Rahix updated
3 years ago
-
code to reproduce at https://github.com/faithanalog/rustc-avr-bug-repro
searched nightlies: from nightly-2022-06-05 to nightly-2022-09-15
regressed nightly: nightly-2022-06-27
searched commit ran…
-
A couple of feats that could showcase [rust-embedded promise of easy MCU re-targetting](https://oxidizeconf.com/sessions/next-arduino/):
1. Port to espressif PoC with their new HID support: https:/…
-
Hi, I'm trying to build this repo but I get all sorts of compilation issues, mostly things like this:
```
error[E0463]: can't find crate for `core`
|
= note: the `avr-atmega328p-14594304710873…