tree: 941770fb311af549ce15f7186e60ce1acf7f2d09 [path history] [tgz]
  1. app/
  2. chip-gn/
  3. chip-module/
  4. README.md
config/nrfconnect/README.md

nRF Connect build and configuration files

This directory contains build scripts and common configuration files used by CHIP nRF Connect applications. It is structured as follows:

File/FolderContents
chip-gnGN project used to build selected CHIP libraries with the nrfconnect platform integration layer
chip-moduleCMake wrapper for the GN project defined in chip-gn directory, and other components that allow one to use CHIP as a Zephyr module
app/app.cmakeHelper CMake module to be used by nRF Connect applications in this repository to inject chip-module into the Zephyr module list and load Zephyr build system
app/*.confCommon and optional Kconfig configuration files that can be used in nRF Connect applications