From 1744752f24e209e6b24d90ecfc4976f361a381fc Mon Sep 17 00:00:00 2001 From: Boris Zbarsky Date: Wed, 8 Dec 2021 14:44:33 -0500 Subject: [PATCH] Turn off progress logging on K32W for now. (#12747) We are running out of flash again. --- 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 ce1606c2f023ad..55b943e941d844 100644 --- a/src/platform/nxp/k32w/k32w0/args.gni +++ b/src/platform/nxp/k32w/k32w0/args.gni @@ -28,7 +28,9 @@ chip_build_tests = false chip_mdns = "platform" +# Trying to fit into the available flash by disabling optional logging for now chip_detail_logging = false +chip_progress_logging = false mbedtls_target = "${chip_root}/third_party/nxp/k32w0_sdk:mbedtls" openthread_external_mbedtls = mbedtls_target