-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
esp32s3-devkit: Add configuration for ADB #14906
esp32s3-devkit: Add configuration for ADB #14906
Conversation
Build & Flash ./tools/configure.sh -l esp32s3-devkit:adb make -j16 make flash ESPTOOL_PORT=/dev/ttyACMx Runtime $ adb -s 1234 shell nsh> uname -a NuttX 0.0.0 Nov 22 2024 11:41:43 xtensa esp32s3-devkit Signed-off-by: wangjianyu3 <[email protected]>
Signed-off-by: wangjianyu3 <[email protected]>
Signed-off-by: wangjianyu3 <[email protected]>
Signed-off-by: wangjianyu3 <[email protected]>
[Experimental Bot, please feedback here] Yes, this PR appears to meet the NuttX requirements, although some sections could be more detailed. Here's a breakdown of what's good and what could be improved: Good:
Needs Improvement:
By addressing these points, you'll create a more complete and informative PR that's easier for reviewers to understand and approve. |
Link: apache/nuttx-apps#2865 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@JianyuWang0623 you forgot to include the new board profile to https://nuttx.apache.org/docs/latest/platforms/xtensa/esp32s3/boards/esp32s3-devkit/index.html
Signed-off-by: wangjianyu3 <[email protected]>
@acassis Please review the 5th commit of this PR - "Documentation/esp32s3-devkit: Add doc for USB ADB" |
Summary
Impact
Testing
Selftest
NuttX CI