Skip to content

Commit 9c06593

Browse files
authored
Add support for the NUCLEO-WL55JCx (#544)
Resolved #543
1 parent 08a8f2c commit 9c06593

File tree

2 files changed

+30203
-0
lines changed

2 files changed

+30203
-0
lines changed

boards/nucleo_wl55jc.json

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
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+
}

0 commit comments

Comments
 (0)