Old-Ding opened a new pull request, #19368:
URL: https://github.com/apache/nuttx/pull/19368

   ## Summary
   
   Refresh the `esp32s3-m5-cardputer:lvglterm` defconfig by dropping the 
explicit `CONFIG_EXAMPLES_LVGLTERM_INPUT_KBD=y` entry that `savedefconfig` 
removes during CI normalization.
   
   This prevents unrelated pull requests from failing the xtensa normalize 
check with a dirty NuttX tree.
   
   ## Root Cause
   
   The saved defconfig contains an explicit option that the generated minimal 
defconfig no longer keeps. In CI, the normalize step for 
`esp32s3-m5-cardputer/lvglterm` reports:
   
   ```text
   50d49
   < CONFIG_EXAMPLES_LVGLTERM_INPUT_KBD=y
   ```
   
   and then leaves 
`boards/xtensa/esp32s3/esp32s3-m5-cardputer/configs/lvglterm/defconfig` 
modified.
   
   ## Testing
   
   - `git diff --check origin/master..HEAD`
   - Not run locally: `./tools/checkpatch.sh -f 
boards/xtensa/esp32s3/esp32s3-m5-cardputer/configs/lvglterm/defconfig` because 
this Windows host does not have `make`; the script cannot build/use 
`tools/nxstyle` locally.


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