issues
search
riscv-boom
/
riscv-coremark
Setup scripts and files needed to compile CoreMark on RISC-V
BSD 3-Clause "New" or "Revised" License
64
stars
29
forks
source link
Add Makefile options and reuse code from CoreMark
#17
Open
eszpotanski
opened
3 months ago
eszpotanski
commented
3 months ago
This PR includes:
additional options in Makefile, for e.g.
EE_TICKS_PER_SEC
,
using print functions from CoreMark instead of custom ones,
choosing number of
ITERATIONS
for bare metal build,
preventing overflow in
modf
function.
This PR includes:
EE_TICKS_PER_SEC
,ITERATIONS
for bare metal build,modf
function.