This is a basic code to be used for Sequana BLE Lab exercises.

Committer:
lru
Date:
Fri Mar 22 10:11:59 2019 +0000
Revision:
4:44690f4495ef
Parent:
0:ff033dfc838b
Initialized properly device name characteristic and changed type of advertising MAC address used to guarantee uniqueness.

Who changed what in which revision?

UserRevisionLine numberNew contents of line
lru 0:ff033dfc838b 1 {
lru 0:ff033dfc838b 2 "target_overrides": {
lru 0:ff033dfc838b 3 "FUTURE_SEQUANA": {
lru 0:ff033dfc838b 4 "target.features_add": ["BLE"],
lru 0:ff033dfc838b 5 "target.device_name": "CY8C6347BZI-BLD53M4",
lru 0:ff033dfc838b 6 "target.hex_filename": "psoc63_m0_ble_controller_1.05.hex"
lru 0:ff033dfc838b 7 },
lru 0:ff033dfc838b 8 "*": {
lru 0:ff033dfc838b 9 "platform.stdio-baud-rate": 115200,
lru 0:ff033dfc838b 10 "platform.default-serial-baud-rate": 115200
lru 0:ff033dfc838b 11 }
lru 0:ff033dfc838b 12 }
lru 0:ff033dfc838b 13 }