We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bac8b22 commit 53d7706Copy full SHA for 53d7706
CI/update/stm32variant.py
@@ -2063,7 +2063,7 @@ def aggregate_dir():
2063
# Get all mcu_dir
2064
mcu_dirs = sorted(mcu_family.glob("*/"))
2065
# Get original directory list of current serie STM32YYxx
2066
- mcu_out_dirs_ori = sorted(out_family_path.glob("*/"))
+ mcu_out_dirs_ori = sorted(out_family_path.glob("*/**"))
2067
mcu_out_dirs_up = []
2068
# Group mcu directories when only expressions and xml file name are different
2069
while mcu_dirs:
0 commit comments