pbarada opened a new pull request, #18699:
URL: https://github.com/apache/nuttx/pull/18699

   ## Summary
   
   arch/arm/include/imx6/irq.h looks to originally be for i.MX6 Quad and 
includes multiple (re)definitions of IRQ names, some of which are different or 
don't exist on i.MX6 SoloLite/Solo/Dual/DualLite. Update irq.h to 
specify/reserve IRQ names/numbers as defined by the IM6SDLRM, IMX6DLRM, and 
IMX6DQRM reference manuals.
   
   ## Impact
   
   User experience: No adaptation required.
   Build: No impact.
   Hardware: Should not affect i.MX 6--based boards.
   Documentation: No impact.
   Security: No impact.
   Compatibility: No impact.
   
   ## Testing
   
   Build Host:
   
   - OS: Ubuntu 24.04.4 LTS
   - Compiler: arm-none-eabi-gcc 13.2.1
   
   Target: None (I have no i.MX6 hardware)
   
   Built all ARM builds using modified tools/testbuild.sh script with increased 
warnings (-Wall -Wextra -Wsystem-headers -Wformat -Wno-unused-parameter 
-Wno-missing-field-initializers -Wno-implicit-fallthrough), verfied all i.MX6 
boards built successfully and no redefinition warnings (from imx6/irq.h).


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to