tree: 8ecf8b3795a34df8fa83e6c861baecdf09fbd141 [path history] [tgz]
  1. boards/
  2. sysbuild/
  3. third_party/
  4. .gitignore
  5. CHIPProjectConfig.h
  6. CMakeLists.txt
  7. Kconfig
  8. Kconfig.sysbuild
  9. main.cpp
  10. prj.conf
  11. README.md
  12. rpc.overlay
  13. sysbuild.conf
examples/chef/nrfconnect/README.md

CHIP nRF Connect SDK Shell Application

Note: This example is intended only to perform smoke tests of a Matter solution integrated with nRF Connect SDK platform. The example quality is not production ready and it may contain minor bugs or use not optimal configuration. It is not recommended to use this example as a basis for creating a market ready product.

For the production ready and optimized Matter samples, see nRF Connect SDK samples. The Matter samples in nRF Connect SDK use various additional software components and provide multiple optional features that improve the developer and user experience. To read more about it, see Matter support in nRF Connect SDK page. Using Matter samples from nRF Connect SDK allows you to get a full Nordic technical support via DevZone portal.

A chip-shell project for the Nordic nRF52840 and nRF5340 development kits, built using the nRF Connect SDK.

Building

The steps to build the Shell Application for Nordic Semiconductor's development kits are exactly the same as in case of the Lock Example. Please refer to this guide to learn how to build, program, and debug the application.