From 6ff85cb2cc45b76ed6877392953ab043c0018e15 Mon Sep 17 00:00:00 2001 From: Brendan Haines Date: Sat, 31 May 2025 00:10:50 -0600 Subject: [PATCH] I don't think this file is necessary --- zephyr/module.yml | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 zephyr/module.yml diff --git a/zephyr/module.yml b/zephyr/module.yml deleted file mode 100644 index 047032a..0000000 --- a/zephyr/module.yml +++ /dev/null @@ -1,20 +0,0 @@ -# Copyright (c) 2021 Nordic Semiconductor ASA -# SPDX-License-Identifier: Apache-2.0 - -build: - # Path to the Kconfig file that will be sourced into Zephyr Kconfig tree under - # Zephyr > Modules > example-application. Path is relative from root of this - # repository. - kconfig: Kconfig - # Path to the folder that contains the CMakeLists.txt file to be included by - # Zephyr build system. The `.` is the root of this repository. - cmake: . - settings: - # Additional roots for boards and DTS files. Zephyr will use the - # `/boards` for additional boards. The `.` is the root of this - # repository. - board_root: . - # Zephyr will use the `/dts` for additional dts files and - # `/dts/bindings` for additional dts binding files. The `.` is - # the root of this repository. - dts_root: .