Skip to content

Commit

Permalink
snippets: hw-flow-control: add nrf52
Browse files Browse the repository at this point in the history
Extend snippet for nrf52840 and nrf52832.

Signed-off-by: Piotr Kosycarz <[email protected]>
  • Loading branch information
nordic-piks authored and rlubos committed Oct 28, 2024
1 parent 689d4d6 commit f65009c
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 0 deletions.
9 changes: 9 additions & 0 deletions snippets/hw-flow-control/boards/nrf52840dk_nrf52840.overlay
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
/*
* Copyright (c) 2024 Nordic Semiconductor ASA
*
* SPDX-License-Identifier: LicenseRef-Nordic-5-Clause
*/

&uart0 {
hw-flow-control;
};
9 changes: 9 additions & 0 deletions snippets/hw-flow-control/boards/nrf52dk_nrf52832.overlay
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
/*
* Copyright (c) 2024 Nordic Semiconductor ASA
*
* SPDX-License-Identifier: LicenseRef-Nordic-5-Clause
*/

&uart0 {
hw-flow-control;
};
6 changes: 6 additions & 0 deletions snippets/hw-flow-control/snippet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,9 @@ boards:
nrf54l15dk/nrf54l15/cpuapp:
append:
EXTRA_DTC_OVERLAY_FILE: boards/nrf54l15dk_nrf54l15_cpuapp.overlay
nrf52840dk/nrf52840:
append:
EXTRA_DTC_OVERLAY_FILE: boards/nrf52840dk_nrf52840.overlay
nrf52dk/nrf52832:
append:
EXTRA_DTC_OVERLAY_FILE: boards/nrf52dk_nrf52832.overlay

0 comments on commit f65009c

Please sign in to comment.