mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-04-07 16:20:19 +00:00
posix-h4: detect nRF5 chipsets
This commit is contained in:
parent
bdcbe2ab55
commit
57c1ace85d
@ -158,6 +158,9 @@ static void local_version_information_callback(uint8_t * packet){
|
|||||||
printf("EM Microelectronics - using EM9301 driver.\n");
|
printf("EM Microelectronics - using EM9301 driver.\n");
|
||||||
hci_set_chipset(btstack_chipset_em9301_instance());
|
hci_set_chipset(btstack_chipset_em9301_instance());
|
||||||
break;
|
break;
|
||||||
|
case COMPANY_ID_NORDIC_SEMICONDUCTOR_ASA:
|
||||||
|
printf("Nordic Semicondutor ASA nRF5 chipset.\n");
|
||||||
|
break;
|
||||||
default:
|
default:
|
||||||
printf("Unknown manufacturer / manufacturer not supported yet.\n");
|
printf("Unknown manufacturer / manufacturer not supported yet.\n");
|
||||||
break;
|
break;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user