Skip to content

Commit d4f2c75

Browse files
committed
Add support for STM32F10x
Signed-off-by: Frederic.Pillon <[email protected]>
1 parent e7753e4 commit d4f2c75

File tree

3 files changed

+665
-607
lines changed

3 files changed

+665
-607
lines changed

src/genpinmap/genpinmap_arduino.bat

+2-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@
55

66
python genpinmap_arduino.py NUCLEO_F030R8 "STM32F030R8Tx.xml"
77
python genpinmap_arduino.py NUCLEO_F091RC "STM32F091R(B-C)Tx.xml"
8-
#python genpinmap_arduino.py NUCLEO_F103RB "STM32F103R(8-B)Tx.xml"
8+
python genpinmap_arduino.py DISCO_F100RB "STM32F100R(8-B)Tx.xml"
9+
python genpinmap_arduino.py NUCLEO_F103RB "STM32F103R(8-B)Tx.xml"
910
python genpinmap_arduino.py NUCLEO_F207ZG "STM32F207Z(C-E-F-G)Tx.xml"
1011
python genpinmap_arduino.py NUCLEO_F303RE "STM32F303R(D-E)Tx.xml"
1112
python genpinmap_arduino.py NUCLEO_F401RE "STM32F401R(D-E)Tx.xml"

0 commit comments

Comments
 (0)