Skip to content

Commit 342800c

Browse files
committed
travis: Change nrf pca10056 board to build with s140 SoftDevice.
It might compile fine with S132 as SoftDevice for nRF52840. However, there might be different hardware on the SoC which in turn could make it fail. SoftDevice S140 is correct BLE stack for nRF52840 SoC and would provide a more accurate test build.
1 parent 486cb6d commit 342800c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -299,11 +299,11 @@ jobs:
299299
- sudo apt-get install libnewlib-arm-none-eabi
300300
- arm-none-eabi-gcc --version
301301
script:
302-
- ports/nrf/drivers/bluetooth/download_ble_stack.sh s132_nrf52_6_1_1
302+
- ports/nrf/drivers/bluetooth/download_ble_stack.sh s140_nrf52_6_1_1
303303
- make ${MAKEOPTS} -C ports/nrf submodules
304304
- make ${MAKEOPTS} -C ports/nrf BOARD=pca10040
305305
- make ${MAKEOPTS} -C ports/nrf BOARD=microbit
306-
- make ${MAKEOPTS} -C ports/nrf BOARD=pca10056 SD=s132
306+
- make ${MAKEOPTS} -C ports/nrf BOARD=pca10056 SD=s140
307307
- make ${MAKEOPTS} -C ports/nrf BOARD=pca10090
308308

309309
# bare-arm and minimal ports, with size-diff check

0 commit comments

Comments
 (0)