raiden00pl commented on PR #12439:
URL: https://github.com/apache/nuttx/pull/12439#issuecomment-2143461474

   @acassis rp2040 is one chip, so the complexity of the options will be at a 
completely different level than stm32, where we have dozens of chips with 
different features. But there is definitely room for improvement in Kconfig.
   
   I'm trying to create a configuration for the sim target where all possible 
options are enabled (or as many as possible for this arch) to find errors 
related to gcc14.
   I found that many options in Kconfig have missing dependencies, so we can 
enable options that should not be enabled for a given configuration because it 
causes compilation errors. 
   
   A fuzzer for NuttX configuration would be a good idea :)


-- 
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