Skip to content

Commit

Permalink
add generic g071c8
Browse files Browse the repository at this point in the history
  • Loading branch information
VIPQualityPost committed Oct 4, 2024
1 parent 6a78b6c commit 4f7085d
Show file tree
Hide file tree
Showing 2 changed files with 41 additions and 1 deletion.
40 changes: 40 additions & 0 deletions boards/genericSTM32G071C8.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
{
"build": {
"core": "stm32",
"cpu": "cortex-m0plus",
"extra_flags": "-DSTM32G0 -DSTM32G0xx -DSTM32G071xx",
"f_cpu": "64000000L",
"mcu": "stm32g071c8u3",
"product_line": "STM32G071xx",
"zephyr": {
"variant": "G071C(6-8-B)(T-U)_G081CB(T-U)"
}
},
"debug": {
"jlink_device": "STM32G071C8",
"openocd_target": "stm32g0x",
"svd_path": "STM32G071.svd"
},
"frameworks": [
"arduino",
"cmsis",
"libopencm3",
"stm32cube",
"zephyr"
],
"name": "STM32G071C8 (36k RAM, 64k Flash)",
"upload": {
"maximum_ram_size": 36864,
"maximum_size": 65536,
"protocol": "stlink",
"protocols": [
"stlink",
"jlink",
"cmsis-dap",
"blackmagic",
"mbed"
]
},
"url": "https://www.st.com/en/microcontrollers-microprocessors/stm32g071c8.html",
"vendor": "ST"
}
2 changes: 1 addition & 1 deletion boards/genericSTM32G071RB.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"stm32cube",
"zephyr"
],
"name": "STM32G071B (36k RAM, 128k Flash)",
"name": "STM32G071RB (36k RAM, 128k Flash)",
"upload": {
"maximum_ram_size": 36864,
"maximum_size": 131072,
Expand Down

0 comments on commit 4f7085d

Please sign in to comment.