mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
10 lines
206 B
Plaintext
10 lines
206 B
Plaintext
|
menu "TESTS"
|
||
|
|
||
|
config FP_TEST_ENABLE
|
||
|
bool "Enable test fp"
|
||
|
default "y"
|
||
|
help
|
||
|
For FPGA single core CPU which has no floating point support, floating point test should be disabled.
|
||
|
|
||
|
endmenu
|