fdcavalcanti opened a new pull request, #18533:
URL: https://github.com/apache/nuttx/pull/18533
## Summary
* boards/risc-v/esp32c6: remove debug options from defconfig
Removes debug options from two defconfigs which should not been set.
## Impact
<!--Please fill the following sections with YES/NO and provide a brief
explanation-->
Impact on user: No.
<!--Does it impact user's applications? How?-->
Impact on build: No.
<!--Does it impact on building NuttX? How? (please describe the required
changes on the build system)-->
Impact on hardware: No.
<!--Does it impact a specific hardware supported by NuttX?-->
Impact on documentation: No.
<!--Does it impact the existing documentation? Please provide additional
documentation to reflect that-->
Impact on security: No.
<!--Does it impact NuttX's security?-->
Impact on compatibility: No.
<!--Does it impact compatibility between previous and current versions? Is
this a breaking change?-->
## Testing
Test building and `refresh` script.
```
$ ./tools/refresh.sh --silent esp32c6-devkitc:wifi
[1/1] Normalize esp32c6-devkitc:wifi
$ ./tools/refresh.sh --silent esp32c6-devkitc:sdmmc_spi
[1/1] Normalize esp32c6-devkitc:sdmmc_spi
```
### Building
Both defconfigs build normally.
--
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]