File tree Expand file tree Collapse file tree 2 files changed +30203
-0
lines changed Expand file tree Collapse file tree 2 files changed +30203
-0
lines changed Original file line number Diff line number Diff line change
1
+ {
2
+ "build" : {
3
+ "core" : " stm32" ,
4
+ "cpu" : " cortex-m4" ,
5
+ "extra_flags" : " -DSTM32WL55JC1" ,
6
+ "f_cpu" : " 48000000L" ,
7
+ "mcu" : " stm32wl55jc" ,
8
+ "product_line" : " STM32WL55xx"
9
+ },
10
+ "debug" : {
11
+ "default_tools" : [
12
+ " stlink"
13
+ ],
14
+ "jlink_device" : " STM32WL55JC" ,
15
+ "onboard_tools" : [
16
+ " stlink"
17
+ ],
18
+ "openocd_target" : " stm32wlx" ,
19
+ "svd_path" : " STM32WL5x_CM4.svd"
20
+ },
21
+ "frameworks" : [
22
+ " zephyr"
23
+ ],
24
+ "name" : " ST Nucleo WL55JC" ,
25
+ "upload" : {
26
+ "maximum_ram_size" : 65536 ,
27
+ "maximum_size" : 262144 ,
28
+ "protocol" : " stlink" ,
29
+ "protocols" : [
30
+ " jlink" ,
31
+ " cmsis-dap" ,
32
+ " stlink" ,
33
+ " mbed"
34
+ ]
35
+ },
36
+ "url" : " https://www.st.com/en/evaluation-tools/nucleo-wl55jc.html" ,
37
+ "vendor" : " ST"
38
+ }
You can’t perform that action at this time.
0 commit comments