-
Notifications
You must be signed in to change notification settings - Fork 35
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
Submodule zenoh-c
updated
2 files
+30 −30 | Cargo.lock | |
+30 −30 | build-resources/opaque-types/Cargo.lock |
Submodule zenoh-pico
updated
11 files
+1 −1 | .github/workflows/ci.yml | |
+1 −0 | CMakeLists.txt | |
+12 −0 | docs/api.rst | |
+32 −0 | include/zenoh-pico/api/primitives.h | |
+5 −0 | include/zenoh-pico/api/types.h | |
+2 −1 | include/zenoh-pico/config.h | |
+2 −1 | include/zenoh-pico/config.h.in | |
+8 −0 | include/zenoh-pico/protocol/core.h | |
+22 −3 | src/api/api.c | |
+1 −0 | src/collections/bytes.c | |
+1 −1 | tests/z_msgcodec_test.c |