Skip to content

Commit f65009c

Browse files
nordic-piksrlubos
authored andcommitted
snippets: hw-flow-control: add nrf52
Extend snippet for nrf52840 and nrf52832. Signed-off-by: Piotr Kosycarz <[email protected]>
1 parent 689d4d6 commit f65009c

File tree

3 files changed

+24
-0
lines changed

3 files changed

+24
-0
lines changed
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
/*
2+
* Copyright (c) 2024 Nordic Semiconductor ASA
3+
*
4+
* SPDX-License-Identifier: LicenseRef-Nordic-5-Clause
5+
*/
6+
7+
&uart0 {
8+
hw-flow-control;
9+
};
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
/*
2+
* Copyright (c) 2024 Nordic Semiconductor ASA
3+
*
4+
* SPDX-License-Identifier: LicenseRef-Nordic-5-Clause
5+
*/
6+
7+
&uart0 {
8+
hw-flow-control;
9+
};

snippets/hw-flow-control/snippet.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,9 @@ boards:
1616
nrf54l15dk/nrf54l15/cpuapp:
1717
append:
1818
EXTRA_DTC_OVERLAY_FILE: boards/nrf54l15dk_nrf54l15_cpuapp.overlay
19+
nrf52840dk/nrf52840:
20+
append:
21+
EXTRA_DTC_OVERLAY_FILE: boards/nrf52840dk_nrf52840.overlay
22+
nrf52dk/nrf52832:
23+
append:
24+
EXTRA_DTC_OVERLAY_FILE: boards/nrf52dk_nrf52832.overlay

0 commit comments

Comments
 (0)