Config.in 617 B

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