File tree 2 files changed +0
-6
lines changed
2 files changed +0
-6
lines changed Original file line number Diff line number Diff line change 1
1
:: See xml file name in C:\Program Files\STMicroelectronics\STM32Cube\STM32CubeMX\db\mcu
2
2
3
- :: GPIO AF function not supported:: python genpinmap_arduino.py NUCLEO_F030R8 "STM32F030R8Tx.xml"
4
- :: GPIO AF function not supported::python genpinmap_arduino.py DISCO_F051R8 "STM32F051R8Tx.xml"
5
-
6
3
python genpinmap_arduino.py NUCLEO_F030R8 " STM32F030R8Tx.xml"
7
4
python genpinmap_arduino.py NUCLEO_F091RC " STM32F091R(B-C)Tx.xml"
8
5
python genpinmap_arduino.py DISCO_F100RB " STM32F100R(8-B)Tx.xml"
Original file line number Diff line number Diff line change @@ -20,9 +20,6 @@ set -o nounset # Treat unset variables as an error
20
20
21
21
# See xml file name in <STM32CubeMX install dir>\db\mcu
22
22
23
- # GPIO AF function not supported:: python genpinmap_arduino.py NUCLEO_F030R8 "STM32F030R8Tx.xml"
24
- # GPIO AF function not supported::python genpinmap_arduino.py DISCO_F051R8 "STM32F051R8Tx.xml"
25
- #
26
23
python genpinmap_arduino.py NUCLEO_F030R8 " STM32F030R8Tx.xml"
27
24
python genpinmap_arduino.py NUCLEO_F091RC " STM32F091R(B-C)Tx.xml"
28
25
python genpinmap_arduino.py DISCO_F100RB " STM32F100R(8-B)Tx.xml"
You can’t perform that action at this time.
0 commit comments