mbed os with nrf51 internal bandgap enabled to read battery level

Dependents:   BLE_file_test BLE_Blink ExternalEncoder

tools/test/config_test/test06/targets.json

Committer:
elessair
Date:
2016-10-23
Revision:
0:f269e3021894

File content as of revision 0:f269e3021894:

{
    "base": {
        "extra_labels": [],
        "default_lib": "std",
        "core": "Cortex-M0"
    },
    "b1": {
        "inherits": ["base"],
        "extra_labels_add": ["b1_label"]
    },
    "b2": {
        "inherits": ["base"],
        "extra_labels_add": ["b2_label"]
    },
    "both": {
        "inherits": ["b1", "b2"]
    }
}