masayuki2009 commented on PR #8641: URL: https://github.com/apache/nuttx/pull/8641#issuecomment-1451402068
@no1wudi I tried esp32-devkitc:wapi_smp (non-SMP, no TCP_WRITE_BUFFERS) and found that the help command is still too slow. ``` --- a/boards/xtensa/esp32/esp32-devkitc/configs/wapi_smp/defconfig +++ b/boards/xtensa/esp32/esp32-devkitc/configs/wapi_smp/defconfig @@ -67,7 +67,6 @@ CONFIG_NET_ICMP=y CONFIG_NET_ICMP_SOCKET=y CONFIG_NET_STATISTICS=y CONFIG_NET_TCP=y -CONFIG_NET_TCP_WRITE_BUFFERS=y CONFIG_NET_UDP=y CONFIG_NFS=y CONFIG_NSH_ARCHINIT=y @@ -89,8 +88,6 @@ CONFIG_RTC_DRIVER=y CONFIG_RTC_NALARMS=2 CONFIG_SCHED_LPWORK=y CONFIG_SIG_DEFAULT=y -CONFIG_SMP=y -CONFIG_SMP_NCPUS=2 CONFIG_SPI=y CONFIG_SPIFFS_NAME_MAX=48 CONFIG_STACK_COLORATION=y ``` https://user-images.githubusercontent.com/25843920/222357594-80c7f6fc-ddf2-4d8d-a1c7-facacfa2106d.mov -- 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: commits-unsubscr...@nuttx.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org