xiaoxiang781216 commented on code in PR #7872: URL: https://github.com/apache/nuttx/pull/7872#discussion_r1047955557
########## boards/xtensa/esp32/esp32-devkitc/configs/knsh/defconfig: ########## @@ -62,4 +62,5 @@ CONFIG_START_YEAR=2011 CONFIG_SYSTEM_NSH=y CONFIG_TESTING_GETPRIME=y CONFIG_TESTING_OSTEST=y +CONFIG_TESTING_OSTEST_FPUTESTDISABLE=y Review Comment: @gustavonihei should we change fpu testing instead: https://github.com/apache/nuttx-apps/blob/master/testing/ostest/Kconfig#L81 ``` if ARCH_FPU && SCHED_WAITPID && BUILD_FLAT ``` and the related Makefile/Source code change. -- 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