Skip to content

Commit

Permalink
Turn off progress logging on K32W for now. (#12747)
Browse files Browse the repository at this point in the history
We are running out of flash again.
  • Loading branch information
bzbarsky-apple authored and pull[bot] committed Jan 26, 2022
1 parent b5fd0fd commit 1744752
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/platform/nxp/k32w/k32w0/args.gni
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1744752

Please sign in to comment.