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

samples: benchmarks: coremark: migrate to STM logging on nrf54h20dk #17479

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

Commits on Nov 13, 2024

  1. samples: benchmarks: coremark: log end of test in the flash & run mode

    Added a log to indicate the end of benchmark execution in the CoreMark
    sample when the target image is built with the following Kconfig option
    enabled: CONFIG_APP_MODE_FLASH_AND_RUN.
    
    Ref: NCSDK-27517
    
    Signed-off-by: Kamil Piszczek <[email protected]>
    kapi-no committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    75889f2 View commit details
    Browse the repository at this point in the history
  2. samples: benchmarks: coremark: add a new line for visibility

    Added a new line before the button press wait period to increase the
    visibility in the CoreMark sample.
    
    Ref: NCSDK-27517
    
    Signed-off-by: Kamil Piszczek <[email protected]>
    kapi-no committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    12acf9a View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2024

  1. samples: benchmarks: coremark: optimize stack for multi thread config

    Optimized the stack size in the multiple thread configuration of the
    CoreMark sample.
    
    Signed-off-by: Kamil Piszczek <[email protected]>
    kapi-no committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    4d3bb9d View commit details
    Browse the repository at this point in the history
  2. samples: benchmarks: coremark: migrate to STM logging on nrf54h20dk

    The CoreMark sample now uses logging in the STM standalone mode for the
    nRF54H20 DK target.
    
    Ref: NCSDK-27517
    
    Signed-off-by: Kamil Piszczek <[email protected]>
    kapi-no committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    dd330ee View commit details
    Browse the repository at this point in the history
  3. samples: benchmarks: coremark: unify format in different logging modes

    Applied the same logging format in the standard logging mode as is
    currently used in the multi-domain logging mode in the CoreMark sample.
    
    Ref: NCSDK-27517
    
    Signed-off-by: Kamil Piszczek <[email protected]>
    kapi-no committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    51c6389 View commit details
    Browse the repository at this point in the history