mirror of https://github.com/ARMmbed/mbed-os.git
Merge pull request #6601 from KariHaapalehto/add_mtb_adv_wise_1530
Add new target MTB_ADV_WISE_1530pull/6648/head
commit
fe44dc0468
|
@ -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