We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7edab2d commit ca8b6cbCopy full SHA for ca8b6cb
targets/TARGET_STM/tools/STM32_gen_PeripheralPins.py
@@ -27,6 +27,8 @@
27
from argparse import RawTextHelpFormatter
28
import subprocess
29
30
+if sys.version_info[0] < 3: raise Exception("Python 3+ is required (recommended latest one)")
31
+
32
GENPINMAP_VERSION = "1.20.5"
33
34
ADD_DEVICE_IF = 0
0 commit comments