diff options
author | Dario Nieuwenhuis <dirbaio@dirbaio.net> | 2022-05-12 23:00:43 +0200 |
---|---|---|
committer | Dario Nieuwenhuis <dirbaio@dirbaio.net> | 2022-05-12 23:00:43 +0200 |
commit | 1e26f03c38cfa62069c05ace733e6df84e96774b (patch) | |
tree | 3e3c514d54cd3c11e8eba58a3fc3a9fe304fe1b9 | |
parent | 08d6d12b4c4a561b900d6d1d98b95345d26558a7 (diff) | |
download | nrf-softdevice-1e26f03c38cfa62069c05ace733e6df84e96774b.zip |
Add ble-l2cap-credit-wrokaround to Ci
-rwxr-xr-x | ci.sh | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -60,3 +60,4 @@ cargo build --target thumbv7em-none-eabihf -p nrf-softdevice --features s140,nrf cargo build --target thumbv7em-none-eabihf -p nrf-softdevice --features s140,nrf52840,ble-central,ble-peripheral,ble-l2cap,ble-gatt-server cargo build --target thumbv7em-none-eabihf -p nrf-softdevice --features s140,nrf52840,ble-central,ble-peripheral,ble-l2cap,ble-gatt-client cargo build --target thumbv7em-none-eabihf -p nrf-softdevice --features s140,nrf52840,ble-central,ble-peripheral,ble-l2cap,ble-gatt-client,ble-gatt-server +cargo build --target thumbv7em-none-eabihf -p nrf-softdevice --features s140,nrf52840,ble-central,ble-peripheral,ble-l2cap,ble-gatt-client,ble-gatt-server,ble-l2cap-credit-wrokaround |