Merge pull request #6601 from KariHaapalehto/add_mtb_adv_wise_1530

Add new target MTB_ADV_WISE_1530
pull/6648/head
Cruz Monrreal 2018-04-16 10:40:12 -05:00 committed by GitHub
commit fe44dc0468
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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"],