[genpimap] Ignore STM32MP*.xml provided with STM32CubeMX 5.1.0
Signed-off-by: Frederic.Pillon <frederic.pillon@st.com>
This commit is contained in:
parent
3139ebaafd
commit
059e2c8c22
1 changed files with 1 additions and 1 deletions
|
|
@ -917,7 +917,7 @@ if args.mcu:
|
||||||
quit()
|
quit()
|
||||||
mcu_list.append(args.mcu)
|
mcu_list.append(args.mcu)
|
||||||
else:
|
else:
|
||||||
mcu_list = fnmatch.filter(os.listdir(cubemxdir), "STM32*.xml")
|
mcu_list = fnmatch.filter(os.listdir(cubemxdir), "STM32[!M][!P]*.xml")
|
||||||
|
|
||||||
if args.list:
|
if args.list:
|
||||||
print("Available xml files description: %i" % len(mcu_list))
|
print("Available xml files description: %i" % len(mcu_list))
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue