Skip to content

antmicro/video-overlays-zephyr-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

77 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Video overlays Zephyr app

Copyright (c) 2021-2022 Antmicro.

Getting started

Before getting started, make sure you have a proper Zephyr development environment. Please refer to Zephyr's official getting started guide for detailed setup instructions.

The application was created to run on LiteX firmware, which can be found here.

Initialization

The first step is to initialize the workspace folder (workspace) where the video-overlays-zephyr-app and all Zephyr modules will be cloned. You can do that by running:

west init -m https://github.com/antmicro/video-overlays-zephyr-app --mr main workspace
cd workspace
west update

Build & Run

The application can be built by running:

cd video-overlays-zephyr-app
west build -b litex_vexriscv -s app

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages