keever50 commented on PR #16281: URL: https://github.com/apache/nuttx/pull/16281#issuecomment-2847198409
> > is it possible that the GPIO driver is a requirement and the RP2040 GPIO interrupts are depended on that? Because I dont get dependency warnings > > No, the GPIO functions (rp2040_*) are not dependent on the gpio driver, that is just a wrapper for application code. Did you say you're also not able to set up interrupts on main? thats correct. On main I am unable to make it work. Are you able to make it work during board initialization? Because some device drivers require pin interrupts to be attached, which is done during board init, which is why I am doing it this way instead through an application. -- 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: commits-unsubscr...@nuttx.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org