From a587b35c18124b205037a571005a1451fe90c9a7 Mon Sep 17 00:00:00 2001 From: Mattia Pennasilico Date: Mon, 15 Dec 2025 22:08:12 +0100 Subject: [PATCH] nano_matter: Remove debug options from boards.txt Since the board do not have a cdc_acm peripheral the shell is not redirected and debug mode does nothing. --- boards.txt | 4 ---- 1 file changed, 4 deletions(-) diff --git a/boards.txt b/boards.txt index c44cf451..2deb7d79 100644 --- a/boards.txt +++ b/boards.txt @@ -572,10 +572,6 @@ nano_matter.build.core=arduino nano_matter.build.crossprefix=arm-zephyr-eabi- nano_matter.build.compiler_path={runtime.tools.arm-zephyr-eabi-0.16.8.path}/bin/ -nano_matter.menu.debug.false=Standard -nano_matter.menu.debug.true=Debug -nano_matter.menu.debug.true.build.zsk_args.debug=-debug - nano_matter.menu.link_mode.dynamic=Dynamic nano_matter.menu.link_mode.static=Static nano_matter.menu.link_mode.static.build.link_mode=static