-
Notifications
You must be signed in to change notification settings - Fork 654
Adb configuration optimization #3239
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
Conversation
Without this configuration, when executing exit in adb shell, adb will not be able to exit because it cannot receive the close packet. Signed-off-by: yangsong8 <[email protected]>
cederom
left a comment
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.
Thank you @yangsong8-a1 :-)
Git commit message is required, thus CI fail, please update :-)
thank you :-) |
|
Hmm, still build errors, please take a look https://github.com/apache/nuttx-apps/actions/runs/20050541456/job/57540427987?pr=3239#step:10:1441. |
|
@yangsong8-a1 please update sim/adb defconfig to fix the ci error: |
For TCP-based adb, if the current CPU contains TCP protocol stack, then NET_TCPBACKLOG needs to be enabled. Signed-off-by: yangsong8 <[email protected]>
dd686c1
|
update defconfig patch : apache/nuttx#17471 |
Thank you @yangsong8-a1 :-) @xiaoxiang781216 will merge dependencies soon.. maybe CI restart here is enough or the rebase will be necessary if that fails :-) |
|
CI failed again, I have restarted all jobs. Maybe rebase is required? |
|
thank you :-) |
@cederom ci pass now. |
cederom
left a comment
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.
Thank you @yangsong8-a1 and @xiaoxiang781216 :-)
Summary
Optimize and update adb-related configurations.
Impact
Optimize and update adb-related configurations.
Testing
Host: ubuntu 22.04.1
Target: sim and tricore device