Update Pigweed to 9264e686 (#23279)
* Update Pigweed to 9264e686
* Disable NRF pw tokenized tracing in RPC build
This is failing to build after the pigweed roll, disable for now and we
can fix it after we get this update done.
* Fix broken github CI workflows
Increase EFR32 time, and rm out after efr and Imx builds,
which was running out of space.
diff --git a/examples/persistent-storage/cc13x2x7_26x2x7/args.gni b/examples/persistent-storage/cc13x2x7_26x2x7/args.gni
index c35354a..ad8a3f8 100644
--- a/examples/persistent-storage/cc13x2x7_26x2x7/args.gni
+++ b/examples/persistent-storage/cc13x2x7_26x2x7/args.gni
@@ -13,6 +13,7 @@
# limitations under the License.
import("//build_overrides/chip.gni")
+import("${chip_root}/config/standalone/args.gni")
import("${chip_root}/examples/platform/cc13x2_26x2/args.gni")
ti_simplelink_sdk_target = get_label_info(":sdk", "label_no_toolchain")