Skip to content

Commit 3eb9c02

Browse files
Disable detail logging for infineon to save some flash space (#30629)
Co-authored-by: Andrei Litvin <andreilitvin@google.com>
1 parent 1b16ca3 commit 3eb9c02

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/platform/Infineon/CYW30739/args.gni

+6
Original file line numberDiff line numberDiff line change
@@ -64,3 +64,9 @@ openthread_config_ip6_slaac_enable = true
6464
openthread_config_joiner_enable = true
6565
openthread_config_log_output = "platform_defined"
6666
openthread_config_srp_client_enable = true
67+
68+
# TODO: this should be removed once sufficient flash for things
69+
# like:
70+
#
71+
# ./scripts/build/build_examples.py --target cyw30739-cyw930739m2evb_01-ota-requestor build
72+
chip_detail_logging = false

0 commit comments

Comments
 (0)