Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Update B-G431B-ESC1 Discovery manifest
  • Loading branch information
valeros authored May 18, 2021
commit 4a04c8909d7f88f5d81d98a1efd3b84f3b88e29d
33 changes: 19 additions & 14 deletions boards/disco_b_g431b_esc1.json
Original file line number Diff line number Diff line change
@@ -1,42 +1,47 @@
disco_b_g431b_esc1

{
"build": {
"core": "stm32",
"cpu": "cortex-m4",
"extra_flags": "-DSTM32G4xx -DSTM32G431xx -DSTM32G431CBU",
"extra_flags": "-DSTM32G4xx -DSTM32G431xx",
"f_cpu": "170000000L",
"framework_extra_flags": {
"arduino": "-DCUSTOM_PERIPHERAL_PINS"
},
"mcu": "stm32g431cbu6",
"product_line": "STM32G431xx",
"variant": "DISCO_B_G431B_ESC1"
"variant": "STM32G4xx/G431C(6-8-B)U_G441CBU"
},
"connectivity": [
"can"
],
"debug": {
"default_tools": [
"stlink"
],
"default_tools": [
"stlink"
],
"jlink_device": "STM32G431CB",
"onboard_tools": [
"stlink"
],
"openocd_board": "stm32g4discovery",
"onboard_tools": [
"stlink"
],
"openocd_target": "stm32g4x",
"svd_path": "STM32G431xx.svd"
},
"frameworks": [
"arduino",
"cmsis",
"libopencm3",
"zephyr"
"stm32cube"
],
"name": "B-G431B-ESC1 Discovery",
"name": "ST B-G431B-ESC1 Discovery",
"upload": {
"maximum_ram_size": 32768,
"maximum_size": 131072,
"protocol": "mbed",
"protocol": "stlink",
"protocols": [
"stlink",
"jlink",
"cmsis-dap",
"blackmagic",
"stlink",
"mbed"
]
},
Expand Down