Skip to content

Commit 01e3f3f

Browse files
authored
Merge pull request #18 from fpistm/F1_AF
Add support for STM32F10x
2 parents e7753e4 + 2fa77a8 commit 01e3f3f

File tree

3 files changed

+671
-613
lines changed

3 files changed

+671
-613
lines changed

src/genpinmap/genpinmap_arduino.bat

+2-4
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
11
:: See xml file name in C:\Program Files\STMicroelectronics\STM32Cube\STM32CubeMX\db\mcu
22

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-
63
python genpinmap_arduino.py NUCLEO_F030R8 "STM32F030R8Tx.xml"
74
python genpinmap_arduino.py NUCLEO_F091RC "STM32F091R(B-C)Tx.xml"
8-
#python genpinmap_arduino.py NUCLEO_F103RB "STM32F103R(8-B)Tx.xml"
5+
python genpinmap_arduino.py DISCO_F100RB "STM32F100R(8-B)Tx.xml"
6+
python genpinmap_arduino.py NUCLEO_F103RB "STM32F103R(8-B)Tx.xml"
97
python genpinmap_arduino.py NUCLEO_F207ZG "STM32F207Z(C-E-F-G)Tx.xml"
108
python genpinmap_arduino.py NUCLEO_F303RE "STM32F303R(D-E)Tx.xml"
119
python genpinmap_arduino.py NUCLEO_F401RE "STM32F401R(D-E)Tx.xml"

0 commit comments

Comments
 (0)