Skip to content

EmbeddedCamerata/pico-coremark

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Raspberry Pi Pico RP2040 CoreMark

2K performance run parameters for coremark.
CoreMark Size    : 666
Total ticks      : 12680591
Total time (secs): 12.680591
Iterations/Sec   : 236.582033
Iterations       : 3000
Compiler version : GCC11.2.1 20220111
Compiler flags   :  -O3 -Wall -Wextra
Memory location  : STACK
seedcrc          : 0xe9f5
[0]crclist       : 0xe714
[0]crcmatrix     : 0x1fd7
[0]crcstate      : 0x8e3a
[0]crcfinal      : 0xcc42
Correct operation validated. See README.md for run and reporting rules.
CoreMark 1.0 : 236.582033 / GCC11.2.1 20220111  -O3 -Wall -Wextra / STACK

Runs in RAM by default, system frequency 125MHz, test results are affected by multiple factors.

If you use this coremark example in pico-examples, use CMakeLists.txt. I change the original for convenience of compling in ./pico-examples/coremark with other exmaples.

./coremark/core_portme.c and ./coremark/core_portme.h have been changed slightly. Compared with the original eembc/coremark, there is no need for ee_printf.c.

Releases

No releases published

Packages

No packages published

Languages

  • C 95.7%
  • CMake 4.3%