diff options
| author | sodo <[email protected]> | 2024-01-01 21:18:30 +0900 |
|---|---|---|
| committer | sodo <[email protected]> | 2024-01-01 21:23:57 +0900 |
| commit | b7cd7952c890f585ff876c622482534e5d58d4a4 (patch) | |
| tree | 0e5ea4766ed76c0d6ca5de5507cb3ae0995fca86 /ci.sh | |
| parent | 172ed52128e0da519c13b7a354aeb98c492be3c3 (diff) | |
avr: support sleep
Diffstat (limited to 'ci.sh')
| -rwxr-xr-x | ci.sh | 4 |
1 files changed, 2 insertions, 2 deletions
| @@ -208,8 +208,8 @@ cargo batch \ | |||
| 208 | $BUILD_EXTRA | 208 | $BUILD_EXTRA |
| 209 | 209 | ||
| 210 | # walkaround: "-Z" option not working on cargo batch | 210 | # walkaround: "-Z" option not working on cargo batch |
| 211 | cargo build --release --manifest-path embassy-executor/Cargo.toml --target avr-unknown-gnu-atmega328 -Z build-std=core,alloc --features nightly,arch-avr | 211 | 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 |
| 212 | cargo build --release --manifest-path embassy-executor/Cargo.toml --target avr-unknown-gnu-atmega328 -Z build-std=core,alloc --features nightly,arch-avr,integrated-timers | 212 | cargo build --release --manifest-path embassy-executor/Cargo.toml --target avr-unknown-gnu-atmega328 -Z build-std=core,alloc --features nightly,arch-avr,integrated-timers,avr-device/atmega328p |
| 213 | 213 | ||
| 214 | 214 | ||
| 215 | rm out/tests/stm32wb55rg/wpan_mac | 215 | rm out/tests/stm32wb55rg/wpan_mac |
