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

hal/imxrt: Support RTT as a HAL console #600

Merged
merged 1 commit into from
Oct 7, 2024
Merged

Commits on Oct 4, 2024

  1. hal/imxrt: Support RTT as a HAL console

    UART is enabled by default (current behavior), but can be turned off
    by defining UART_CONSOLE_KERNEL with an empty value. RTT is enabled by
    defining RTT_ENABLED with a truthy value and (optionally) selecting a
    channel to use by RTT_CONSOLE_KERNEL (0-based). UART and RTT may be used
    at the same time.
    
    RTT driver reuses the control block configured by plo, which must also
    create a map named via RTT_SYSPAGE_MAP_NAME (default: "rtt"). Channel
    configuration is not altered at all, so RTT will work even when
    user-mode driver takes control - exception dumps will still be printed.
    
    JIRA: RTOS-754
    Darchiv committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    af8e92e View commit details
    Browse the repository at this point in the history