the other jimmy / mbed-sdk-tools

Fork of mbed-sdk-tools by mbed official

Committer:
The Other Jimmy
Date:
Wed Jan 04 11:58:24 2017 -0600
Revision:
31:182518299918
Update tools to follow mbed-os tools release 5.3.1

Who changed what in which revision?

UserRevisionLine numberNew contents of line
The Other Jimmy 31:182518299918 1 {
The Other Jimmy 31:182518299918 2 "base": {
The Other Jimmy 31:182518299918 3 "extra_labels": [],
The Other Jimmy 31:182518299918 4 "default_lib": "std",
The Other Jimmy 31:182518299918 5 "core": "Cortex-M0"
The Other Jimmy 31:182518299918 6 },
The Other Jimmy 31:182518299918 7 "b1": {
The Other Jimmy 31:182518299918 8 "inherits": ["base"],
The Other Jimmy 31:182518299918 9 "extra_labels_add": ["b1_label"]
The Other Jimmy 31:182518299918 10 },
The Other Jimmy 31:182518299918 11 "b2": {
The Other Jimmy 31:182518299918 12 "inherits": ["base"],
The Other Jimmy 31:182518299918 13 "extra_labels_add": ["b2_label"]
The Other Jimmy 31:182518299918 14 },
The Other Jimmy 31:182518299918 15 "both": {
The Other Jimmy 31:182518299918 16 "inherits": ["b1", "b2"]
The Other Jimmy 31:182518299918 17 }
The Other Jimmy 31:182518299918 18 }