Skip to content

Commit 6bc8112

Browse files
authored
Add board LilyGo T3-STM32 (#875)
Signed-off-by: Andrew Yong <[email protected]>
1 parent 63d44cc commit 6bc8112

File tree

1 file changed

+38
-0
lines changed

1 file changed

+38
-0
lines changed

boards/lilygo_t3_stm32_v1.json

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

0 commit comments

Comments
 (0)