Skip to content

Commit

Permalink
Add B-G431B-ESC1 Discovery board (#447)
Browse files Browse the repository at this point in the history
  • Loading branch information
owennewo committed May 18, 2021
1 parent 746a07b commit 00a24d1
Showing 1 changed file with 50 additions and 0 deletions.
50 changes: 50 additions & 0 deletions boards/disco_b_g431b_esc1.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
disco_b_g431b_esc1

{
"build": {
"core": "stm32",
"cpu": "cortex-m4",
"extra_flags": "-DSTM32G4xx -DSTM32G431xx",
"f_cpu": "170000000L",
"framework_extra_flags": {
"arduino": "-DCUSTOM_PERIPHERAL_PINS"
},
"mcu": "stm32g431cbu6",
"product_line": "STM32G431xx",
"variant": "STM32G4xx/G431C(6-8-B)U_G441CBU"
},
"connectivity": [
"can"
],
"debug": {
"default_tools": [
"stlink"
],
"jlink_device": "STM32G431CB",
"onboard_tools": [
"stlink"
],
"openocd_target": "stm32g4x",
"svd_path": "STM32G431xx.svd"
},
"frameworks": [
"arduino",
"cmsis",
"stm32cube"
],
"name": "ST B-G431B-ESC1 Discovery",
"upload": {
"maximum_ram_size": 32768,
"maximum_size": 131072,
"protocol": "stlink",
"protocols": [
"stlink",
"jlink",
"cmsis-dap",
"blackmagic",
"mbed"
]
},
"url": "https://www.st.com/en/evaluation-tools/b-g431b-esc1.html",
"vendor": "ST"
}

0 comments on commit 00a24d1

Please sign in to comment.