yangsong8-a1 commented on PR #17471: URL: https://github.com/apache/nuttx/pull/17471#issuecomment-3637475442
@cederom yes. The error in PR https://github.com/apache/nuttx-apps/pull/3239 is related to ADBD_SHELL_SERVICE. Because adding `depends on` causes this configuration to be disabled on some boards, I checked: ``` nuttx/boards$ grep -nr ADBD_SHELL_SERVICE xtensa/esp32s3/lckfb-szpi-esp32s3/configs/adb/defconfig:3:CONFIG_ADBD_SHELL_SERVICE=y xtensa/esp32s3/esp32s3-devkit/configs/adb/defconfig:3:CONFIG_ADBD_SHELL_SERVICE=y arm/stm32/stm32f4discovery/configs/adb/defconfig:12:CONFIG_ADBD_SHELL_SERVICE=y arm/stm32/photon/configs/adb/defconfig:17:CONFIG_ADBD_SHELL_SERVICE=y arm/stm32/stm32f103-minimum/configs/adb/defconfig:31:CONFIG_ADBD_SHELL_SERVICE=y arm/imx6/sabre-6quad/configs/netnsh_wb/defconfig:11:CONFIG_ADBD_SHELL_SERVICE=y arm/imx6/sabre-6quad/configs/netnsh_wb/defconfig:12:CONFIG_ADBD_SHELL_SERVICE_PATH="/system/bin/sh" arm/imx6/sabre-6quad/configs/netnsh/defconfig:11:CONFIG_ADBD_SHELL_SERVICE=y arm/imx6/sabre-6quad/configs/netnsh/defconfig:12:CONFIG_ADBD_SHELL_SERVICE_PATH="/system/bin/sh" sim/sim/sim/configs/usbdev/defconfig:10:CONFIG_ADBD_SHELL_SERVICE=y sim/sim/sim/configs/adb/defconfig:11:CONFIG_ADBD_SHELL_SERVICE=y ``` -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
