Skip to content

Commit b79b8f5

Browse files
committed
STM32G0: creation of MCU_STM32G070xx for custom boards
NB: no LPTIM on this MCU, so default values applied
1 parent 08a7fd6 commit b79b8f5

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

targets/targets.json

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2456,6 +2456,26 @@
24562456
],
24572457
"device_name": "STM32G031K8Tx"
24582458
},
2459+
"MCU_STM32G070xx": {
2460+
"inherits": [
2461+
"MCU_STM32G0"
2462+
],
2463+
"public": false,
2464+
"extra_labels_add": [
2465+
"STM32G070xx"
2466+
],
2467+
"macros_add": [
2468+
"STM32G070xx"
2469+
],
2470+
"macros_remove": [
2471+
"EXTRA_IDLE_STACK_REQUIRED",
2472+
"MBED_TICKLESS"
2473+
],
2474+
"overrides": {
2475+
"lpticker_delay_ticks": 1,
2476+
"lpticker_lptim": "0"
2477+
}
2478+
},
24592479
"MCU_STM32G071xx": {
24602480
"inherits": [
24612481
"MCU_STM32G0"

0 commit comments

Comments
 (0)