File tree 1 file changed +5
-3
lines changed
1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -33,6 +33,8 @@ def find_gpio_file(xmldoc):
33
33
return res
34
34
35
35
def get_gpio_af_num (xml , pintofind , iptofind ):
36
+ if 'STM32F10' in sys .argv [2 ]:
37
+ return 'TBD'
36
38
# xml = parse('GPIO-STM32L051_gpio_v1_0_Modes.xml')
37
39
#xml = parse(gpiofile)
38
40
#DBG print ('pin to find ' + pintofind)
@@ -548,9 +550,9 @@ def sort_my_lists():
548
550
out_file = open (output_filename , 'w' )
549
551
550
552
# Check if Alternate functions in GPIO or old GPIO (no alternate)
551
- if 'STM32F10' in sys .argv [2 ]:
552
- print ("STM32F10xx MCU not supported due to older GPIO IP version\n " )
553
- quit ()
553
+ # if 'STM32F10' in sys.argv[2]:
554
+ # print ("STM32F10xx MCU not supported due to older GPIO IP version\n")
555
+ # quit()
554
556
555
557
gpiofile = find_gpio_file (xmldoc )
556
558
if gpiofile == 'ERROR' :
You can’t perform that action at this time.
0 commit comments