Skip to content

lmapii/zephyr_empty

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Setup

To load all paths use

source setup.sh

CMake

Building:

cmake -B build
cmake --build build

Very verbose log:

cmake --build build -- -vvv -DEXTRA_FLAGS="-save-temps" > build.log 2>&1

Building in parallel with cmake:

cmake --build build -- -j 10

West

Can still be used for building after creating the build configuration, but don't use west build before since it needs a BOARD definition, which is already specified in the CMakeLists.txt.

About

Empty / blinky application for zephyr

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published