targets.json: Creation of MCU_STM32_BAREMETAL

pull/12959/head
jeromecoutant 2020-05-12 14:56:13 +02:00
parent 2862c817f5
commit 4510b4b4ad
1 changed files with 25 additions and 6 deletions

View File

@ -1308,6 +1308,30 @@
"RESET_REASON"
]
},
"MCU_STM32_BAREMETAL": {
"inherits": [
"MCU_STM32"
],
"public": false,
"supported_c_libs": {
"arm": [
"small"
],
"gcc_arm": [
"small"
],
"iar": [
"std"
]
},
"c_lib": "small",
"supported_application_profiles": [
"bare-metal"
],
"overrides": {
"boot-stack-size": "0x400"
}
},
"NUCLEO_F030R8": {
"inherits": [
"MCU_STM32"
@ -1724,7 +1748,7 @@
},
"NUCLEO_F303K8": {
"inherits": [
"MCU_STM32"
"MCU_STM32_BAREMETAL"
],
"core": "Cortex-M4F",
"extra_labels_add": [
@ -1741,13 +1765,11 @@
},
"overrides": {
"lse_available": 0,
"boot-stack-size": "0x400",
"tickless-from-us-ticker": true
},
"detect_code": [
"0775"
],
"c_lib": "small",
"device_has_add": [
"ANALOGOUT",
"CAN",
@ -1756,9 +1778,6 @@
"device_has_remove": [
"LPTICKER"
],
"supported_application_profiles": [
"bare-metal"
],
"device_name": "STM32F303K8"
},
"NUCLEO_F303RE": {