mbed-os-examples / Mbed OS mbed-os-example-ble-Button
Committer:
mbed_official
Date:
Mon Feb 25 16:43:15 2019 +0000
Revision:
81:7c05ae04bdda
Parent:
78:f06ac76a8f6d
Child:
83:88f5f523e62e
Merge pull request #217 from adbridge/master

Updating mbed-os to mbed-os-5.11.4
.
Commit copied from https://github.com/ARMmbed/mbed-os-example-ble

Who changed what in which revision?

UserRevisionLine numberNew contents of line
mbed_official 3:6f18b8269d65 1 {
mbed_official 5:b630d2a88c51 2 "config": {
mbed_official 5:b630d2a88c51 3 "ble_button_pin_name": {
mbed_official 5:b630d2a88c51 4 "help": "The pin name used as button in this application",
mbed_official 5:b630d2a88c51 5 "macro_name": "BLE_BUTTON_PIN_NAME",
mbed_official 5:b630d2a88c51 6 "required": true
mbed_official 5:b630d2a88c51 7 }
mbed_official 5:b630d2a88c51 8 },
mbed_official 3:6f18b8269d65 9 "target_overrides": {
mbed_official 5:b630d2a88c51 10 "NRF51_DK": {
mbed_official 5:b630d2a88c51 11 "ble_button_pin_name": "BUTTON1"
mbed_official 5:b630d2a88c51 12 },
mbed_official 3:6f18b8269d65 13 "K64F": {
mbed_official 3:6f18b8269d65 14 "target.features_add": ["BLE"],
mbed_official 72:06b83fe37b99 15 "target.extra_labels_add": ["CORDIO", "CORDIO_BLUENRG"],
mbed_official 5:b630d2a88c51 16 "ble_button_pin_name": "SW2"
mbed_official 3:6f18b8269d65 17 },
mbed_official 3:6f18b8269d65 18 "NUCLEO_F401RE": {
mbed_official 3:6f18b8269d65 19 "target.features_add": ["BLE"],
mbed_official 72:06b83fe37b99 20 "target.extra_labels_add": ["CORDIO", "CORDIO_BLUENRG"],
mbed_official 5:b630d2a88c51 21 "ble_button_pin_name": "USER_BUTTON"
mbed_official 41:7af66e9ba903 22 },
mbed_official 41:7af66e9ba903 23 "DISCO_L475VG_IOT01A": {
mbed_official 41:7af66e9ba903 24 "target.features_add": ["BLE"],
mbed_official 72:06b83fe37b99 25 "target.extra_labels_add": ["CORDIO", "CORDIO_BLUENRG"],
mbed_official 41:7af66e9ba903 26 "ble_button_pin_name": "USER_BUTTON"
mbed_official 78:f06ac76a8f6d 27 },
mbed_official 78:f06ac76a8f6d 28 "NRF52840_DK": {
mbed_official 78:f06ac76a8f6d 29 "target.features_add": ["BLE"],
mbed_official 78:f06ac76a8f6d 30 "target.extra_labels_add": ["CORDIO", "CORDIO_LL", "SOFTDEVICE_NONE", "NORDIC_CORDIO"],
mbed_official 78:f06ac76a8f6d 31 "target.extra_labels_remove": ["SOFTDEVICE_COMMON", "SOFTDEVICE_S140_FULL", "NORDIC_SOFTDEVICE"],
mbed_official 78:f06ac76a8f6d 32 "ble_button_pin_name": "BUTTON1"
mbed_official 78:f06ac76a8f6d 33 },
mbed_official 78:f06ac76a8f6d 34 "NRF52_DK": {
mbed_official 78:f06ac76a8f6d 35 "target.features_add": ["BLE"],
mbed_official 78:f06ac76a8f6d 36 "target.extra_labels_add": ["CORDIO", "CORDIO_LL", "SOFTDEVICE_NONE", "NORDIC_CORDIO"],
mbed_official 78:f06ac76a8f6d 37 "target.extra_labels_remove": ["SOFTDEVICE_COMMON", "SOFTDEVICE_S132_FULL", "NORDIC_SOFTDEVICE"],
mbed_official 78:f06ac76a8f6d 38 "ble_button_pin_name": "BUTTON1"
mbed_official 78:f06ac76a8f6d 39 },
mbed_official 78:f06ac76a8f6d 40 "MTB_UBLOX_NINA_B1": {
mbed_official 78:f06ac76a8f6d 41 "ble_button_pin_name": "BUTTON1"
mbed_official 78:f06ac76a8f6d 42 }
mbed_official 3:6f18b8269d65 43 }
mbed_official 3:6f18b8269d65 44 }