File tree Expand file tree Collapse file tree 2 files changed +117
-0
lines changed Expand file tree Collapse file tree 2 files changed +117
-0
lines changed Original file line number Diff line number Diff line change 1+ {
2+ "build" : {
3+ "arduino" : {
4+ "variant_h" : " variant_generic.h"
5+ },
6+ "core" : " stm32" ,
7+ "cpu" : " cortex-m4" ,
8+ "extra_flags" : " -DSTM32F407xx -DARDUINO_GENERIC_F407VETX -DSTM32F4" ,
9+ "f_cpu" : " 168000000L" ,
10+ "hwids" : [
11+ [
12+ " 0x1EAF" ,
13+ " 0x0003"
14+ ],
15+ [
16+ " 0x0483" ,
17+ " 0x3748"
18+ ]
19+ ],
20+ "mcu" : " stm32f407vet6" ,
21+ "product_line" : " STM32F407xx" ,
22+ "variant" : " STM32F4xx/F407V(E-G)T_F417V(E-G)T"
23+ },
24+ "debug" : {
25+ "default_tools" : [
26+ " stlink"
27+ ],
28+ "jlink_device" : " STM32F407VE" ,
29+ "openocd_extra_args" : [
30+ " -c" ,
31+ " reset_config none"
32+ ],
33+ "openocd_target" : " stm32f4x" ,
34+ "svd_path" : " STM32F40x.svd"
35+ },
36+ "frameworks" : [
37+ " arduino" ,
38+ " cmsis" ,
39+ " stm32cube" ,
40+ " libopencm3"
41+ ],
42+ "name" : " RYMCU STM32F407VE (192k RAM. 512k Flash)" ,
43+ "upload" : {
44+ "disable_flushing" : false ,
45+ "maximum_ram_size" : 131072 ,
46+ "maximum_size" : 514288 ,
47+ "protocol" : " stlink" ,
48+ "protocols" : [
49+ " jlink" ,
50+ " cmsis-dap" ,
51+ " stlink" ,
52+ " blackmagic" ,
53+ " serial" ,
54+ " dfu"
55+ ],
56+ "require_upload_port" : true ,
57+ "use_1200bps_touch" : false ,
58+ "wait_for_upload_port" : false
59+ },
60+ "url" : " https://rymcu.com/products" ,
61+ "vendor" : " RYMCU"
62+ }
Original file line number Diff line number Diff line change 1+ {
2+ "build" : {
3+ "arduino" : {
4+ "variant_h" : " variant_generic.h"
5+ },
6+ "core" : " stm32" ,
7+ "cpu" : " cortex-m3" ,
8+ "extra_flags" : " -DSTM32F103xE -DSTM32F1 -DARDUINO_GENERIC_F103VETX" ,
9+ "f_cpu" : " 72000000L" ,
10+ "hwids" : [
11+ [
12+ " 0x1EAF" ,
13+ " 0x0003"
14+ ],
15+ [
16+ " 0x1EAF" ,
17+ " 0x0004"
18+ ]
19+ ],
20+ "mcu" : " stm32f103vet6" ,
21+ "product_line" : " STM32F103xE" ,
22+ "variant" : " STM32F1xx/F103V(C-D-E)(H-T)"
23+ },
24+ "debug" : {
25+ "jlink_device" : " STM32F103VE" ,
26+ "openocd_target" : " stm32f1x" ,
27+ "svd_path" : " STM32F103xx.svd"
28+ },
29+ "frameworks" : [
30+ " arduino" ,
31+ " cmsis" ,
32+ " libopencm3" ,
33+ " stm32cube"
34+ ],
35+ "name" : " RYMCU Nebula Pi F103VE (64k RAM. 512k Flash)" ,
36+ "upload" : {
37+ "disable_flushing" : false ,
38+ "maximum_ram_size" : 65536 ,
39+ "maximum_size" : 524288 ,
40+ "protocol" : " stlink" ,
41+ "protocols" : [
42+ " jlink" ,
43+ " cmsis-dap" ,
44+ " stlink" ,
45+ " blackmagic" ,
46+ " serial" ,
47+ " dfu"
48+ ],
49+ "require_upload_port" : true ,
50+ "use_1200bps_touch" : false ,
51+ "wait_for_upload_port" : false
52+ },
53+ "url" : " https://rymcu.com/products" ,
54+ "vendor" : " RYMCU"
55+ }
You can’t perform that action at this time.
0 commit comments