We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7961103 commit 0c0ac06Copy full SHA for 0c0ac06
ports/nrf/drivers/bluetooth/download_ble_stack.sh
@@ -91,7 +91,9 @@ if [ $# -eq 0 ]; then
91
echo "No Bluetooth LE stack defined, downloading all."
92
download_s132_nrf52_2_0_1 "${SCRIPT_DIR}"
93
download_s132_nrf52_5_0_0 "${SCRIPT_DIR}"
94
+ download_s132_nrf52_6_1_0 "${SCRIPT_DIR}"
95
download_s140_nrf52_6_0_0 "${SCRIPT_DIR}"
96
+ download_s140_nrf52_6_1_0 "${SCRIPT_DIR}"
97
else
98
case $1 in
99
"s132_nrf52_2_0_1" )
0 commit comments