Add new target MTB_ADV_WISE_1530.

MTB_ADV_WISE_1530 and MTB_USI_WM_BN_BM_22 includes same usi chip,
so common USI_WM_BN_BM_22 target has been created.
MTB_ADV_WISE_1530 and MTB_USI_WM_BN_BM_22 are inheting the common usi target
pull/6601/head
Kari Haapalehto 2018-04-11 15:50:28 +03:00
parent 3bc2d2e1db
commit f2b37b7d42
5 changed files with 11 additions and 1 deletions

View File

@ -1128,7 +1128,7 @@
}
}
},
"MTB_USI_WM_BN_BM_22": {
"USI_WM_BN_BM_22": {
"inherits": ["FAMILY_STM32"],
"core": "Cortex-M4F",
"extra_labels_add": ["STM32F4", "STM32F412xG", "STM32F412ZG"],
@ -1145,6 +1145,16 @@
}
}
},
"MTB_USI_WM_BN_BM_22": {
"inherits": ["USI_WM_BN_BM_22"]
},
"MTB_ADV_WISE_1530": {
"inherits": ["USI_WM_BN_BM_22"],
"overrides": {
"stdio_uart_tx": "PB_10",
"stdio_uart_rx": "PC_11"
}
},
"DISCO_F413ZH": {
"inherits": ["FAMILY_STM32"],
"supported_form_factors": ["ARDUINO"],