From 3eb9c0208a176c48d9dd71efdb85ce10de4d5c71 Mon Sep 17 00:00:00 2001 From: Andrei Litvin Date: Thu, 23 Nov 2023 13:18:19 -0500 Subject: [PATCH] Disable detail logging for infineon to save some flash space (#30629) Co-authored-by: Andrei Litvin --- src/platform/Infineon/CYW30739/args.gni | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/platform/Infineon/CYW30739/args.gni b/src/platform/Infineon/CYW30739/args.gni index a0d31c75f4c49b..252c5e6716e59e 100644 --- a/src/platform/Infineon/CYW30739/args.gni +++ b/src/platform/Infineon/CYW30739/args.gni @@ -64,3 +64,9 @@ openthread_config_ip6_slaac_enable = true openthread_config_joiner_enable = true openthread_config_log_output = "platform_defined" openthread_config_srp_client_enable = true + +# TODO: this should be removed once sufficient flash for things +# like: +# +# ./scripts/build/build_examples.py --target cyw30739-cyw930739m2evb_01-ota-requestor build +chip_detail_logging = false