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

sys/log: Add number of entries support in log #3168

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

Commits on Jun 4, 2024

  1. sys/log: Add number of entries support in logs

    - Add number of entries support in logs
    - Add TLV for number of entries support
    - Also update log_shell and add syscfgs to support the same.
    - Added support in fcb2 and cbmem for number of entries
    - This makes it such that log entries are backwards and forwards
      compatible.
    - Number of entries can be read using the console or newtmgr
    - This is an optional feature enabled only if
      LOG_FLAGS_TLV_SUPPORT: 1 and LOG_TLV_NUM_ENTRIES: 1
    vrahane committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    df10d9e View commit details
    Browse the repository at this point in the history
  2. apps/slinky: Dependency issue

    - fcb2 and config_fcb2 and log_fcb2 should be selectable via the target
      using syscfgs, it does not need to be specific to the app
    vrahane committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    73d13af View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ddce678 View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2024

  1. Configuration menu
    Copy the full SHA
    159a6f0 View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2024

  1. sys/log: Update selftests to account for header and trailers

    - Earlier these would only account for the entries, now they
      also account for headers and trailers
    vrahane committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    8333460 View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2024

  1. sys/log: Fix style check

    vrahane committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    4760b88 View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2024

  1. Configuration menu
    Copy the full SHA
    2c38d9e View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2024

  1. Configuration menu
    Copy the full SHA
    a7a659b View commit details
    Browse the repository at this point in the history