Allow and document IEEE mode for CC13xx
This commit is contained in:
parent
6157dce0b5
commit
ec4b403e77
4 changed files with 33 additions and 2 deletions
|
@ -190,6 +190,11 @@ main(void)
|
|||
printf("With DriverLib v%u.%u\n", DRIVERLIB_RELEASE_GROUP,
|
||||
DRIVERLIB_RELEASE_BUILD);
|
||||
printf(BOARD_STRING "\n");
|
||||
printf("IEEE 802.15.4: %s, Sub-GHz: %s, BLE: %s, Prop: %s\n",
|
||||
ti_lib_chipinfo_supports_ieee_802_15_4() == true ? "Yes" : "No",
|
||||
ti_lib_chipinfo_chip_family_is_cc13xx() == true ? "Yes" : "No",
|
||||
ti_lib_chipinfo_supports_ble() == true ? "Yes" : "No",
|
||||
ti_lib_chipinfo_supports_proprietary() == true ? "Yes" : "No");
|
||||
|
||||
process_start(&etimer_process, NULL);
|
||||
ctimer_init();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue