Skip to content

Commit

Permalink
Disable detail logging for infineon to save some flash space (#30629)
Browse files Browse the repository at this point in the history
Co-authored-by: Andrei Litvin <andreilitvin@google.com>
  • Loading branch information
2 people authored and pull[bot] committed May 23, 2024
1 parent 40674fa commit bbd7ef2
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/platform/Infineon/CYW30739/args.gni
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit bbd7ef2

Please sign in to comment.