mirror of https://github.com/ARMmbed/mbed-os.git
STM32G0: creation of MCU_STM32G070xx for custom boards
NB: no LPTIM on this MCU, so default values appliedpull/13906/head
parent
08a7fd6c15
commit
b79b8f5126
|
@ -2456,6 +2456,26 @@
|
||||||
],
|
],
|
||||||
"device_name": "STM32G031K8Tx"
|
"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": {
|
"MCU_STM32G071xx": {
|
||||||
"inherits": [
|
"inherits": [
|
||||||
"MCU_STM32G0"
|
"MCU_STM32G0"
|
||||||
|
|
Loading…
Reference in New Issue