initial commit, hci_uart with usb cdc and custom commands

This commit is contained in:
Dirk Helbig
2024-06-11 22:36:18 +02:00
commit d97a8581f5
39 changed files with 1297 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
/*
* Copyright (c) 2021 Nordic Semiconductor ASA
*
* SPDX-License-Identifier: Apache-2.0
*/
/* Use the reset line that is available starting from v0.14.0 of the DK. */
#include <nrf9160dk_nrf52840_reset_on_if9.dtsi>