tree: def5521b5333b5021885da67bbf55786090ad169 [path history] [tgz]
  1. app/
  2. chip-cmake-freertos/
  3. chip-gn/
  4. chip-gn-freertos/
  5. chip-module/
  6. cmake/
  7. lib/
  8. README.md
config/nxp/README.md

NXP build and configuration files

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/FolderContents
chip-gnGN project used to build selected CHIP libraries with the nxp_zephyr 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
appCommon and optional Kconfig configuration files that can be used in NXP Zephyr applications
chip-gn-freertosGN project used to build selected CHIP libraries with the NXP FreeRTOS platform integration layer
chip-cmake-freertosCMake 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
cmakeCMake configuration files common to NXP Zephyr and NXP FreeRTOS platforms