123456789101112131415161718 |
- config BR2_PACKAGE_LIBZENOH_PICO
- bool "libzenoh-pico"
- # upstream hardcodes using asm("nop"), which is bogus and
- # doesn't work on or1k
- depends on !BR2_or1k
- depends on BR2_TOOLCHAIN_HAS_THREADS
- help
- zenoh-pico is the Eclipse zenoh implementation that targets
- constrained devices and offers a native C API. It is fully
- compatible with its main Rust Zenoh implementation,
- providing a lightweight implementation of most
- functionalities.
- https://github.com/eclipse-zenoh/zenoh-pico
- comment "libzenoh-pico needs a toolchain w/ threads"
- depends on !BR2_or1k
- depends on !BR2_TOOLCHAIN_HAS_THREADS
|