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

   ## Summary
   Merge common configurations so that when adding new boards, duplicate 
content will not be copied.
   
   ## Impact
   boards/esp32s3: MTD, FS, PM and I2C.
   
   ## Testing
   1. Selftest
   ```bash
   # a. Refreshing board configurations
   ./tools/refresh.sh --silent arch:xtensa
   $ echo $?
   0
   
   # b. Check if there is anything missing
   $ git diff HEAD . | grep "^[+-]" | sed 's/^[-+]*//' | sed 's/^ [ab]*//' | 
grep -v "^$" | sort -u | wc -l
   66
   $ git diff HEAD . | grep "^[+-]" | sort -u | wc -l
   132
   ```
   2. CI
   


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