Remove uneeded comment
Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
This commit is contained in:
parent
d4f2c75843
commit
c7435b673b
2 changed files with 0 additions and 6 deletions
|
|
@ -1,8 +1,5 @@
|
|||
:: See xml file name in C:\Program Files\STMicroelectronics\STM32Cube\STM32CubeMX\db\mcu
|
||||
|
||||
:: GPIO AF function not supported:: python genpinmap_arduino.py NUCLEO_F030R8 "STM32F030R8Tx.xml"
|
||||
:: GPIO AF function not supported::python genpinmap_arduino.py DISCO_F051R8 "STM32F051R8Tx.xml"
|
||||
|
||||
python genpinmap_arduino.py NUCLEO_F030R8 "STM32F030R8Tx.xml"
|
||||
python genpinmap_arduino.py NUCLEO_F091RC "STM32F091R(B-C)Tx.xml"
|
||||
python genpinmap_arduino.py DISCO_F100RB "STM32F100R(8-B)Tx.xml"
|
||||
|
|
|
|||
|
|
@ -20,9 +20,6 @@ set -o nounset # Treat unset variables as an error
|
|||
|
||||
# See xml file name in <STM32CubeMX install dir>\db\mcu
|
||||
|
||||
# GPIO AF function not supported:: python genpinmap_arduino.py NUCLEO_F030R8 "STM32F030R8Tx.xml"
|
||||
# GPIO AF function not supported::python genpinmap_arduino.py DISCO_F051R8 "STM32F051R8Tx.xml"
|
||||
#
|
||||
python genpinmap_arduino.py NUCLEO_F030R8 "STM32F030R8Tx.xml"
|
||||
python genpinmap_arduino.py NUCLEO_F091RC "STM32F091R(B-C)Tx.xml"
|
||||
python genpinmap_arduino.py DISCO_F100RB "STM32F100R(8-B)Tx.xml"
|
||||
|
|
|
|||
Loading…
Reference in a new issue