Development mbed library for MAX32630FTHR

Dependents:   blinky_max32630fthr

tools/test/config_test/test07/targets.json

Committer:
switches
Date:
2016-12-16
Revision:
3:1198227e6421
Parent:
0:5c4d7b2438d3

File content as of revision 3:1198227e6421:

{
    "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"]
    }
}