Skip to content

Commit

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

---
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 Feb 19, 2024
1 parent 34e0e96 commit 2210018
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion third_party/pigweed/repo
Submodule repo updated 65 files
+2 −1 PIGWEED_MODULES
+1 −0 docs/BUILD.gn
+17 −0 docs/build_system.rst
+3 −3 docs/style_guide.rst
+13 −1 pw_assert/BUILD.bazel
+5 −1 pw_boot/BUILD.bazel
+5 −0 pw_build/generated_pigweed_modules_lists.gni
+7 −1 pw_chrono/BUILD.bazel
+14 −32 pw_chrono_embos/BUILD.bazel
+11 −34 pw_chrono_freertos/BUILD.bazel
+7 −22 pw_chrono_stl/BUILD.bazel
+5 −16 pw_chrono_threadx/BUILD.bazel
+15 −2 pw_crypto/BUILD.bazel
+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_env_setup/py/pw_env_setup/entry_points/arm_gdb.py
+8 −1 pw_hdlc/py/pw_hdlc/rpc.py
+4 −1 pw_interrupt/BUILD.bazel
+10 −1 pw_log/BUILD.bazel
+6 −0 pw_log_string/BUILD.bazel
+4 −1 pw_malloc/BUILD.bazel
+5 −1 pw_perf_test/BUILD.bazel
+1 −4 pw_presubmit/py/pw_presubmit/pigweed_presubmit.py
+5 −0 pw_protobuf/BUILD.bazel
+0 −37 pw_protobuf_compiler/pw_nanopb_cc_library.bzl
+264 −110 pw_protobuf_compiler/pw_proto_library.bzl
+1 −4 pw_rpc/BUILD.bazel
+32 −0 pw_rpc/call.cc
+3 −1 pw_rpc/client_integration_test.cc
+22 −0 pw_rpc/packet.cc
+3 −0 pw_rpc/public/pw_rpc/internal/call.h
+3 −0 pw_rpc/public/pw_rpc/internal/packet.h
+1 −0 pw_rpc/pw_rpc_private/fake_server_reader_writer.h
+9 −5 pw_rpc_transport/BUILD.gn
+136 −377 pw_stream/docs.rst
+277 −261 pw_stream/public/pw_stream/stream.h
+47 −0 pw_stream_uart_mcuxpresso/BUILD.bazel
+60 −0 pw_stream_uart_mcuxpresso/BUILD.gn
+2 −0 pw_stream_uart_mcuxpresso/OWNERS
+44 −0 pw_stream_uart_mcuxpresso/docs.rst
+53 −0 pw_stream_uart_mcuxpresso/public/pw_stream_uart_mcuxpresso/stream.h
+56 −0 pw_stream_uart_mcuxpresso/stream.cc
+33 −0 pw_stream_uart_mcuxpresso/stream_test.cc
+39 −27 pw_sync/BUILD.bazel
+2 −14 pw_sync_baremetal/BUILD.bazel
+27 −72 pw_sync_embos/BUILD.bazel
+28 −109 pw_sync_freertos/BUILD.bazel
+15 −69 pw_sync_stl/BUILD.bazel
+20 −79 pw_sync_threadx/BUILD.bazel
+4 −1 pw_sys_io/BUILD.bazel
+1 −0 pw_sys_io/docs.rst
+14 −12 pw_sys_io/public/pw_sys_io/sys_io.h
+0 −0 pw_system/py/pw_system/py.typed
+32 −8 pw_thread/BUILD.bazel
+14 −42 pw_thread_embos/BUILD.bazel
+18 −55 pw_thread_freertos/BUILD.bazel
+5 −38 pw_thread_stl/BUILD.bazel
+12 −44 pw_thread_threadx/BUILD.bazel
+19 −2 pw_tls_client/BUILD.bazel
+6 −1 pw_trace/BUILD.bazel
+16 −5 pw_transfer/integration_test/BUILD.bazel
+1 −0 seed/0000-index.rst
+1 −4 targets/host_device_simulator/BUILD.gn
+8 −3 targets/mimxrt595_evk_freertos/BUILD.gn
+8 −0 targets/rp2040/BUILD.gn

0 comments on commit 2210018

Please sign in to comment.