spiriou commented on a change in pull request #445: URL: https://github.com/apache/incubator-nuttx-apps/pull/445#discussion_r514132601
########## File path: system/adb/Kconfig ########## @@ -0,0 +1,147 @@ +# +# For a description of the syntax of this configuration file, +# see the file kconfig-language.txt in the NuttX tools repository. +# + +menuconfig ADB_SERVER + bool "adb server command" + default n + ---help--- + Enable support for adb server. + +if ADB_SERVER + +config ADBD_STACKSIZE + int "adb stack size" + default 3072 Review comment: Sure. For now the stack requirement is way to high (3k). In the initial adbd version the stack usage was around 1500 bytes but I'll optimize it later. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org