We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4169c12 commit 84cdc1bCopy full SHA for 84cdc1b
CODEOWNERS
@@ -166,6 +166,7 @@ Kconfig* @tejlmand
166
/subsys/zigbee/ @tomchy @sebastiandraus
167
/tests/bluetooth/tester/ @carlescufi @trond-snekvik
168
/tests/drivers/flash_nop_device/ @de-nordic
169
+/tests/drivers/clock_control/clock_control_mpsl/ @ryanjh
170
/tests/lib/edge_impulse/ @pdunaj @MarekPieta
171
/tests/lib/hw_unique_key*/ @oyvindronningstad @Vge0rge
172
/tests/lib/modem_jwt/ @SeppoTakalo
tests/drivers/clock_control/clock_control_mpsl/boards/nrf9160dk_nrf9160.overlay
@@ -0,0 +1,11 @@
1
+/*
2
+ * Copyright (c) 2021 Nordic Semiconductor ASA
3
+ *
4
+ * SPDX-License-Identifier: LicenseRef-Nordic-5-Clause
5
+ */
6
+
7
+/ {
8
+ chosen {
9
+ zephyr,bt-uart=&uart1;
10
+ };
11
+};
0 commit comments