Update embassy
This commit is contained in:
13
ci.sh
Executable file
13
ci.sh
Executable file
@ -0,0 +1,13 @@
|
||||
#!/bin/bash
|
||||
|
||||
set -euxo pipefail
|
||||
|
||||
# build for std
|
||||
(cd embassy-net; cargo build --features log)
|
||||
|
||||
# build for embedded
|
||||
(cd embassy-net; cargo build --target thumbv7em-none-eabi --features log)
|
||||
(cd embassy-net; cargo build --target thumbv7em-none-eabi --features defmt,smoltcp/defmt)
|
||||
|
||||
# build examples
|
||||
(cd embassy-net-examples; cargo build)
|
Reference in New Issue
Block a user