config BR2_PACKAGE_LIBZENOH_PICO bool "libzenoh-pico" 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_TOOLCHAIN_HAS_THREADS