Merge pull request #16511 from rgrunbla/master
cpu/stm32: Generate the irqs in a reproducible manner
This commit is contained in:
commit
3d18f1ad67
2
cpu/stm32/dist/irqs/gen_irqs.py
vendored
2
cpu/stm32/dist/irqs/gen_irqs.py
vendored
@ -58,7 +58,7 @@ def list_cpu_lines(cpu_fam):
|
|||||||
headers.remove("partition_stm32l5xx.h")
|
headers.remove("partition_stm32l5xx.h")
|
||||||
headers.remove("stm32{}xx.h".format(cpu_fam))
|
headers.remove("stm32{}xx.h".format(cpu_fam))
|
||||||
headers.remove("system_stm32{}xx.h".format(cpu_fam))
|
headers.remove("system_stm32{}xx.h".format(cpu_fam))
|
||||||
return [header.split(".")[0] for header in headers]
|
return sorted([header.split(".")[0] for header in headers])
|
||||||
|
|
||||||
|
|
||||||
def irq_numof(cpu_fam, cpu_line):
|
def irq_numof(cpu_fam, cpu_line):
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user