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

   ## Summary
   
   Update nxstyle whitelist to allow MixedCase identifiers used by the Xedge 
(Barracuda App Server) example.
   
     The following prefixes were added to g_white_prefix[]:
     - Ba
     - Thread
     - LThread
     - Http
     - Disk
     - Xedge
   
     The following exact identifiers were added to g_white_content_list[]:
     - baGetUnixTime
     - baParseDate
     - setDispExit
     - xedgeInitDiskIo
     - xedgeOpenAUX
     - platformInitDiskIo
     - ltMgr
     - Lt
   
   ## Impact
   
   Developers working with Xedge examples will no longer encounter nxstyle 
violations
   
   ## Testing
   
   This PR is part of a series and requires the following PRs to be applied for 
proper testing:
   
   nuttx-apps#3120: https://github.com/apache/nuttx-apps/pull/3120 (Barracuda 
App Server library)
   nuttx#16665: https://github.com/apache/nuttx/pull/16665 (Xedge example 
implementation)
   
   With both dependency PRs applied, run the following command to verify 
nxstyle compliance:
   
   ```
   ./nuttx/tools/checkpatch.sh -g HEAD~...HEAD
   ```


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

Reply via email to