Skip to content

Commit b3af4d9

Browse files
committed
✨ feat: add tiny_relay board configuration
Add board configuration for BB-STM32WL tiny relay variant with STM32WLE5CC MCU support including debug and upload protocols.
1 parent 736118f commit b3af4d9

File tree

1 file changed

+33
-0
lines changed

1 file changed

+33
-0
lines changed

boards/tiny_relay.json

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
{
2+
"build": {
3+
"arduino": {
4+
"variant_h": "variant_RAK3172_MODULE.h"
5+
},
6+
"core": "stm32",
7+
"cpu": "cortex-m4",
8+
"extra_flags": "-DSTM32WL -DSTM32WLxx -DSTM32WLE5xx",
9+
"framework_extra_flags": {
10+
"arduino": "-DUSE_CM4_STARTUP_FILE -DARDUINO_RAK3172_MODULE"
11+
},
12+
"f_cpu": "48000000L",
13+
"mcu": "stm32wle5ccu",
14+
"product_line": "STM32WLE5xx",
15+
"variant": "STM32WLxx/WL54CCU_WL55CCU_WLE4C(8-B-C)U_WLE5C(8-B-C)U"
16+
},
17+
"debug": {
18+
"default_tools": ["stlink"],
19+
"jlink_device": "STM32WLE5CC",
20+
"openocd_target": "stm32wlx",
21+
"svd_path": "STM32WLE5_CM4.svd"
22+
},
23+
"frameworks": ["arduino"],
24+
"name": "BB-STM32WL",
25+
"upload": {
26+
"maximum_ram_size": 65536,
27+
"maximum_size": 262144,
28+
"protocol": "stlink",
29+
"protocols": ["stlink", "jlink"]
30+
},
31+
"url": "YAOAO",
32+
"vendor": "YAOYAO"
33+
}

0 commit comments

Comments
 (0)