File tree 9 files changed +27
-0
lines changed
9 files changed +27
-0
lines changed Original file line number Diff line number Diff line change 3
3
"cpu" : " cortex-m7" ,
4
4
"extra_flags" : " -DSTM32F7 -DSTM32F746xx" ,
5
5
"f_cpu" : " 216000000L" ,
6
+ "framework_extra_flags" : {
7
+ "arduino" : " -DCUSTOM_PERIPHERAL_PINS"
8
+ },
6
9
"mcu" : " stm32f746ngh6" ,
7
10
"product_line" : " STM32F746xx" ,
8
11
"variant" : " STM32F7xx/F746B(E-G)T_F746N(E-G)H_F750N8H_F756BGT_F756NGH" ,
Original file line number Diff line number Diff line change 3
3
"cpu" : " cortex-m7" ,
4
4
"extra_flags" : " -DSTM32H7 -DSTM32H7xx -DSTM32H747xx" ,
5
5
"f_cpu" : " 400000000L" ,
6
+ "framework_extra_flags" : {
7
+ "arduino" : " -DCUSTOM_PERIPHERAL_PINS"
8
+ },
6
9
"mcu" : " stm32h747xih6" ,
7
10
"product_line" : " STM32H747xx" ,
8
11
"zephyr" : {
Original file line number Diff line number Diff line change 4
4
"cpu" : " cortex-m4" ,
5
5
"extra_flags" : " -DSTM32F4 -DSTM32F407xx -DSTM32F40_41xxx" ,
6
6
"f_cpu" : " 168000000L" ,
7
+ "framework_extra_flags" : {
8
+ "arduino" : " -DCUSTOM_PERIPHERAL_PINS"
9
+ },
7
10
"mcu" : " stm32f407vet6" ,
8
11
"product_line" : " STM32F407xx" ,
9
12
"variant" : " STM32F4xx/F407V(E-G)T_F417V(E-G)T"
Original file line number Diff line number Diff line change 4
4
"cpu" : " cortex-m4" ,
5
5
"extra_flags" : " -DSTM32L4 -DSTM32L452xx" ,
6
6
"f_cpu" : " 80000000L" ,
7
+ "framework_extra_flags" : {
8
+ "arduino" : " -DCUSTOM_PERIPHERAL_PINS"
9
+ },
7
10
"mcu" : " stm32l452ret6" ,
8
11
"product_line" : " STM32L452xx" ,
9
12
"variant" : " STM32L4xx/L452RC(I-T-Y)_L452RE(I-T-Y)x(P)_L462RE(I-T-Y)"
Original file line number Diff line number Diff line change 4
4
"cpu" : " cortex-m4" ,
5
5
"extra_flags" : " -DSTM32WL -DSTM32WLxx -DSTM32WLE5xx" ,
6
6
"f_cpu" : " 48000000L" ,
7
+ "framework_extra_flags" : {
8
+ "arduino" : " -DCUSTOM_PERIPHERAL_PINS"
9
+ },
7
10
"mcu" : " stm32wle5jc" ,
8
11
"product_line" : " STM32WLE5xx" ,
9
12
"variant" : " STM32WLxx/WL54JCI_WL55JCI_WLE4J(8-B-C)I_WLE5J(8-B-C)I"
Original file line number Diff line number Diff line change 7
7
"cpu" : " cortex-m4" ,
8
8
"extra_flags" : " -DSTM32F4 -DSTM32F429xx" ,
9
9
"f_cpu" : " 180000000L" ,
10
+ "framework_extra_flags" : {
11
+ "arduino" : " -DCUSTOM_PERIPHERAL_PINS"
12
+ },
10
13
"mcu" : " stm32f429zit6" ,
11
14
"product_line" : " STM32F429xx" ,
12
15
"variant" : " STM32F4xx/F427Z(G-I)T_F429ZET_F429Z(G-I)(T-Y)_F437Z(G-I)T_F439Z(G-I)(T-Y)"
Original file line number Diff line number Diff line change 6
6
"cpu" : " cortex-m4" ,
7
7
"extra_flags" : " -DSTM32F4 -DSTM32F439xx" ,
8
8
"f_cpu" : " 180000000L" ,
9
+ "framework_extra_flags" : {
10
+ "arduino" : " -DCUSTOM_PERIPHERAL_PINS"
11
+ },
9
12
"mcu" : " stm32f439zit6" ,
10
13
"product_line" : " STM32F439xx" ,
11
14
"variant" : " STM32F4xx/F427Z(G-I)T_F429ZET_F429Z(G-I)(T-Y)_F437Z(G-I)T_F439Z(G-I)(T-Y)"
Original file line number Diff line number Diff line change 4
4
"cpu" : " cortex-m4" ,
5
5
"extra_flags" : " -DSTM32F3 -DSTM32F303xC -DBLACKPILL_F303CC" ,
6
6
"f_cpu" : " 72000000L" ,
7
+ "framework_extra_flags" : {
8
+ "arduino" : " -DCUSTOM_PERIPHERAL_PINS"
9
+ },
7
10
"mcu" : " stm32f303cct6" ,
8
11
"product_line" : " STM32F303xC" ,
9
12
"variant" : " STM32F3xx/F303C(B-C)T"
Original file line number Diff line number Diff line change 3
3
"cpu" : " cortex-m4" ,
4
4
"extra_flags" : " -DSTM32L4 -DSTM32L4xx -DSTM32L4R9xx" ,
5
5
"f_cpu" : " 120000000L" ,
6
+ "framework_extra_flags" : {
7
+ "arduino" : " -DCUSTOM_PERIPHERAL_PINS"
8
+ },
6
9
"mcu" : " stm32l4r9zi" ,
7
10
"product_line" : " STM32L4R9xx" ,
8
11
"variant" : " STM32L4xx/L4R9Z(G-I)J_L4S9ZIJ"
You can’t perform that action at this time.
0 commit comments