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 0bf87e789 system/media: fix race condion on pthread id
new 4563668e5 apps: Add benchmark applications
new e769d5347 benchmarks: Add EEMBC's CoreMark
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:
{audioutils => benchmarks}/.gitignore | 0
{crypto => benchmarks}/Make.defs | 4 +-
{boot => benchmarks}/Makefile | 4 +-
benchmarks/coremark/.gitignore | 2 +
benchmarks/coremark/Kconfig | 53 +++++++++++
.../libcanardv0 => benchmarks/coremark}/Make.defs | 8 +-
benchmarks/coremark/Makefile | 106 +++++++++++++++++++++
7 files changed, 170 insertions(+), 7 deletions(-)
copy {audioutils => benchmarks}/.gitignore (100%)
copy {crypto => benchmarks}/Make.defs (92%)
copy {boot => benchmarks}/Makefile (93%)
create mode 100644 benchmarks/coremark/.gitignore
create mode 100644 benchmarks/coremark/Kconfig
copy {canutils/libcanardv0 => benchmarks/coremark}/Make.defs (81%)
create mode 100644 benchmarks/coremark/Makefile