Damian Królik | c0889c6 | 2020-12-14 20:50:12 +0100 | [diff] [blame] | 1 | # nRF Connect build and configuration files |
| 2 | |
| 3 | This directory contains build scripts and common configuration files used by |
| 4 | CHIP nRF Connect applications. It is structured as follows: |
| 5 | |
Damian Królik | dd8d051 | 2021-01-27 19:38:41 +0100 | [diff] [blame] | 6 | | 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 | |