Commit 2afc448
authored
Bumps [zenoh-pico](https://github.com/eclipse-zenoh/zenoh-pico) from `ba96d6d` to `4b785f4`.
- [Release notes](https://github.com/eclipse-zenoh/zenoh-pico/releases)
- [Commits](eclipse-zenoh/zenoh-pico@ba96d6d...4b785f4)
---
updated-dependencies:
- dependency-name: zenoh-pico
dependency-version: 4b785f46e0718ebaf345fcbae043708f554afef0
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent e599fe4 commit 2afc448
1 file changed
Lines changed: 1 addition & 1 deletion
Submodule zenoh-pico updated 94 files
- extra_script.py+1-1
- include/zenoh-pico/api/handlers.h+3-3
- include/zenoh-pico/api/olv_macros.h+1
- include/zenoh-pico/api/serialization.h+9-6
- include/zenoh-pico/collections/refcount.h+4-1
- include/zenoh-pico/protocol/codec/core.h+1-1
- include/zenoh-pico/system/common/platform.h+16-15
- include/zenoh-pico/utils/logging.h+13
- src/api/api.c+69-67
- src/api/encoding.c+3-3
- src/api/liveliness.c+1-1
- src/api/serialization.c+5-2
- src/collections/bytes.c+22-17
- src/collections/fifo_mt.c+1-1
- src/collections/intmap.c+3-1
- src/collections/lru_cache.c+2-2
- src/collections/refcount.c+13-13
- src/collections/ring_mt.c+1-1
- src/collections/slice.c+2-1
- src/collections/vec.c+2-2
- src/link/endpoint.c+6-6
- src/link/link.c+9
- src/link/multicast/bt.c+2
- src/link/multicast/udp.c+5
- src/link/unicast/serial.c+3
- src/link/unicast/tcp.c+7-3
- src/link/unicast/udp.c+4
- src/link/unicast/ws.c+4
- src/net/encoding.c+1-1
- src/net/filtering.c+2-2
- src/net/liveliness.c+5-4
- src/net/primitives.c+19-15
- src/net/query.c+1-1
- src/net/session.c+10-3
- src/protocol/codec.c+10-9
- src/protocol/codec/core.c+1-1
- src/protocol/codec/declarations.c+3-1
- src/protocol/codec/ext.c+3-3
- src/protocol/codec/message.c+5
- src/protocol/codec/network.c+7-7
- src/protocol/codec/transport.c+8-3
- src/protocol/config.c+3
- src/protocol/definitions/network.c+1-1
- src/protocol/iobuf.c+3-2
- src/protocol/keyexpr.c+2-2
- src/session/interest.c+9-9
- src/session/liveliness.c+5
- src/session/query.c+1
- src/session/queryable.c+3-3
- src/session/rx.c+2-2
- src/session/scout.c+5
- src/session/subscription.c+1-1
- src/session/utils.c+1
- src/system/arduino/esp32/network.cpp+54-10
- src/system/arduino/opencr/network.cpp+13-3
- src/system/common/serial.c+2-2
- src/system/emscripten/network.c+8-3
- src/system/espidf/network.c+49-10
- src/system/espidf/system.c+1-1
- src/system/flipper/network.c+10-10
- src/system/freertos/freertos_plus_tcp/network.c+18-7
- src/system/freertos/lwip/network.c+42-12
- src/system/freertos/system.c+10-10
- src/system/mbed/network.cpp+18-4
- src/system/mbed/system.cpp+7-7
- src/system/rpi_pico/network.c+47-15
- src/system/rpi_pico/system.c+8-8
- src/system/threadx/stm32/network.c+3
- src/system/threadx/stm32/system.c+11-11
- src/system/unix/link/raweth.c+4-2
- src/system/unix/network.c+49-10
- src/system/windows/network.c+53-9
- src/system/windows/system.c+5-3
- src/system/zephyr/network.c+45-7
- src/transport/common/lease.c+2
- src/transport/common/read.c+1
- src/transport/common/rx.c+5
- src/transport/common/tx.c+6
- src/transport/manager.c+3
- src/transport/multicast/lease.c+5-5
- src/transport/multicast/read.c+5-5
- src/transport/multicast/rx.c+10-6
- src/transport/multicast/transport.c+9-7
- src/transport/peer.c+1-1
- src/transport/raweth/link.c+14-13
- src/transport/raweth/read.c+4-4
- src/transport/raweth/rx.c+4-2
- src/transport/raweth/tx.c+5-5
- src/transport/transport.c+1
- src/transport/unicast/accept.c+3-3
- src/transport/unicast/lease.c+4-4
- src/transport/unicast/read.c+8-8
- src/transport/unicast/rx.c+10-5
- src/transport/unicast/transport.c+16-10
0 commit comments