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

Add Makefile options and reuse code from CoreMark #17

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

Commits on Feb 5, 2024

  1. Support for setting EE_TICKS_PER_SEC and EE_DEBUG as well as RISC-V I…

    …SA and ABI via Makefile
    
    Internal-Tag: [#54119]
    Signed-off-by: Maciej Kurc <[email protected]>
    mkurc-ant committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    e85fc01 View commit details
    Browse the repository at this point in the history
  2. Bump coremark

    Signed-off-by: Maciej Kurc <[email protected]>
    mkurc-ant committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    fec387f View commit details
    Browse the repository at this point in the history
  3. Use ee_printf() from coremark that supports printing floats

    Internal-Tag: [#54119]
    Signed-off-by: Maciej Kurc <[email protected]>
    mkurc-ant committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    e4ab06e View commit details
    Browse the repository at this point in the history
  4. Do not force ITERATIONS for bare metal build

    Signed-off-by: Maciej Kurc <[email protected]>
    mkurc-ant committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    c5833c3 View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2024

  1. riscv64-baremetal: syscalls.c: Prevent modf overflow

    Signed-off-by: Illia Vysochyn <[email protected]>
    ivysochyn committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    32c51aa View commit details
    Browse the repository at this point in the history