acassis commented on PR #18502: URL: https://github.com/apache/nuttx/pull/18502#issuecomment-4013932462
> > @tmedicci nice work! > > Question: did you already measure how much space disabling CONFIG_ESP32_GPIO_IRQ will save? > > If it is not much, makes more sense remove this option, it is source of issues when user try to use GPIO with interruption and discover it is not working because CONFIG_ESP32_GPIO_IRQ is disabled > > No, I didn't measure (and this bugfix isn't really an attempt to do that, it was just an experiment about unifying sources that I inadvertently added to the previous PR). I can try that when updating the sources. Right, I suggest removing it, about ESP32xx and RP2040 have this option to disable GPIO INT, I think it bring more headache then improved. Or at least it should be enable by default. -- 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]
