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

[Backport v2.8-branch] samples: peripheral: lpuart: Fix uart0 pins in nrf52840dk #18724

Merged
merged 2 commits into from
Nov 7, 2024

Commits on Nov 7, 2024

  1. samples: peripheral: lpuart: Fix uart0 pins in nrf52840dk and nrf21540dk

    Wrong pins were used for nrf52840dk and nrf21540 uart0 (console uart).
    Due to that debug configuration was not printing anything on that DK.
    
    Signed-off-by: Krzysztof Chruściński <[email protected]>
    (cherry picked from commit 4b36823)
    nordic-krch authored and github-actions[bot] committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    cd2547c View commit details
    Browse the repository at this point in the history
  2. samples: peripheral: lpuart: Update README with pin setup

    Add details about pin setup for all supported boards.
    
    Signed-off-by: Krzysztof Chruściński <[email protected]>
    (cherry picked from commit 8013a82)
    nordic-krch authored and github-actions[bot] committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    7f1a662 View commit details
    Browse the repository at this point in the history