chipset/cc256x: download all init scripts from BK mirror

This commit is contained in:
Matthias Ringwald 2022-06-13 12:51:21 +02:00
parent 74f8331494
commit 2f2a785f81
2 changed files with 4 additions and 6 deletions

View File

@ -59,11 +59,11 @@ BLE_init_cc2564B_1.2.bts:
# v1.4 - versioned files TI Git Repo
TIInit_6.7.16_bt_spec_4.1.bts:
@echo "Downloading $@"
@curl -sS -O https://git.ti.com/ti-bt/service-packs/blobs/raw/54f5c151dacc608b19ab2ce4c30e27a3983048b2/initscripts/TIInit_6.7.16_bt_spec_4.1.bts
@curl -sS -O $(BLUEKITCHEN_URL)/TIInit_6.7.16_bt_spec_4.1.bts
TIInit_6.7.16_ble_add-on.bts:
@echo "Downloading $@"
@curl -sS -O https://git.ti.com/ti-bt/service-packs/blobs/raw/89c8db14929f10d75627b132690432cd71f5f54f/initscripts/TIInit_6.7.16_ble_add-on.bts
@curl -sS -O $(BLUEKITCHEN_URL)/TIInit_6.7.16_ble_add-on.bts
# v1.5 - unversioned files from BlueKitchen website, original: http://www.ti.com/tool/cc256xb-bt-sp
cc256x_bt_sp_v1.5.zip:

View File

@ -24,6 +24,8 @@ set (BK_FILES
cc256xc_bt_sp_v1.3.zip
cc256xc_bt_sp_v1.4.zip
cc256xc_bt_sp_v1.5.zip
TIInit_6.7.16_bt_spec_4.1.bts
TIInit_6.7.16_ble_add-on.bts
TIInit_11.8.32_4.2.bts
TIInit_11.8.32_4.6.bts
TIInit_11.8.32_4.7.bts
@ -48,10 +50,6 @@ foreach(FILE ${BK_FILES})
file(DOWNLOAD ${BLUEKITCHEN_URL}/${FILE} ${CMAKE_CURRENT_BINARY_DIR}/${FILE})
endforeach()
# Other bts
file(DOWNLOAD https://git.ti.com/ti-bt/service-packs/blobs/raw/54f5c151dacc608b19ab2ce4c30e27a3983048b2/initscripts/TIInit_6.7.16_bt_spec_4.1.bts TIInit_6.7.16_bt_spec_4.1.bts)
file(DOWNLOAD https://git.ti.com/ti-bt/service-packs/blobs/raw/89c8db14929f10d75627b132690432cd71f5f54f/initscripts/TIInit_6.7.16_ble_add-on.bts TIInit_6.7.16_ble_add-on.bts)
# Extract archives
foreach(FILE ${BK_FILES})
# filter for .zip