Skip to content

Commit

Permalink
Bump third_party/pigweed/repo from 2157b49 to f4d0b35 (#28204)
Browse files Browse the repository at this point in the history
Bumps [third_party/pigweed/repo](https://github.com/google/pigweed) from `2157b49` to `f4d0b35`.
- [Commits](google/pigweed@2157b49...f4d0b35)

---
updated-dependencies:
- dependency-name: third_party/pigweed/repo
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored and pull[bot] committed Oct 17, 2023
1 parent ad28969 commit 1008339
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion third_party/pigweed/repo
Submodule repo updated 56 files
+4 −0 .gn
+1 −0 docs/BUILD.gn
+52 −20 docs/index.rst
+81 −17 docs/python_build.rst
+0 −1 pw_async_basic/BUILD.bazel
+0 −1 pw_async_basic/BUILD.gn
+0 −8 pw_async_basic/dispatcher.cc
+3 −0 pw_base64/BUILD.gn
+5 −4 pw_base64/base64.cc
+1 −1 pw_build/coverage_report.gni
+6 −1 pw_build/py/generate_3p_gn_test.py
+1 −0 pw_build/py/pw_build/generate_3p_gn.py
+1 −1 pw_build/py/pw_build/generate_report.py
+43 −4 pw_build/py/pw_build/pip_install_python_deps.py
+5 −0 pw_build/python.gni
+32 −0 pw_build/python_dist.gni
+21 −0 pw_build/python_gn_args.gni
+52 −0 pw_build/python_venv.gni
+1 −1 pw_containers/public/pw_containers/flat_map.h
+26 −24 pw_digital_io/public/pw_digital_io/digital_io.h
+22 −7 pw_env_setup/BUILD.gn
+2 −2 pw_env_setup/py/pw_env_setup/cipd_setup/coverage.json
+1 −1 pw_env_setup/py/pw_env_setup/cipd_setup/host_tools.json
+1 −1 pw_env_setup/py/pw_env_setup/cipd_setup/pigweed.json
+3 −0 pw_fuzzer/examples/fuzztest/BUILD.bazel
+6 −2 pw_fuzzer/examples/fuzztest/BUILD.gn
+2 −1 pw_fuzzer/examples/fuzztest/CMakeLists.txt
+65 −54 pw_fuzzer/examples/fuzztest/metrics.cc
+35 −29 pw_fuzzer/examples/fuzztest/metrics.h
+32 −31 pw_fuzzer/examples/fuzztest/metrics_fuzztest.cc
+21 −16 pw_fuzzer/examples/fuzztest/metrics_unittest.cc
+3 −3 pw_hdlc/decoder_test.cc
+3 −0 pw_metric/BUILD.gn
+1 −1 pw_metric/metric.cc
+32 −3 pw_presubmit/py/pw_presubmit/pigweed_presubmit.py
+9 −2 pw_presubmit/py/pw_presubmit/python_checks.py
+3 −0 pw_ring_buffer/BUILD.gn
+9 −6 pw_ring_buffer/prefixed_entry_ring_buffer.cc
+3 −4 pw_rpc/py/pw_rpc/console_tools/console.py
+17 −0 pw_sync/BUILD.bazel
+14 −0 pw_sync/BUILD.gn
+15 −0 pw_sync/CMakeLists.txt
+62 −0 pw_sync/lock_traits_test.cc
+11 −0 pw_sync/public/pw_sync/lock_testing.h
+123 −0 pw_sync/public/pw_sync/lock_traits.h
+1 −0 pw_sys_io/BUILD.bazel
+4 −2 pw_system/py/pw_system/console.py
+8 −42 pw_tokenizer/api.rst
+1 −0 pw_tokenizer/cli.rst
+182 −185 pw_tokenizer/design.rst
+57 −3 pw_tokenizer/docs.rst
+1 −0 pw_tokenizer/guides.rst
+4 −3 pw_unit_test/py/test_group_metadata_test.py
+5 −5 pw_unit_test/test.gni
+1 −3 pw_varint/varint_test.cc
+1 −0 seed/0000-index.rst

0 comments on commit 1008339

Please sign in to comment.