mirror of
https://github.com/apache/nuttx.git
synced 2026-05-22 05:42:05 +08:00
870c96350f
Rename STM32_IRQ_NEXTINT to STM32_IRQ_NEXTINTS across all stm32 variants. In stm32_dumpnvic() dynamically print NVIC enable and priority registers based on STM32_IRQ_NEXTINTS. Use PRIx32 format specifier instead of 'x' (since uint32_t on arm is actually a long unsigned int). Simplify if/else chain in stm32_irqinfo() to determine irq reg/bit. There's no stm32_irqinfo.c; remove mention in stm32f0l0g0/Make.defs. Signed-off-by Peter Barada <peter.barada@gmail.com>