aboutsummaryrefslogtreecommitdiff
path: root/ci.sh
diff options
context:
space:
mode:
authorsodo <[email protected]>2024-01-01 21:18:30 +0900
committersodo <[email protected]>2024-01-01 21:23:57 +0900
commitb7cd7952c890f585ff876c622482534e5d58d4a4 (patch)
tree0e5ea4766ed76c0d6ca5de5507cb3ae0995fca86 /ci.sh
parent172ed52128e0da519c13b7a354aeb98c492be3c3 (diff)
avr: support sleep
Diffstat (limited to 'ci.sh')
-rwxr-xr-xci.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/ci.sh b/ci.sh
index a5ddda3a1..a804647e1 100755
--- a/ci.sh
+++ b/ci.sh
@@ -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
211cargo build --release --manifest-path embassy-executor/Cargo.toml --target avr-unknown-gnu-atmega328 -Z build-std=core,alloc --features nightly,arch-avr 211cargo 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
212cargo build --release --manifest-path embassy-executor/Cargo.toml --target avr-unknown-gnu-atmega328 -Z build-std=core,alloc --features nightly,arch-avr,integrated-timers 212cargo 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
215rm out/tests/stm32wb55rg/wpan_mac 215rm out/tests/stm32wb55rg/wpan_mac