Ble for smart sOlutions

Dependencies:   Adafruit_WS2801

Committer:
krissl
Date:
Sat Apr 20 11:02:35 2019 +0000
Revision:
3:f594022fe519
Parent:
0:fe5389573740
Child:
6:ee9c86f06eae
test

Who changed what in which revision?

UserRevisionLine numberNew contents of line
krissl 0:fe5389573740 1 {
krissl 0:fe5389573740 2 "target_overrides": {
krissl 0:fe5389573740 3 "*":{
krissl 0:fe5389573740 4 "target.NRF_SDH_BLE_CENTRAL_LINK_COUNT": 2,
krissl 3:f594022fe519 5 "target.NRF_SDH_BLE_PERIPHERAL_LINK_COUNT": 2,
krissl 0:fe5389573740 6 "target.NRF_SDH_BLE_TOTAL_LINK_COUNT" : 2
krissl 0:fe5389573740 7 },
krissl 0:fe5389573740 8 "K64F": {
krissl 0:fe5389573740 9 "target.features_add": ["BLE"],
krissl 0:fe5389573740 10 "target.extra_labels_add": ["CORDIO", "CORDIO_BLUENRG"]
krissl 0:fe5389573740 11 },
krissl 0:fe5389573740 12 "NUCLEO_F401RE": {
krissl 0:fe5389573740 13 "target.features_add": ["BLE"],
krissl 0:fe5389573740 14 "target.extra_labels_add": ["CORDIO", "CORDIO_BLUENRG"]
krissl 0:fe5389573740 15 },
krissl 0:fe5389573740 16 "DISCO_L475VG_IOT01A": {
krissl 0:fe5389573740 17 "target.features_add": ["BLE"],
krissl 0:fe5389573740 18 "target.extra_labels_add": ["CORDIO", "CORDIO_BLUENRG"]
krissl 0:fe5389573740 19 }
krissl 0:fe5389573740 20 }
krissl 0:fe5389573740 21 }