mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-08-01 20:29:00 +00:00
benchmarks/mtd: Select libc's floating point support
The application requires libc's floating point support. Although it may be already enabled by other applications and/or hardware support, it should be explicitly selected by the app too. Signed-off-by: Tiago Medicci <tiago.medicci@espressif.com>
This commit is contained in:
parent
19352ab3c0
commit
b80e444aea
1 changed files with 1 additions and 0 deletions
|
|
@ -7,6 +7,7 @@ config BENCHMARK_MTD
|
|||
tristate "MTD test and transfer rate benchmark"
|
||||
default n
|
||||
depends on BUILD_FLAT && MTD
|
||||
select LIBC_FLOATINGPOINT
|
||||
---help---
|
||||
This testing/benchmark application performs an erase/write
|
||||
operation to evaluate write transfer rate and then reads the
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue