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

   ## Summary
   
   in the initial impl, the regex is depends on ALLOW_MIT_COMPONENTS, and if 
other modules want to use regex, also needs to depends on ALLOW_MIT_COMPONENTS, 
which is ambiguity, so we provide a seperate kconfig option for regex: 
LIBC_REGEX, which is depends on ALLOW_MIT_COMPONENTS, but is enabled by 
default. Thus if ALLOW_MIT_COMPONENTS is enabled, then the LIBC_REGEX is also 
enabled either automatically, and this is more clear than controlled by 
ALLOW_MIT_COMPONENTS option only.
   
   ## Impact
   
   ## Testing
   
   


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