nuttx-apps/system/adb
wangjianyu3 38b54f6fc5 system/adb: Waiting for enumeration to complete before opening endpoint
Env

  esp32s3-devkit:adb

Error

  adbd [3:100]

  NuttShell (NSH)
  nsh> adb_uv_usb_setup (154): failed to open usb device -1 2

Test
  + adb_log("Waiting for %s ..", ep);

  adbd [3:100]

  NuttShell (NSH)
  nsh> adbd_main (161): Waiting for /dev/adb0/ep0 ..

  nsh> ps
    PID GROUP PRI POLICY   TYPE    NPX STATE    EVENT     SIGMASK            STACK COMMAND
      0     0   0 FIFO     Kthread   - Ready              0000000000000000 0003008 Idle_Task
      1     0 224 RR       Kthread   - Waiting  Semaphore 0000000000000000 0008080 hpwork 0x3fc8bc00 0x3fc8bc24
      2     2 100 RR       Task      - Running            0000000000000000 0003992 nsh_main
      3     3 100 RR       Task      - Waiting  Semaphore 0000000000000000 0008112 adbd
  nsh>

Signed-off-by: wangjianyu3 <wangjianyu3@xiaomi.com>
2024-11-23 01:44:19 +08:00
..
.gitignore libuv/adb: add gitignore files 2020-11-08 12:10:11 -08:00
adb_banner.c system/adb: fix build warning 2024-09-29 22:33:32 +02:00
adb_main.c system/adb: Waiting for enumeration to complete before opening endpoint 2024-11-23 01:44:19 +08:00
CMakeLists.txt system/adbd: Fix typo error(CONFIG_ADB_SERVER->CONFIG_SYSTEM_ADBD) 2024-10-07 21:25:42 +08:00
Kconfig system/adb: Fix log format error 2024-11-22 09:01:38 +08:00
logcat_service.c system/adb: Set threashold of syslog device to "1" for polling 2024-09-15 02:26:55 +08:00
Make.defs system: fix relative path CI error 2021-06-16 09:03:06 -05:00
Makefile system/adb: Implement ADB function through qemu pipe (1/3) 2024-10-12 10:43:11 +08:00