ble-UartService

Fork of mbed-os-example-ble-UartService by Mathias Giacomuzzi

BLE UART Service - USB Serial Relay

Committer:
YJKIYOKAWA
Date:
Fri Oct 19 09:26:01 2018 +0000
Revision:
27:e5e381e33cd2
Parent:
1:72c60abef7e7
update receive data buffering

Who changed what in which revision?

UserRevisionLine numberNew contents of line
mbed_official 1:72c60abef7e7 1 {
mbed_official 1:72c60abef7e7 2 "target_overrides": {
mbed_official 1:72c60abef7e7 3 "K64F": {
mbed_official 1:72c60abef7e7 4 "target.features_add": ["BLE"],
mbed_official 1:72c60abef7e7 5 "target.extra_labels_add": ["ST_BLUENRG"],
mbed_official 1:72c60abef7e7 6 "target.macros_add": ["IDB0XA1_D13_PATCH"]
mbed_official 1:72c60abef7e7 7 },
mbed_official 1:72c60abef7e7 8 "NUCLEO_F401RE": {
mbed_official 1:72c60abef7e7 9 "target.features_add": ["BLE"],
mbed_official 1:72c60abef7e7 10 "target.extra_labels_add": ["ST_BLUENRG"]
mbed_official 1:72c60abef7e7 11 }
mbed_official 1:72c60abef7e7 12 }
mbed_official 1:72c60abef7e7 13 }