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