2023-10-19 08:08:07 +02:00
|
|
|
config BR2_PACKAGE_LIBZENOH_PICO
|
|
|
|
bool "libzenoh-pico"
|
2024-02-05 14:19:53 +01:00
|
|
|
# upstream hardcodes using asm("nop"), which is bogus and
|
|
|
|
# doesn't work on or1k
|
|
|
|
depends on !BR2_or1k
|
2023-11-23 08:10:59 +01:00
|
|
|
depends on BR2_TOOLCHAIN_HAS_THREADS
|
2023-10-19 08:08:07 +02:00
|
|
|
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
|
2023-11-26 23:16:37 +01:00
|
|
|
|
|
|
|
comment "libzenoh-pico needs a toolchain w/ threads"
|
2024-02-05 14:19:53 +01:00
|
|
|
depends on !BR2_or1k
|
2023-11-26 23:16:37 +01:00
|
|
|
depends on !BR2_TOOLCHAIN_HAS_THREADS
|