From d0f1812b87a154a2cf39b1dc78894fe82ceae004 Mon Sep 17 00:00:00 2001 From: Boris Zbarsky Date: Thu, 2 Dec 2021 14:22:46 -0500 Subject: [PATCH] Disable detail logging on K32W platform for now. We're not fitting in flash. This is a workaround to make CI green, but we need to find some flash savings somewhere better --- src/platform/nxp/k32w/k32w0/args.gni | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/platform/nxp/k32w/k32w0/args.gni b/src/platform/nxp/k32w/k32w0/args.gni index f0d5257522aa3e..ce1606c2f023ad 100644 --- a/src/platform/nxp/k32w/k32w0/args.gni +++ b/src/platform/nxp/k32w/k32w0/args.gni @@ -28,6 +28,8 @@ chip_build_tests = false chip_mdns = "platform" +chip_detail_logging = false + mbedtls_target = "${chip_root}/third_party/nxp/k32w0_sdk:mbedtls" openthread_external_mbedtls = mbedtls_target