| # 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 |