-
Notifications
You must be signed in to change notification settings - Fork 22
New features and bugfix for microADB #42
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
Draft
JianyuWang0623
wants to merge
28
commits into
spiriou:master
Choose a base branch
from
JianyuWang0623:br_wjy_microadb_1011
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Changes from all commits
Commits
Show all changes
28 commits
Select commit
Hold shift + click to select a range
f3b9be1
fix: git status/git status --ignore normalization check problem
dengwenqi123 d6b1a7d
microADB: using timer to check usb hotplug event
Donny9 d096f23
microADB: setup timer when adbd run with usb plugout
Donny9 3fde409
microadb: fix used after free issue about handle close
Donny9 31f0b07
microADB: fix memory leaks when adbd exit
Donny9 e2fcaa6
microADB: using inotify to check usb hotplug event
Donny9 d021ceb
microADB: call service_close to send CLSE frame when child task exit
Donny9 cf9049b
microADB: avoid kick when read/write pipe had beed close
Donny9 a34e817
Send response before adb_reboot_impl()
JianyuWang0623 1f0a87c
hal_uv_client_usb.c: Call uv_write with one buffer instead two
xiaoxiang781216 9771f27
hal/hal_uv.c: Remove g_adbd_context global variable
xiaoxiang781216 6f95403
adb_client.c: Merge the handle of A_CNXN and A_AUTH to switch block
xiaoxiang781216 35c683a
Add on_ prefix to close_cb like other callback in adb_tcp_socket_s
xiaoxiang781216 bf816e1
Remove ID_QUIT handler from state_wait_cmd_data
xiaoxiang781216 c38ec55
Remove SYNC_TEMP_BUFF_SIZE check from state_process_send_sym and stat…
xiaoxiang781216 b23add5
Always report ID_DONE and ID_FAIL through syncmsg::status
xiaoxiang781216 a998092
Remove the assignment of client->socket.data
xiaoxiang781216 1d28038
Revert "hal_uv_client_usb.c: Call uv_write with one buffer instead two"
Donny9 861e8cb
Check whether client has services before close
JianyuWang0623 bc1fad4
microadb: using dents message to responde request "LIST"
Donny9 b62e148
adb/microadb: Copy packet to svc to prevent the current packet from b…
Donny9 86ec8aa
adb:do not send sigkill when shell close
guohao15 7f51157
microADB: Implement ADB function through qemu pipe (3/3)
19345e8
adb/microadb: Skip environment variables when exec logcat
JianyuWang0623 f4db1dd
adb: send close packet in on_child_exit method
yangsong8-a1 6a319a0
Revert "adb: send close packet in on_child_exit method"
yangsong8-a1 6888289
adb: only send close packet in on_child_exit method
yangsong8-a1 bb979b0
adb: check svc exiting flag in shell_write function
yangsong8-a1 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,2 @@ | ||
| *.o | ||
| hal/*.o | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
you can use another build folder with CMake, it doesn't have to be in the source folder.
Uh oh!
There was an error while loading. Please reload this page.
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.
@spiriou I think this change is for Makefile only since NuttX Makefile based build system doesn't support the out of tree.