btstack/chipset-cc256x/Makefile.inc
2015-05-02 00:38:11 +02:00

42 lines
1.3 KiB
Makefile

# FROM http://processors.wiki.ti.com/index.php/CC256x_Downloads
BASE_URL = https://git.ti.com/ti-bt/service-packs/blobs/raw/a027ae390d8790e56e1c78136c78fe6537470e91
CONVERSION_SCRIPT=$(BTSTACK_ROOT)/chipset-cc256x/convert_bts_init_scripts.py
SERVICE_PACKS = \
BLE_init_cc2564B_1.2.bts \
bluetooth_init_cc2564B_1.2_BT_Spec_4.1.bts \
bluetooth_init_cc2564B_1.2_BT_Spec_4.0.bts \
bluetooth_init_cc2560B_1.2_BT_Spec_4.0.bts \
bluetooth_init_cc2560B_1.2_BT_Spec_4.1.bts \
TIInit_11.8.32.bts \
bluetooth_init_cc2560B_1.2_BT_Spec_4.0.c:
curl -O $(BASE_URL)/bluetooth_init_cc2560B_1.2_BT_Spec_4.0.bts
$(CONVERSION_SCRIPT)
bluetooth_init_cc2564B_1.2_BT_Spec_4.0.c:
curl -O $(BASE_URL)/bluetooth_init_cc2564B_1.2_BT_Spec_4.0.bts
curl -O $(BASE_URL)/BLE_init_cc2564B_1.2.bts
$(CONVERSION_SCRIPT)
bluetooth_init_cc2560B_1.2_BT_Spec_4.1.c:
curl -O $(BASE_URL)/bluetooth_init_cc2560B_1.2_BT_Spec_4.1.bts
$(CONVERSION_SCRIPT)
bluetooth_init_cc2564B_1.2_BT_Spec_4.1.c:
curl -O $(BASE_URL)/bluetooth_init_cc2564B_1.2_BT_Spec_4.1.bts
curl -O $(BASE_URL)/BLE_init_cc2564B_1.2.bts
$(CONVERSION_SCRIPT)
TIInit_11.8.32.c:
curl -O $(BASE_URL)/TIInit_11.8.32.bts
$(CONVERSION_SCRIPT)
TIInit_12.10.28.c:
curl -O $(BASE_URL)/TIInit_12.10.28.bts
$(CONVERSION_SCRIPT)
TIInit_12.8.32.c:
curl -O $(BASE_URL)/TIInit_12.8.32.bts
$(CONVERSION_SCRIPT)