blob: 10e2463cd93bbebf8cb8129170baea125cb65d97 [file] [log] [blame] [view]
Damian Królikc0889c62020-12-14 20:50:12 +01001# nRF Connect build and configuration files
2
3This directory contains build scripts and common configuration files used by
4CHIP nRF Connect applications. It is structured as follows:
5
Damian Królikdd8d0512021-01-27 19:38:41 +01006| File/Folder | Contents |
7| ----------- | ----------------------------------------------------------------------------------------------------------------------------------- |
8| chip-gn | GN project used to build selected CHIP libraries with the _nrfconnect_ platform integration layer |
9| chip-module | CMake wrapper for the GN project defined in `chip-gn` directory, and other components that allow one to use CHIP as a Zephyr module |
10| app | Common and optional Kconfig configuration files that can be used in nRF Connect applications |