Skip to content

Commit

Permalink
Bump zenoh-pico from bbb343c to 0678e9f
Browse files Browse the repository at this point in the history
Bumps [zenoh-pico](https://github.com/eclipse-zenoh/zenoh-pico) from `bbb343c` to `0678e9f`.
- [Release notes](https://github.com/eclipse-zenoh/zenoh-pico/releases)
- [Commits](eclipse-zenoh/zenoh-pico@bbb343c...0678e9f)

---
updated-dependencies:
- dependency-name: zenoh-pico
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 4, 2025
1 parent d501cec commit 3d97312
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zenoh-pico
Submodule zenoh-pico updated 77 files
+1 −1 CMakeLists.txt
+1 −1 examples/arduino/z_pull.ino
+1 −1 examples/espidf/z_pull.c
+1 −1 examples/freertos_plus_tcp/z_get.c
+1 −1 examples/freertos_plus_tcp/z_pull.c
+1 −1 examples/freertos_plus_tcp/z_queryable.c
+1 −1 examples/mbed/z_pull.cpp
+1 −1 examples/rpi_pico/z_get.c
+1 −1 examples/rpi_pico/z_pub_thr.c
+1 −1 examples/rpi_pico/z_pull.c
+1 −1 examples/rpi_pico/z_queryable.c
+1 −1 examples/rpi_pico/z_sub_thr.c
+1 −1 examples/unix/c11/z_get.c
+1 −1 examples/unix/c11/z_get_attachment.c
+1 −1 examples/unix/c11/z_get_channel.c
+1 −1 examples/unix/c11/z_get_liveliness.c
+1 −1 examples/unix/c11/z_liveliness.c
+4 −1 examples/unix/c11/z_pub.c
+4 −1 examples/unix/c11/z_pub_attachment.c
+4 −1 examples/unix/c11/z_pub_st.c
+4 −1 examples/unix/c11/z_pub_thr.c
+4 −1 examples/unix/c11/z_pull.c
+4 −1 examples/unix/c11/z_put.c
+3 −3 examples/unix/c11/z_querier.c
+1 −1 examples/unix/c11/z_queryable.c
+1 −1 examples/unix/c11/z_queryable_attachment.c
+1 −1 examples/unix/c11/z_queryable_channel.c
+4 −1 examples/unix/c11/z_sub.c
+4 −1 examples/unix/c11/z_sub_attachment.c
+4 −1 examples/unix/c11/z_sub_channel.c
+4 −1 examples/unix/c11/z_sub_liveliness.c
+4 −1 examples/unix/c11/z_sub_st.c
+4 −1 examples/unix/c11/z_sub_thr.c
+1 −1 examples/unix/c99/z_get.c
+4 −1 examples/unix/c99/z_pub.c
+4 −1 examples/unix/c99/z_pub_st.c
+4 −1 examples/unix/c99/z_pull.c
+4 −1 examples/unix/c99/z_put.c
+1 −1 examples/unix/c99/z_queryable.c
+4 −1 examples/unix/c99/z_sub.c
+4 −1 examples/unix/c99/z_sub_st.c
+1 −1 examples/windows/z_get.c
+4 −1 examples/windows/z_pub.c
+4 −1 examples/windows/z_pub_st.c
+4 −1 examples/windows/z_pull.c
+4 −1 examples/windows/z_put.c
+1 −1 examples/windows/z_queryable.c
+4 −1 examples/windows/z_sub.c
+4 −1 examples/windows/z_sub_st.c
+1 −1 examples/zephyr/z_pull.c
+1 −0 include/zenoh-pico/system/common/platform.h
+3 −0 src/api/api.c
+1 −0 src/collections/slice.c
+3 −1 src/protocol/definitions/transport.c
+20 −0 src/session/liveliness.c
+1 −2 src/session/push.c
+4 −1 src/session/queryable.c
+0 −4 src/session/reply.c
+140 −106 src/session/rx.c
+2 −0 src/system/arduino/esp32/system.c
+2 −0 src/system/arduino/opencr/system.c
+7 −1 src/system/emscripten/system.c
+6 −2 src/system/espidf/system.c
+3 −0 src/system/flipper/system.c
+11 −3 src/system/freertos_plus_tcp/system.c
+2 −0 src/system/mbed/system.cpp
+12 −3 src/system/rpi_pico/system.c
+8 −1 src/system/unix/system.c
+6 −1 src/system/windows/system.c
+7 −1 src/system/zephyr/system.c
+2 −2 src/transport/common/transport.c
+262 −266 src/transport/multicast/rx.c
+2 −0 src/transport/unicast/lease.c
+171 −170 src/transport/unicast/rx.c
+3 −3 src/transport/unicast/transport.c
+89 −10 tests/z_api_matching_test.c
+1 −1 version.txt

0 comments on commit 3d97312

Please sign in to comment.