Configuration principles

The build process for a ZigBee PRO application takes a number of configuration files, in addition to the application source file and header file. The following files are generated from the MCUXpresso IDE to feed into the build process:

  • ZigBee PRO Stack files:

    • zps_gen.c

    • zps_gen.h

  • PDUM files:

    • pdum_gen.c

    • pdum_gen.h

  • Other files:

    • port.c

    • portasm.h

    • portmacro

    • irq.s

Parent topic:ZPS Configuration Editor