Closed CanastraRF closed 4 months ago
Hi Some files for example stm32f479xx.h are not nice formatted. the IRQ enum looks like this
... ..CRYP_IRQn = 79, /!< CRYP crypto global interrupt / ..HASH_RNG_IRQn = 80, /!< Hash and Rng global interrupt / ..FPU_IRQn = 81, /!< FPU global interrupt / ........................................UART7_IRQn = 82, /!< UART7 global interrupt / ........................................UART8_IRQn = 83, /!< UART8 global interrupt / ........................................SPI4_IRQn = 84, /!< SPI4 global Interrupt / ...
Please improve this.
Hello @CanastraRF,
Hello, thank you for your report. This will be fixed.
With Regards,
ST Internal Reference: 183772
Fixed in d7cb2bb74395b7f27e137da8adb5ad25f0aa0e78
Hi Some files for example stm32f479xx.h are not nice formatted. the IRQ enum looks like this
... ..CRYP_IRQn = 79, /!< CRYP crypto global interrupt / ..HASH_RNG_IRQn = 80, /!< Hash and Rng global interrupt / ..FPU_IRQn = 81, /!< FPU global interrupt / ........................................UART7_IRQn = 82, /!< UART7 global interrupt / ........................................UART8_IRQn = 83, /!< UART8 global interrupt / ........................................SPI4_IRQn = 84, /!< SPI4 global Interrupt / ...
Please improve this.