This is an automated email from the ASF dual-hosted git repository.
acassis pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx-apps.git
from 37403210f netutils/nng: Update help for NETUTILS_NNG
new 9148fb971 benchmarks: Add Whetstone FPU benchmark
new 22f85e8b6 benchmarks/fpu: improve timing precision to milliseconds
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../fb => benchmarks/whetstone}/CMakeLists.txt | 14 +-
benchmarks/whetstone/Kconfig | 34 ++
{modbus => benchmarks/whetstone}/Make.defs | 8 +-
{examples/adc => benchmarks/whetstone}/Makefile | 18 +-
benchmarks/whetstone/whetstone.c | 520 +++++++++++++++++++++
5 files changed, 570 insertions(+), 24 deletions(-)
copy {examples/fb => benchmarks/whetstone}/CMakeLists.txt (82%)
create mode 100644 benchmarks/whetstone/Kconfig
copy {modbus => benchmarks/whetstone}/Make.defs (88%)
copy {examples/adc => benchmarks/whetstone}/Makefile (78%)
create mode 100644 benchmarks/whetstone/whetstone.c