Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/cguimaraes/zenoh-pico-zephyr-example

Example project to include Zenoh-Pico libraries in a Zephyr application
https://github.com/cguimaraes/zenoh-pico-zephyr-example

Last synced: about 1 month ago
JSON representation

Example project to include Zenoh-Pico libraries in a Zephyr application

Awesome Lists containing this project

README

        

# Zenoh-Pico examples for Zephyr RTOS

## Purpose
This repository contains some proof-of-concept applications that show how to build and use [Zenoh-Pico](https://github.com/eclipse-zenoh/zenoh-pico) on [Zephyr RTOS](https://www.zephyrproject.org)

## Usage:
This repository can be cloned and used like any generic Zephyr application.
The `CMakeLists.txt` is currently set up to fetch and build Zenoh-Pico library and an example `z_pub` application. Nevertheless, it can be easily modified or extended for other application code.

For example, to build `z_pub` for the `rpi_pico` target:
```
$ west build -b rpi_pico .
```