boards/esp32-devkitc: Disable FPU test for knsh defconfig

FPU test is not supported under Protected Mode.

Signed-off-by: Gustavo Henrique Nihei <gustavo.nihei@espressif.com>
This commit is contained in:
Gustavo Henrique Nihei 2022-12-13 15:57:01 -03:00 committed by Masayuki Ishikawa
parent 1555c9b8f8
commit ffa6004b5a
1 changed files with 1 additions and 0 deletions

View File

@ -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