From 9a384417b449c80ae7874d118c15750e01616c72 Mon Sep 17 00:00:00 2001 From: "Frederic.Pillon" Date: Mon, 21 Aug 2017 10:59:32 +0200 Subject: [PATCH] Add BluePill and MapleMini to the scripts Signed-off-by: Frederic.Pillon --- src/genpinmap/genpinmap_arduino.bat | 4 ++++ src/genpinmap/genpinmap_arduino.sh | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/src/genpinmap/genpinmap_arduino.bat b/src/genpinmap/genpinmap_arduino.bat index bc2fe898..a83e9816 100644 --- a/src/genpinmap/genpinmap_arduino.bat +++ b/src/genpinmap/genpinmap_arduino.bat @@ -17,6 +17,10 @@ python genpinmap_arduino.py NUCLEO_L432KC "STM32L432K(B-C)Ux.xml" python genpinmap_arduino.py DISCO_L475VG "STM32L475V(C-E-G)Tx.xml" python genpinmap_arduino.py NUCLEO_L476RG "STM32L475R(C-E-G)Tx.xml" +python genpinmap_arduino.py BLUEPILL_F103C8 "STM32F103C(8-B)Tx.xml" +::same for MAPLEMINI_F103CB +python genpinmap_arduino.py MAPLEMINI_F103CB "STM32F103C(8-B)Tx.xml" + pause ::python genpinmap_arduino.py B96B_F446VE "STM32F446V(C-E)Tx.xml" ::python genpinmap_arduino.py DISCO_F303VC "STM32F303V(B-C)Tx.xml" diff --git a/src/genpinmap/genpinmap_arduino.sh b/src/genpinmap/genpinmap_arduino.sh index b52302f5..518bec9d 100755 --- a/src/genpinmap/genpinmap_arduino.sh +++ b/src/genpinmap/genpinmap_arduino.sh @@ -36,3 +36,7 @@ python genpinmap_arduino.py NUCLEO_L152RE "STM32L152RETx.xml" python genpinmap_arduino.py NUCLEO_L432KC "STM32L432K(B-C)Ux.xml" python genpinmap_arduino.py DISCO_L475VG "STM32L475V(C-E-G)Tx.xml" python genpinmap_arduino.py NUCLEO_L476RG "STM32L475R(C-E-G)Tx.xml" + +python genpinmap_arduino.py BLUEPILL_F103C8 "STM32F103C(8-B)Tx.xml" +#same for MAPLEMINI_F103CB +python genpinmap_arduino.py MAPLEMINI_F103CB "STM32F103C(8-B)Tx.xml"