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

Committer:
lru
Date:
Thu Mar 14 09:47:17 2019 +0000
Revision:
0:ff033dfc838b
Initial version

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 }