mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-18 12:52:44 +01:00
cpu/stm32: Generate the irqs in a reproducible manner
This commit is contained in:
parent
64c7332874
commit
deb8d34c43
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…
Reference in New Issue
Block a user