mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-04-16 08:42:28 +00:00
cc256x: use version v1.0 for 256xc files
This commit is contained in:
parent
8f904593db
commit
7830d3e63f
@ -104,13 +104,13 @@ cc256xc_bt_sp_v1.0.zip:
|
|||||||
@echo "Downloading $@"
|
@echo "Downloading $@"
|
||||||
@curl -sS -O $(BLUEKITCHEN_URL)/cc256xc_bt_sp_v1.0.zip
|
@curl -sS -O $(BLUEKITCHEN_URL)/cc256xc_bt_sp_v1.0.zip
|
||||||
|
|
||||||
initscripts-TIInit_6.12.26.bts: cc256xc_bt_sp_v1.0.zip
|
initscripts-TIInit_6.12.26_v1.0.bts: cc256xc_bt_sp_v1.0.zip
|
||||||
@echo "Extracting $@"
|
@echo "Extracting $@"
|
||||||
@unzip -q -j -o cc256xc_bt_sp_v1.0.zip CC256XC_BT_SP/v1.0/initscripts-TIInit_6.12.26.bts
|
@unzip -q -p cc256xc_bt_sp_v1.0.zip CC256XC_BT_SP/v1.0/initscripts-TIInit_6.12.26.bts > $@
|
||||||
|
|
||||||
initscripts-TIInit_6.12.26_ble_add-on.bts: cc256xc_bt_sp_v1.0.zip
|
initscripts-TIInit_6.12.26_ble_add-on_v1.0.bts: cc256xc_bt_sp_v1.0.zip
|
||||||
@echo "Extracting $@"
|
@echo "Extracting $@"
|
||||||
@unzip -q -j -o cc256xc_bt_sp_v1.0.zip CC256XC_BT_SP/v1.0/initscripts-TIInit_6.12.26_ble_add-on.bts
|
@unzip -q -p cc256xc_bt_sp_v1.0.zip CC256XC_BT_SP/v1.0/initscripts-TIInit_6.12.26_ble_add-on.bts > $@
|
||||||
|
|
||||||
|
|
||||||
# Various scripts for WL chipsets
|
# Various scripts for WL chipsets
|
||||||
@ -184,11 +184,11 @@ bluetooth_init_cc2564B_1.6_BT_Spec_4.1.c: cc256xb_bt_sp_v1.6/initscripts-TIInit_
|
|||||||
@echo "Creating $@"
|
@echo "Creating $@"
|
||||||
@$(CONVERSION_SCRIPT) $^ $@
|
@$(CONVERSION_SCRIPT) $^ $@
|
||||||
|
|
||||||
bluetooth_init_cc2560C_1.0.c: initscripts-TIInit_6.12.26.bts
|
bluetooth_init_cc2560C_1.0.c: initscripts-TIInit_6.12.26_v1.0.bts
|
||||||
@echo "Creating $@"
|
@echo "Creating $@"
|
||||||
@$(CONVERSION_SCRIPT) $^ $@
|
@$(CONVERSION_SCRIPT) $^ $@
|
||||||
|
|
||||||
bluetooth_init_cc2564C_1.0.c: initscripts-TIInit_6.12.26.bts initscripts-TIInit_6.12.26_ble_add-on.bts
|
bluetooth_init_cc2564C_1.0.c: initscripts-TIInit_6.12.26_v1.0.bts initscripts-TIInit_6.12.26_ble_add-on_v1.0.bts
|
||||||
@echo "Creating $@"
|
@echo "Creating $@"
|
||||||
@$(CONVERSION_SCRIPT) $^ $@
|
@$(CONVERSION_SCRIPT) $^ $@
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user