Skip to content

Commit 9a38441

Browse files
committed
Add BluePill and MapleMini to the scripts
Signed-off-by: Frederic.Pillon <[email protected]>
1 parent a346572 commit 9a38441

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

src/genpinmap/genpinmap_arduino.bat

+4
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@ python genpinmap_arduino.py NUCLEO_L432KC "STM32L432K(B-C)Ux.xml"
1717
python genpinmap_arduino.py DISCO_L475VG "STM32L475V(C-E-G)Tx.xml"
1818
python genpinmap_arduino.py NUCLEO_L476RG "STM32L475R(C-E-G)Tx.xml"
1919

20+
python genpinmap_arduino.py BLUEPILL_F103C8 "STM32F103C(8-B)Tx.xml"
21+
::same for MAPLEMINI_F103CB
22+
python genpinmap_arduino.py MAPLEMINI_F103CB "STM32F103C(8-B)Tx.xml"
23+
2024
pause
2125
::python genpinmap_arduino.py B96B_F446VE "STM32F446V(C-E)Tx.xml"
2226
::python genpinmap_arduino.py DISCO_F303VC "STM32F303V(B-C)Tx.xml"

src/genpinmap/genpinmap_arduino.sh

+4
Original file line numberDiff line numberDiff line change
@@ -36,3 +36,7 @@ python genpinmap_arduino.py NUCLEO_L152RE "STM32L152RETx.xml"
3636
python genpinmap_arduino.py NUCLEO_L432KC "STM32L432K(B-C)Ux.xml"
3737
python genpinmap_arduino.py DISCO_L475VG "STM32L475V(C-E-G)Tx.xml"
3838
python genpinmap_arduino.py NUCLEO_L476RG "STM32L475R(C-E-G)Tx.xml"
39+
40+
python genpinmap_arduino.py BLUEPILL_F103C8 "STM32F103C(8-B)Tx.xml"
41+
#same for MAPLEMINI_F103CB
42+
python genpinmap_arduino.py MAPLEMINI_F103CB "STM32F103C(8-B)Tx.xml"

0 commit comments

Comments
 (0)