ZAP stands for ZCL Advanced Platform. It is used to configure clusters, attributes and other entities for Matter and ZigbeePro applications.

Clone this repo:
  1. 4e7d682 - Minor cleanup on min/max values when they are not resolved correctly (#1618) by Bharat Raju · 8 days ago main upstream/master v2025.07.08-nightly
  2. 93f5d14 Fixing the generation for Attribute Min Max used in endpoint_config.h (#1617) by Bharat Raju · 13 days ago
  3. e1b5456 Re: Update iteration keyword replacement to have `tokens to upper camel case` (#1616) by Dhruv Chandwani · 2 weeks ago
  4. ecced08 When closing ZAP sometimes a system error shows up (#1613) by Bharat Raju · 3 weeks ago
  5. dbe4ed5 sdk root is always there so check sdkProvidedProperties first because if it is present it should be used (#1606) by Paul Regan · 5 weeks ago upstream/rel v2025.06.09

ZCL Advanced Platform

ZCL Advanced Platform

Build and release packages Zigbee code regeneration Matter code regeneration

What is ZAP?

ZAP is a generic generation engine and user interface for applications and libraries based on Zigbee Cluster Library, the specification developed by the Connectivity Standards Alliance.

ZAP allows you to perform the following:

  • perform SDK-specific customized generation of all global artifacts (constants, types, IDs, etc) based on the ZCL specification
  • provide UI for the end-user to select specific application configuration (clusters, attributes, commands, etc.)
  • perform SDK-specific customized generation of all user selected configuration artifacts (application configuration, endpoint configuration, etc) based on ZCL specification and customer-provided application configuration.

ZAP is a generic templating engine. Examples are provided for how to generate artifacts for the C language environment, but one could easily add new templates for other language environments, such as C++, java, node.js, python or any other.

Quick setup

Refer to Setup Instructions

Source code

Refer to development instructions for more details.

License

This software is licensed under Apache 2.0 license.

Usage Documentation

Detailed Developer Documentation