Makefile.inc (14cca92bcb576fd1e85b2ec45188bb9dec52fe31) | Makefile.inc (fc8c9c93cb1d75cfefb24317c21f5a15c4e276d1) |
---|---|
1# 2# Makefile to download and convert TI's CC256x Service Pack .bts files from 3# http://processors.wiki.ti.com/index.php/CC256x_Downloads 4# 5# Service Packs for CC256xB v1.5 and CC256xC v1.0 downloaded from BlueKitchen company website 6# https://e2e.ti.com/support/wireless_connectivity/bluetooth_cc256x/f/660/p/560523/2056007#2056007 7 8TI_GIT_REPO_URL = https://git.ti.com/ti-bt/service-packs/blobs/raw/a027ae390d8790e56e1c78136c78fe6537470e91 --- 220 unchanged lines hidden (view full) --- 229 bluetooth_init_cc2560_2.44.c \ 230 bluetooth_init_cc2560A_2.14.c \ 231 bluetooth_init_cc2564_2.14.bts \ 232 bluetooth_init_cc2560B_1.4_BT_Spec_4.1.c \ 233 bluetooth_init_cc2564B_1.4_BT_Spec_4.1.c \ 234 bluetooth_init_cc2560B_1.5_BT_Spec_4.1.c \ 235 bluetooth_init_cc2564B_1.5_BT_Spec_4.1.c \ 236 bluetooth_init_cc2560C_1.0.c \ | 1# 2# Makefile to download and convert TI's CC256x Service Pack .bts files from 3# http://processors.wiki.ti.com/index.php/CC256x_Downloads 4# 5# Service Packs for CC256xB v1.5 and CC256xC v1.0 downloaded from BlueKitchen company website 6# https://e2e.ti.com/support/wireless_connectivity/bluetooth_cc256x/f/660/p/560523/2056007#2056007 7 8TI_GIT_REPO_URL = https://git.ti.com/ti-bt/service-packs/blobs/raw/a027ae390d8790e56e1c78136c78fe6537470e91 --- 220 unchanged lines hidden (view full) --- 229 bluetooth_init_cc2560_2.44.c \ 230 bluetooth_init_cc2560A_2.14.c \ 231 bluetooth_init_cc2564_2.14.bts \ 232 bluetooth_init_cc2560B_1.4_BT_Spec_4.1.c \ 233 bluetooth_init_cc2564B_1.4_BT_Spec_4.1.c \ 234 bluetooth_init_cc2560B_1.5_BT_Spec_4.1.c \ 235 bluetooth_init_cc2564B_1.5_BT_Spec_4.1.c \ 236 bluetooth_init_cc2560C_1.0.c \ |
237 bluetooth_init_cc2560C_1.1.c \ |
|
237 bluetooth_init_cc2564C_1.0.c \ | 238 bluetooth_init_cc2564C_1.0.c \ |
239 bluetooth_init_cc2564C_1.1.c \ |
|
238 TIInit_11.8.32.c \ 239 TIInit_12.10.28.c \ 240 TIInit_12.8.32.c \ 241 242clean-scripts: 243 rm -fr cc256x*.zip CC256*.zip bluetooth_init_cc256*.c TIInit*.c *.bts BLE_init_cc256*.c 244 245 | 240 TIInit_11.8.32.c \ 241 TIInit_12.10.28.c \ 242 TIInit_12.8.32.c \ 243 244clean-scripts: 245 rm -fr cc256x*.zip CC256*.zip bluetooth_init_cc256*.c TIInit*.c *.bts BLE_init_cc256*.c 246 247 |