This is an automated email from the ASF dual-hosted git repository.
pkarashchenko pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx-apps.git.
from 997379d netutils/webserver: Fix the compiler error when -no-builtin
is removed
new 77382e7 process-spawn.c: switch uv_socketpair to uv_pipe
new 29374c9 system/adb: Replace NuttX special shell service with microADB
builtin one
new 02a095b system/adb: Download the last version of microADB
The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
system/adb/Kconfig | 33 +++-
system/adb/Makefile | 19 +-
system/adb/logcat_service.c | 2 +-
system/adb/shell_pipe.c | 259 ---------------------------
system/adb/shell_pipe.h | 56 ------
system/adb/shell_service.c | 212 ----------------------
system/libuv/0001-libuv-port-for-nuttx.patch | 4 +-
7 files changed, 36 insertions(+), 549 deletions(-)
delete mode 100644 system/adb/shell_pipe.c
delete mode 100644 system/adb/shell_pipe.h
delete mode 100644 system/adb/shell_service.c