fdcavalcanti opened a new pull request, #15524: URL: https://github.com/apache/nuttx/pull/15524
## Summary ESP32S3 on the usbnsh defconfig fails to bring up the expected ttyACMx when DEBUG_ASSERTIONS are enabled. After reset, the ACM0 comes up and quickly disconnects. Somehow, it worked without DEBUG_ASSERTIONS. Issue was found to be a assignment of `/dev/console` on both CDC_ACM and DEV_CONSOLE setup, which would returned a negated ERRNO on `group_setupidlefiles`. This PR disables `CONFIG_DEV_CONSOLE` and fixes the issue. ## Impact Allows use of esp32s3-devkit:usbnsh when DEBUG_ASSERTIONS are enabled. ## Testing Manually tested this defconfig in many reset scenarios. Internal CI testing as well. -- 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]
