microADB icon indicating copy to clipboard operation
microADB copied to clipboard

ADB server implementation for MCUs

Results 9 microADB issues
Sort by recently updated
recently updated
newest added

microADB: using timer to check usb hotplug event let's setup timer to check usb hotplug, and keep adbd always alive.

`adb daemon` runs in terminal 1 like `./build/adbd`, `adb shell xxx` for adb shell test commands run in terminal 2 like `adb shell date`. It works fine in terminal 2...

This commit implements support for the following features: * Reverse a socket connection: adb reverse tcp: tcp: * List all reverse socket connections: adb reverse --list * Remove the specified...

# Summary 1. Fix used after free issue about handle close - 243f21e2ec8081e26131357a590bed45a783013b 2. Fix memory leaks when adbd exit - 6b47b63c14d4bcef45df1ecb7265a93109fbf56c 3. Call service_close to send CLSE frame when...

## Summary A successful write() may transfer fewer than count bytes. Link: https://github.com/spiriou/microADB/pull/43 ## Impact adb/qemu_pipe ## Testing CI

## Summary New features for microADB, please see the commit message for details. - a34e817f3251e32c8579141801c77d12ededae0f: The host report "error: closed" after `adb reboot` - 861e8cbf590fd023bc617537d368b231f977e35c: Fix crash - 19345e8a9a4f1df3c476336d135481591001c9ce: Skip...

# Summary 1. Support using timer to check usb hotplug event 2. Support using inotify to check usb hotplug event # Impack The new features enabled by `CONFIG_ADBD_USB_HOTPLUG_BYNOTIFY` and `ADBD_USB_HOTPLUG_BYTIMER`...