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