Skip to content

Commit

Permalink
Disable detail logging on K32W platform for now.
Browse files Browse the repository at this point in the history
We're not fitting in flash.  This is a workaround to make CI green,
but we need to find some flash savings somewhere better
  • Loading branch information
bzbarsky-apple committed Dec 2, 2021
1 parent cea8769 commit d0f1812
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,6 +28,8 @@ chip_build_tests = false

chip_mdns = "platform"

chip_detail_logging = false

mbedtls_target = "${chip_root}/third_party/nxp/k32w0_sdk:mbedtls"
openthread_external_mbedtls = mbedtls_target

Expand Down

0 comments on commit d0f1812

Please sign in to comment.