Skip to content

Commit

Permalink
STM32G0: creation of MCU_STM32G070xx for custom boards
Browse files Browse the repository at this point in the history
NB: no LPTIM on this MCU, so default values applied
  • Loading branch information
jeromecoutant committed Nov 13, 2020
1 parent 1c583c0 commit 99aeb89
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions targets/targets.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 99aeb89

Please sign in to comment.