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

soc: adi: max32: Indicate Segger RTT support #79135

Merged
merged 2 commits into from
Oct 6, 2024

Commits on Sep 27, 2024

  1. soc: adi: max32: Indicate Segger RTT support

    Sets CONFIG_HAS_SEGGER_RTT on the max32 soc family to allow using RTT
    backends in the logging, shell, and tracing subsystems.
    
    Signed-off-by: Maureen Helm <maureen.helm@analog.com>
    MaureenHelm committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    3ba2b5d View commit details
    Browse the repository at this point in the history
  2. tracing: Fix sysview for soc families not subdivided into series

    Fixes the systemview tracing backend for soc families, such as max32,
    that don't subdivide into soc series and therefore don't define
    CONFIG_SOC_SERIES. Use CONFIG_SOC_FAMILY instead in the system
    description since it should always be defined.
    
    Signed-off-by: Maureen Helm <maureen.helm@analog.com>
    MaureenHelm committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    15e7c7b View commit details
    Browse the repository at this point in the history