File tree Expand file tree Collapse file tree 1 file changed +43
-0
lines changed Expand file tree Collapse file tree 1 file changed +43
-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" : " -DSTM32G4 -DSTM32G4xx -DSTM32G491xx" ,
6+ "f_cpu" : " 170000000L" ,
7+ "mcu" : " stm32g491ret6" ,
8+ "product_line" : " STM32G491xx" ,
9+ "variant" : " STM32G491RE"
10+ },
11+ "connectivity" : [
12+ " can"
13+ ],
14+ "debug" : {
15+ "default_tools" : [
16+ " stlink"
17+ ],
18+ "jlink_device" : " STM32G491RE" ,
19+ "onboard_tools" : [
20+ " stlink"
21+ ],
22+ "openocd_target" : " stm32g4x" ,
23+ "svd_path" : " STM32G491xx.svd"
24+ },
25+ "frameworks" : [
26+ " stm32cube"
27+ ],
28+ "name" : " Nucleo G491RE" ,
29+ "upload" : {
30+ "maximum_ram_size" : 114688 ,
31+ "maximum_size" : 524288 ,
32+ "protocol" : " stlink" ,
33+ "protocols" : [
34+ " stlink" ,
35+ " jlink" ,
36+ " cmsis-dap" ,
37+ " blackmagic" ,
38+ " mbed"
39+ ]
40+ },
41+ "url" : " https://www.st.com/en/evaluation-tools/nucleo-g491re.html" ,
42+ "vendor" : " ST"
43+ }
You can’t perform that action at this time.
0 commit comments