diff options
| author | sodo <[email protected]> | 2025-02-21 22:37:58 +0900 |
|---|---|---|
| committer | Dario Nieuwenhuis <[email protected]> | 2025-03-12 21:12:15 +0100 |
| commit | 59370cde280ea7e86821b430b4adb22a7343315c (patch) | |
| tree | 3a8e33d8c996102462d9f4e5fa41340f75cbff80 | |
| parent | 6cc566645eade9319b02a0ef444bfc4060e128e8 (diff) | |
avr: Change ci-nightly target from `avr-unknown-gnu-atmega328` to `avr-none`
Related to: https://github.com/rust-lang/rust/pull/131651
Signed-off-by: sodo <[email protected]>
| -rwxr-xr-x | ci-nightly.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ci-nightly.sh b/ci-nightly.sh index e48ad2323..c0a2482e7 100755 --- a/ci-nightly.sh +++ b/ci-nightly.sh | |||
| @@ -22,4 +22,4 @@ cargo batch \ | |||
| 22 | --- build --release --manifest-path embassy-executor/Cargo.toml --target riscv32imac-unknown-none-elf --features nightly,arch-riscv32,executor-thread \ | 22 | --- build --release --manifest-path embassy-executor/Cargo.toml --target riscv32imac-unknown-none-elf --features nightly,arch-riscv32,executor-thread \ |
| 23 | --- build --release --manifest-path examples/nrf52840-rtic/Cargo.toml --target thumbv7em-none-eabi --artifact-dir out/examples/nrf52840-rtic \ | 23 | --- build --release --manifest-path examples/nrf52840-rtic/Cargo.toml --target thumbv7em-none-eabi --artifact-dir out/examples/nrf52840-rtic \ |
| 24 | 24 | ||
| 25 | cargo build --release --manifest-path embassy-executor/Cargo.toml --target avr-unknown-gnu-atmega328 -Z build-std=core,alloc --features nightly,arch-avr,avr-device/atmega328p | 25 | RUSTFLAGS="$RUSTFLAGS -C target-cpu=atmega328p" cargo build --release --manifest-path embassy-executor/Cargo.toml --target avr-none -Z build-std=core,alloc --features nightly,arch-avr,avr-device/atmega328p |
