Skip to content

Commit fe44dc0

Browse files
author
Cruz Monrreal
authored
Merge pull request #6601 from KariHaapalehto/add_mtb_adv_wise_1530
Add new target MTB_ADV_WISE_1530
2 parents 63412bb + f2b37b7 commit fe44dc0

File tree

5 files changed

+11
-1
lines changed

5 files changed

+11
-1
lines changed

targets/targets.json

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1128,7 +1128,7 @@
11281128
}
11291129
}
11301130
},
1131-
"MTB_USI_WM_BN_BM_22": {
1131+
"USI_WM_BN_BM_22": {
11321132
"inherits": ["FAMILY_STM32"],
11331133
"core": "Cortex-M4F",
11341134
"extra_labels_add": ["STM32F4", "STM32F412xG", "STM32F412ZG"],
@@ -1145,6 +1145,16 @@
11451145
}
11461146
}
11471147
},
1148+
"MTB_USI_WM_BN_BM_22": {
1149+
"inherits": ["USI_WM_BN_BM_22"]
1150+
},
1151+
"MTB_ADV_WISE_1530": {
1152+
"inherits": ["USI_WM_BN_BM_22"],
1153+
"overrides": {
1154+
"stdio_uart_tx": "PB_10",
1155+
"stdio_uart_rx": "PC_11"
1156+
}
1157+
},
11481158
"DISCO_F413ZH": {
11491159
"inherits": ["FAMILY_STM32"],
11501160
"supported_form_factors": ["ARDUINO"],

0 commit comments

Comments
 (0)