mirror of https://github.com/ARMmbed/mbed-os.git
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 targetpull/6601/head
parent
3bc2d2e1db
commit
f2b37b7d42
|
@ -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"],
|
||||
|
|
Loading…
Reference in New Issue