aboutsummaryrefslogtreecommitdiff
path: root/codal.json
blob: e0df6dd7be7d35626e1c4f11295d97b6582fa46f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
    "target": {
        "name": "codal-microbit-v2",
        "url": "https://github.com/lancaster-university/codal-microbit-v2",
        "branch": "master",
        "type": "git",
        "test_ignore": true,
        "dev": true
    } ,
    "config":{
        "DEVICE_BLE": 1,
        "MICROBIT_BLE_ENABLED" : 1,
        "MICROBIT_BLE_EVENT_SERVICE" : 1,
        "MICROBIT_BLE_OPEN": 1,
        "MICROBIT_BLE_DEVICE_INFORMATION_SERVICE": 1
    }
}