File tree Expand file tree Collapse file tree 1 file changed +40
-0
lines changed Expand file tree Collapse file tree 1 file changed +40
-0
lines changed Original file line number Diff line number Diff line change
1
+ {
2
+ "build" : {
3
+ "cpu" : " cortex-m4" ,
4
+ "extra_flags" : " -DSTM32L412xx" ,
5
+ "f_cpu" : " 80000000L" ,
6
+ "mcu" : " stm32l412rbt6p" ,
7
+ "product_line" : " STM32L412xx"
8
+ },
9
+ "debug" : {
10
+ "default_tools" : [
11
+ " stlink"
12
+ ],
13
+ "jlink_device" : " STM32L412RB" ,
14
+ "onboard_tools" : [
15
+ " stlink"
16
+ ],
17
+ "openocd_board" : " st_nucleo_l4" ,
18
+ "openocd_target" : " stm32l4x" ,
19
+ "svd_path" : " STM32L4x2.svd"
20
+ },
21
+ "frameworks" : [
22
+ " cmsis" ,
23
+ " stm32cube"
24
+ ],
25
+ "name" : " ST Nucleo L412RB-P" ,
26
+ "upload" : {
27
+ "maximum_ram_size" : 40960 ,
28
+ "maximum_size" : 131072 ,
29
+ "protocol" : " stlink" ,
30
+ "protocols" : [
31
+ " jlink" ,
32
+ " cmsis-dap" ,
33
+ " stlink" ,
34
+ " blackmagic" ,
35
+ " mbed"
36
+ ]
37
+ },
38
+ "url" : " https://www.st.com/en/evaluation-tools/nucleo-l412rb-p.html" ,
39
+ "vendor" : " ST"
40
+ }
You can’t perform that action at this time.
0 commit comments