blob: ef1a848a14ac88005540f45eafb40a260e5cebdc [file] [log] [blame]
# Commands will be run in CHIP project root.
cd "{root}"
# Generating openiotsdk-shell
cmake -GNinja -S {root}/examples/shell/openiotsdk -B {out}/openiotsdk-shell --toolchain=toolchains/toolchain-arm-none-eabi-gcc.cmake -DCMAKE_SYSTEM_PROCESSOR=cortex-m55
# Building openiotsdk-shell
cmake --build {out}/openiotsdk-shell