17 lines
358 B
Plaintext
17 lines
358 B
Plaintext
config BR2_PACKAGE_COREMARK
|
|
bool "coremark"
|
|
help
|
|
CoreMark is a benchmark that measures the performance of
|
|
microcontrollers (MCUs) and central processing units (CPUs)
|
|
used in embedded systems
|
|
|
|
https://www.eembc.org/coremark/
|
|
|
|
if BR2_PACKAGE_COREMARK
|
|
|
|
config BR2_PACKAGE_COREMARK_STATIC
|
|
bool "Enable static"
|
|
default y if BR2_STATIC_LIBS
|
|
|
|
endif
|