Skip to content

libmpix/libmpix_example_zephyr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

POSIX libmpix example

An example application that runs on any supported Zephyr board.

First follow the Getting Started Guide from Zephyr documentation to get a working build environment.

# Prepare the workspace
mkdir -p ~/zephyrproject_libmpix
cd ~/zephyrproject_libmpix

# Clone the example and its dependencies
west init -m https://github.com/libmpix/libmpix_example_zephyr
west update

cd libmpix_example_zephyr

# Build the project, for instance on the native simulator
west build -b native_sim

# Run the example application with output on the console
west flash

About

Example libmpix application on any Zephyr board

Resources

Stars

Watchers

Forks