Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/cguimaraes/zenoh-pico-zephyr-example
- Owner: cguimaraes
- Created: 2023-03-20T18:26:28.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2023-03-20T19:51:06.000Z (almost 2 years ago)
- Last Synced: 2024-10-15T10:24:46.494Z (3 months ago)
- Language: C
- Size: 3.91 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 .
```