-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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: peripheral: lpuart: Fix uart0 pins in nrf52840dk #18689
Conversation
CI InformationTo view the history of this post, clich the 'edited' button above Inputs:Sources:sdk-nrf: PR head: d80667e63b7e0385987e54e0fed387d6e03883d0 more detailssdk-nrf:
Github labels
List of changed files detected by CI (3)
Outputs:ToolchainVersion: 6d50eb01ac Test Spec & Results: ✅ Success; ❌ Failure; 🟠 Queued; 🟡 Progress; ◻️ Skipped;
|
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]>
21f8c10
to
0c5dd6e
Compare
Add details about pin setup for all supported boards. Signed-off-by: Krzysztof Chruściński <[email protected]>
0c5dd6e
to
d80667e
Compare
You can find the documentation preview for this PR at this link. It will be updated about 10 minutes after the documentation build succeeds. Note: This comment is automatically posted by the Documentation Publishing GitHub Action. |
Wrong pins were used for nrf52840dk uart0 (console uart). Due to that debug configuration was not printing anything on that DK.