diff options
| author | Dario Nieuwenhuis <[email protected]> | 2021-03-04 21:40:54 +0100 |
|---|---|---|
| committer | Dario Nieuwenhuis <[email protected]> | 2021-03-04 21:56:31 +0100 |
| commit | 18f6b8ad689cb87f81b572d5131a09e33fc9857d (patch) | |
| tree | 73bd20578c96a9c1dc5a9a47a08f04bb8a60586e /ci.sh | |
| parent | 88946840d1f6fdc924a4f0a9980d17f1d2c456fa (diff) | |
thumbv6m support with emulated atomics
Diffstat (limited to 'ci.sh')
| -rwxr-xr-x | ci.sh | 1 |
1 files changed, 1 insertions, 0 deletions
| @@ -9,6 +9,7 @@ set -euxo pipefail | |||
| 9 | (cd embassy; cargo build --target thumbv7em-none-eabi) | 9 | (cd embassy; cargo build --target thumbv7em-none-eabi) |
| 10 | (cd embassy; cargo build --target thumbv7em-none-eabi --features log) | 10 | (cd embassy; cargo build --target thumbv7em-none-eabi --features log) |
| 11 | (cd embassy; cargo build --target thumbv7em-none-eabi --features defmt) | 11 | (cd embassy; cargo build --target thumbv7em-none-eabi --features defmt) |
| 12 | (cd embassy; cargo build --target thumbv6m-none-eabi --features defmt) | ||
| 12 | 13 | ||
| 13 | # embassy-nrf | 14 | # embassy-nrf |
| 14 | 15 | ||
