Skip to content

Commit

Permalink
Add support for ST NUCLEO L412RB-P (#512)
Browse files Browse the repository at this point in the history
  • Loading branch information
gudnimg authored Apr 3, 2021
1 parent e871689 commit a83e992
Showing 1 changed file with 40 additions and 0 deletions.
40 changes: 40 additions & 0 deletions boards/nucleo_l412rb_p.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
{
"build": {
"cpu": "cortex-m4",
"extra_flags": "-DSTM32L412xx",
"f_cpu": "80000000L",
"mcu": "stm32l412rbt6p",
"product_line": "STM32L412xx"
},
"debug": {
"default_tools": [
"stlink"
],
"jlink_device": "STM32L412RB",
"onboard_tools": [
"stlink"
],
"openocd_board": "st_nucleo_l4",
"openocd_target": "stm32l4x",
"svd_path": "STM32L4x2.svd"
},
"frameworks": [
"cmsis",
"stm32cube"
],
"name": "ST Nucleo L412RB-P",
"upload": {
"maximum_ram_size": 40960,
"maximum_size": 131072,
"protocol": "stlink",
"protocols": [
"jlink",
"cmsis-dap",
"stlink",
"blackmagic",
"mbed"
]
},
"url": "https://www.st.com/en/evaluation-tools/nucleo-l412rb-p.html",
"vendor": "ST"
}

0 comments on commit a83e992

Please sign in to comment.