We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08a7fd6 commit b79b8f5Copy full SHA for b79b8f5
targets/targets.json
@@ -2456,6 +2456,26 @@
2456
],
2457
"device_name": "STM32G031K8Tx"
2458
},
2459
+ "MCU_STM32G070xx": {
2460
+ "inherits": [
2461
+ "MCU_STM32G0"
2462
+ ],
2463
+ "public": false,
2464
+ "extra_labels_add": [
2465
+ "STM32G070xx"
2466
2467
+ "macros_add": [
2468
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
+ },
2479
"MCU_STM32G071xx": {
2480
"inherits": [
2481
"MCU_STM32G0"
0 commit comments