STM32G0: creation of MCU_STM32G070xx for custom boards

NB: no LPTIM on this MCU, so default values applied
pull/13906/head
jeromecoutant 2020-11-13 12:06:12 +01:00
parent 08a7fd6c15
commit b79b8f5126
1 changed files with 20 additions and 0 deletions

View File

@ -2456,6 +2456,26 @@
],
"device_name": "STM32G031K8Tx"
},
"MCU_STM32G070xx": {
"inherits": [
"MCU_STM32G0"
],
"public": false,
"extra_labels_add": [
"STM32G070xx"
],
"macros_add": [
"STM32G070xx"
],
"macros_remove": [
"EXTRA_IDLE_STACK_REQUIRED",
"MBED_TICKLESS"
],
"overrides": {
"lpticker_delay_ticks": 1,
"lpticker_lptim": "0"
}
},
"MCU_STM32G071xx": {
"inherits": [
"MCU_STM32G0"