tree: 3922a0d5d644672bb5c52052f14c67bb69f25660 [path history] [tgz]
  1. BUILD.py
  2. CMakeLists.txt
  3. it8xxx2.dts
  4. npcx9.dts
  5. prj.conf
  6. README.md
  7. realtek.conf
  8. realtek.dts
zephyr/program/minimal/README.md

Minimal Example Zephyr EC Project

This directory is intended to be an extremely minimal example of a project. Should you like, you can use it as a bring up a new program, or as reference as you require.

If you‘re bringing up a new variant of a program, you don’t need a whole project directory with a BUILD.py and all, and this example is likely not of use to you. Check out the project config documentation for instructions on adding a new variant.

Building

To build the minimal-posix example, run:

(chroot) $ zmake build minimal-posix

To build the NPCX9 example, run:

(chroot) $ zmake build minimal-npcx9

For the IT8XXX2 example, run:

(chroot) $ zmake build minimal-it8xxx2