This directory contains build scripts and common configuration files used by CHIP NXP Zephyr applications and CHIP NXP FreeRTOS applications. It is structured as follows :
File/Folder | Contents |
---|---|
chip-gn | GN project used to build selected CHIP libraries with the nxp_zephyr platform integration layer |
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 |
app | Common and optional Kconfig configuration files that can be used in NXP Zephyr applications |
chip-gn-freertos | GN project used to build selected CHIP libraries with the NXP FreeRTOS platform integration layer |
chip-cmake-freertos | CMake wrapper for the GN project defined in chip-gn directory, and other components that allow one to use CHIP as an external module of NXP MCUX SDK for freertos platforms |
cmake | CMake configuration files common to NXP Zephyr and NXP FreeRTOS platforms |