Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bare metal port fixes #15

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

mkurc-ant
Copy link

This PR fixes the bare-metal port plus adds some improvements:

  • Bumped the core coremark submodule
  • Do not force ITERATIONS in the build script
  • Allow providing the following build parameters in the port makefile: ARCH (ISA), ABI, DEBUG and TICKS_PER_SEC
  • Do not use custom printf implementation in favor of ee_printf from coremark. The latter has support for printing floats which is necessary to obtain the final coremark score value at the end of the program (when HAS_FLOAT is set).

…SA and ABI via Makefile

Internal-Tag: [#54119]
Signed-off-by: Maciej Kurc <[email protected]>
Signed-off-by: Maciej Kurc <[email protected]>
Internal-Tag: [#54119]
Signed-off-by: Maciej Kurc <[email protected]>
@oharboe
Copy link

oharboe commented Feb 12, 2024

@jerryz123 FYI

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants