This is an automated email from the ASF dual-hosted git repository.

masayuki pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx.git


The following commit(s) were added to refs/heads/master by this push:
     new ffa6004b5a boards/esp32-devkitc: Disable FPU test for knsh defconfig
ffa6004b5a is described below

commit ffa6004b5a612e89fd2cb79a81f2e916723fcef7
Author: Gustavo Henrique Nihei <gustavo.ni...@espressif.com>
AuthorDate: Tue Dec 13 15:57:01 2022 -0300

    boards/esp32-devkitc: Disable FPU test for knsh defconfig
    
    FPU test is not supported under Protected Mode.
    
    Signed-off-by: Gustavo Henrique Nihei <gustavo.ni...@espressif.com>
---
 boards/xtensa/esp32/esp32-devkitc/configs/knsh/defconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/boards/xtensa/esp32/esp32-devkitc/configs/knsh/defconfig 
b/boards/xtensa/esp32/esp32-devkitc/configs/knsh/defconfig
index cf3abae7bc..1dce6b8463 100644
--- a/boards/xtensa/esp32/esp32-devkitc/configs/knsh/defconfig
+++ b/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
 CONFIG_UART0_SERIAL_CONSOLE=y

Reply via email to