connectedhomeip
Ability to create out-of-tree MEI clusters
#36818
Open

Comment changes are shownComment changes are hidden
  • .github/workflows
    • File
      examples-nrfconnect.yaml
    • File
      lint.yml
    • File
      tests.yaml
  • build/chip
    • File
      chip_codegen.cmake
  • config
    • common/cmake
      • File
        chip_gn.cmake
      • File
        chip_gn_args.cmake
    • nrfconnect/chip-module
      • File
        CMakeLists.txt
    • telink/chip-module
      • File
        CMakeLists.txt
    • zephyr
      • Kconfig
  • docs
    • examples
      • File
        manufacturer_specific.md
    • ids_and_codes
      • File
        zap_clusters.md
  • examples
    • chef
      • File
        README.md
      • devices
        • rootnode_onofflight_manufacturer_specific_sample.matter
        • rootnode_onofflight_manufacturer_specific_sample.zap
    • manufacturer-specific-app
      • manufacturer-specific-common
        • BUILD.gn
        • include
          • File
            ColorFormat.h
          • File
            LightingManager.h
        • manufacturer-specific-app.matter
        • manufacturer-specific-app.zap
        • src
          • File
            ColorFormat.cpp
          • File
            LightingManager.cpp
      • nrfconnect
        • File
          .gitignore
        • File
          CMakeLists.txt
        • Kconfig
        • Kconfig.sysbuild
        • File
          README.md
        • boards
          • nrf52840dk_nrf52840.overlay
          • File
            nrf52840dongle_nrf52840.conf
          • nrf52840dongle_nrf52840.overlay
          • nrf5340dk_nrf5340_cpuapp.overlay
          • nrf7002dk_nrf5340_cpuapp.overlay
        • main
          • File
            AppTask.cpp
          • File
            ZclCallbacks.cpp
          • include
            • File
              AppConfig.h
            • File
              AppEvent.h
            • File
              AppTask.h
            • File
              CHIPProjectConfig.h
          • File
            main.cpp
        • manufacturer-specific
          • File
            app-templates.json
          • clusters
            • File
              sample-external-manufacturer-specific-server.cpp
            • File
              sample-external-manufacturer-specific-server.h
          • File
            config-data.yaml
          • xml
            • File
              sample-external-manufacturer-specific-cluster.xml
          • zzz_generated/app-common/app-common/zap-generated
            • File
              attribute-type.h
            • attributes
              • File
                Accessors.cpp
              • File
                Accessors.h
            • File
              callback.h
            • File
              cluster-enums-check.h
            • File
              cluster-enums.h
            • File
              cluster-objects.cpp
            • File
              cluster-objects.h
            • ids
              • File
                Attributes.h
              • File
                Clusters.h
              • File
                Commands.h
              • File
                Events.h
        • File
          pm_static_nrf52840dk_nrf52840.yml
        • File
          pm_static_nrf52840dk_nrf52840_release.yml
        • File
          pm_static_nrf52840dongle_nrf52840.yml
        • File
          pm_static_nrf5340dk_nrf5340_cpuapp.yml
        • File
          pm_static_nrf5340dk_nrf5340_cpuapp_release.yml
        • File
          pm_static_nrf7002dk_nrf5340_cpuapp.yml
        • File
          pm_static_nrf7002dk_nrf5340_cpuapp_release.yml
        • File
          prj.conf
        • File
          prj_release.conf
        • rpc.overlay
        • File
          sysbuild.conf
        • sysbuild
          • ipc_radio
            • boards
              • File
                nrf5340dk_nrf5340_cpunet.conf
              • File
                nrf7002dk_nrf5340_cpunet.conf
            • File
              prj.conf
            • File
              prj_release.conf
          • mcuboot
            • app.overlay
            • boards
              • File
                nrf52840dk_nrf52840.conf
              • nrf52840dk_nrf52840.overlay
              • File
                nrf5340dk_nrf5340_cpuapp.conf
              • nrf5340dk_nrf5340_cpuapp.overlay
              • File
                nrf7002dk_nrf5340_cpuapp.conf
              • nrf7002dk_nrf5340_cpuapp.overlay
            • File
              prj.conf
        • third_party
          • connectedhomeip
  • scripts
    • rules.matterlint
  • src
    • app
      • File
        chip_data_model.cmake
      • chip_data_model.gni
      • clusters/manufacturer-specific-server
        • File
          manufacturer-specific-server.cpp
        • File
          manufacturer-specific-server.h
      • common
        • BUILD.gn
        • templates
          • File
            config-data.yaml
      • tests/suites
        • File
          TestCluster.yaml
      • zap-templates/zcl
        • data-model/chip
          • File
            sample-manufacturer-specific-cluster.xml
        • File
          zcl-with-test-extensions.json
        • File
          zcl.json
      • File
        zap_cluster_list.json
    • controller
      • data_model
        • controller-clusters.matter
        • controller-clusters.zap
      • java
        • generated/java
          • chip/devicecontroller
            • File
              ChipClusters.java
            • File
              ChipEventStructs.java
            • File
              ClusterIDMapping.java
            • File
              ClusterInfoMapping.java
            • File
              ClusterReadMapping.java
            • File
              ClusterWriteMapping.java
            • cluster
              • eventstructs
                • File
                  SampleManufacturerSpecificClusterPingCountEventEvent.kt
              • files.gni
          • matter/controller/cluster
            • clusters
              • File
                SampleManufacturerSpecificCluster.kt
            • eventstructs
              • File
                SampleManufacturerSpecificClusterPingCountEventEvent.kt
            • files.gni
        • zap-generated
          • File
            CHIPAttributeTLVValueDecoder.cpp
          • File
            CHIPEventTLVValueDecoder.cpp
      • python/chip/clusters
        • File
          CHIPClusters.py
        • File
          Objects.py
    • darwin/Framework/CHIP
      • templates
        • File
          availability.yaml
      • zap-generated
        • File
          MTRAttributeSpecifiedCheck.mm
        • File
          MTRAttributeTLVValueDecoder.mm
        • File
          MTRBaseClusters.h
        • File
          MTRBaseClusters.mm
        • File
          MTRClusterConstants.h
        • File
          MTRClusterNames.mm
        • File
          MTRClusters.h
        • File
          MTRClusters.mm
        • File
          MTRCommandPayloadsObjc.h
        • File
          MTRCommandPayloadsObjc.mm
        • File
          MTRCommandPayloads_Internal.h
        • File
          MTRCommandTimedCheck.mm
        • File
          MTREventTLVValueDecoder.mm
        • File
          MTRStructsObjc.h
        • File
          MTRStructsObjc.mm
  • zzz_generated
    • app-common/app-common/zap-generated
      • attributes
        • File
          Accessors.cpp
        • File
          Accessors.h
      • File
        callback.h
      • File
        cluster-enums.h
      • File
        cluster-objects.cpp
      • File
        cluster-objects.h
      • ids
        • File
          Attributes.h
        • File
          Clusters.h
        • File
          Commands.h
        • File
          Events.h
    • chip-tool/zap-generated/cluster
      • File
        Commands.h
      • logging
        • File
          DataModelLogger.cpp
        • File
          DataModelLogger.h
        • File
          EntryToText.cpp
    • darwin-framework-tool/zap-generated/cluster
      • File
        Commands.h

Loading comments...