File tree 2 files changed +18
-9
lines changed
2 files changed +18
-9
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"build" : {
3
+ "arduino" : {
4
+ "variant_h" : " variant_CYGNET.h"
5
+ },
6
+ "core" : " stm32" ,
3
7
"cpu" : " cortex-m4" ,
4
- "extra_flags" : " -DSTM32L4 -DSTM32L433xx" ,
8
+ "extra_flags" : " -DSTM32L4 -DSTM32L4xx - DSTM32L433xx" ,
5
9
"f_cpu" : " 80000000L" ,
6
10
"framework_extra_flags" : {
7
- "arduino" : " -DCUSTOM_PERIPHERAL_PINS - DARDUINO_CYGNET -DPIO_FRAMEWORK_ARDUINO_ENABLE_CDC "
11
+ "arduino" : " -DARDUINO_CYGNET -DCUSTOM_PERIPHERAL_PINS "
8
12
},
9
13
"mcu" : " stm32l433cct6" ,
10
14
"product_line" : " STM32L433xx" ,
31
35
"upload" : {
32
36
"maximum_ram_size" : 65536 ,
33
37
"maximum_size" : 262144 ,
34
- "protocol" : " dfu " ,
38
+ "protocol" : " stlink " ,
35
39
"protocols" : [
36
40
" dfu" ,
37
- " jlink " ,
41
+ " blackmagic " ,
38
42
" cmsis-dap" ,
43
+ " jlink" ,
39
44
" stlink" ,
40
- " blackmagic" ,
41
45
" mbed"
42
46
]
43
47
},
Original file line number Diff line number Diff line change 5
5
},
6
6
"core" : " stm32" ,
7
7
"cpu" : " cortex-m4" ,
8
- "extra_flags" : " -DARDUINO_SWAN_R5 - DSTM32L4 -DSTM32L4xx -DSTM32L4R5xx" ,
8
+ "extra_flags" : " -DSTM32L4 -DSTM32L4xx -DSTM32L4R5xx" ,
9
9
"f_cpu" : " 120000000L" ,
10
10
"framework_extra_flags" : {
11
- "arduino" : " -DCUSTOM_PERIPHERAL_PINS"
11
+ "arduino" : " -DARDUINO_SWAN_R5 - DCUSTOM_PERIPHERAL_PINS"
12
12
},
13
13
"mcu" : " stm32l4r5ziy6" ,
14
14
"product_line" : " STM32L4R5xx" ,
18
18
" can"
19
19
],
20
20
"debug" : {
21
+ "default_tools" : [
22
+ " stlink"
23
+ ],
21
24
"jlink_device" : " STM32L4R5ZI" ,
22
25
"openocd_target" : " stm32l4x" ,
23
26
"svd_path" : " STM32L4R5.svd"
24
27
},
25
28
"frameworks" : [
26
29
" arduino" ,
27
- " stm32cube"
30
+ " cmsis" ,
31
+ " stm32cube" ,
32
+ " libopencm3"
28
33
],
29
34
"name" : " Blues Swan R5" ,
30
35
"upload" : {
41
46
" mbed"
42
47
]
43
48
},
44
- "url" : " https://blues.io /products/swan" ,
49
+ "url" : " https://blues.com /products/swan/ " ,
45
50
"vendor" : " Blues"
46
51
}
You can’t perform that action at this time.
0 commit comments