This is an automated email from the ASF dual-hosted git repository. raiden00 pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nuttx-apps.git
commit b80e444aea9c7ef8cf5083b1a0a14a61f268638d Author: Tiago Medicci <tiago.medi...@espressif.com> AuthorDate: Fri Mar 28 16:33:27 2025 -0300 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.medi...@espressif.com> --- benchmarks/mtd/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/benchmarks/mtd/Kconfig b/benchmarks/mtd/Kconfig index f5ceadfe0..717bd5b20 100644 --- a/benchmarks/mtd/Kconfig +++ b/benchmarks/mtd/Kconfig @@ -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