1. d19798c Update builds to docker version 50 (#33295) by Alex Tsitsiura · 11 months ago
  2. 39000e6 [bridge-app] Fix wrong config file get included (#33278) by Yufeng Wang · 11 months ago
  3. 4b58ad2 examples: Remove requires in main components for esp32 examples (#33213) by Wang Qixiang · 11 months ago
  4. 07f4b35 Separate out attribute access interface registry/cache, remove free functions from InteractionModelEngine.h (#32954) by Andrei Litvin · 12 months ago
  5. e2bb2e5 [Telink] Use common CMake parts & flash overlay selection (#32894) by Alex Tsitsiura · 12 months ago
  6. 9b9ed65 [Telink] Peripheral modules optimization & Update builds to docker version 46 (#32754) by Alex Tsitsiura · 12 months ago
  7. 660c928 Move declarations from `af.h` into the corresponding storage/table/... headers (#32776) by Andrei Litvin · 12 months ago
  8. 7bf764a Update occupancy sensing revision number to match latest spec (#31834) by René Josefsen · 1 year, 1 month ago
  9. ea1de67 Update thread diag cluster revision to 2 (#32412) by Junior Martinez · 1 year, 1 month ago
  10. 7e3774e zap pregenerated dir does not exist anymore at all. zzz_generated is mostly empty (#32272) by Andrei Litvin · 1 year, 1 month ago
  11. f72008c Correctly annotate things that are unused when logging is disabled. (#32141) by Boris Zbarsky · 1 year, 1 month ago
  12. 67f2ae5 [App] Removing af-enums.h (#32110) by Jean-Francois Penven · 1 year, 2 months ago
  13. 4597a3b [Examples] Remove EmberAfStatus from example files (#32056) by Jean-Francois Penven · 1 year, 2 months ago
  14. 3ec1ba5 [IM] Remove the EMBER_ZCL_STATUS_DUPLICATE_EXISTS error code (#32017) by Jean-Francois Penven · 1 year, 2 months ago
  15. 18bf8c0 [Telink] Add B95 (TLSR9258A) skeleton & Update builds to docker version 35 (#31762) by Alex Tsitsiura · 1 year, 2 months ago
  16. 90726e5 Implement PayloadTestRequest command in DGGEN (#31907) by Tennessee Carmel-Veilleux · 1 year, 2 months ago
  17. 4fa072b Flag FeatureMap in Descriptor as being implemented via AttributeAccessInterface. (#31698) by Boris Zbarsky · 1 year, 2 months ago
  18. d8ef6fc Rename AlarmMap to AlarmBitmap. (#31517) by Boris Zbarsky · 1 year, 2 months ago
  19. acd7eac Add default target to example projects (#31510) by Jakub Latusek · 1 year, 3 months ago
  20. 943b870 [Telink] Remove define of CHIP_ADDRESS_RESOLVE_IMPL_INCLUDE_HEADER. (#31390) by Andrei Litvin · 1 year, 3 months ago
  21. 8bef061 Mark `ClusterRevision` global attribute in XML files to be `side=either` (#31009) by Andrei Litvin · 1 year, 3 months ago
  22. 1f3bcbc Fix TimeSnapshotResponse command types/names to match spec updates (#31018) by Tennessee Carmel-Veilleux · 1 year, 4 months ago
  23. d389403 Fixed DECLARE_DYNAMIC_CLUSTER to support CLIENT role as well. (#30873) by Kamil Kasperczyk · 1 year, 4 months ago
  24. 29ea755 Feature/electrical energy measurement (#30389) by David Rempel · 1 year, 4 months ago
  25. 2980e51 LIT-ICD example: Update general diagnostics. (#30632) by C Freeman · 1 year, 4 months ago
  26. f03cc57 `Localization Time Format Cluster`: add `UseActiveLocale` tag as a placeholder for NULL (#30520) by Andrei Litvin · 1 year, 4 months ago
  27. 547b587 Fix improperly mutable pointers to string constants (#30804) by Michael Spang · 1 year, 4 months ago
  28. d823ea2 Switch to using lowercase built-in types consistently in XML. (#30740) by Boris Zbarsky · 1 year, 4 months ago
  29. b45ad73 [Telink] Disable PWM identification in retention mode (#30744) by Serhii Salamakha · 1 year, 4 months ago
  30. f1b6ea5 Update ZAP to fix zapTypeToDecodableClusterObjectType to behave correctly. (#30692) by Boris Zbarsky · 1 year, 4 months ago
  31. f94a44e Remove 'cluster side' from matter IDL files (#30605) by Andrei Litvin · 1 year, 4 months ago
  32. 90d60f0 Add cluster revision to cluster definition in matter files (#30626) by Andrei Litvin · 1 year, 4 months ago
  33. 46a7184 Match `Unit Localization Cluster` to spec (#29960) by Andrei Litvin · 1 year, 5 months ago
  34. 9969d44 Add Spec version and Max Paths Per Invoke to Basic Information cluster (#30496) by Terence Hampson · 1 year, 5 months ago
  35. d47aeb4 Match `General Commissioning Cluster` to spec (#30326) by Andrei Litvin · 1 year, 5 months ago
  36. 8f3eb01 Move `Level Control Cluster` to match the spec (#30417) by Andrei Litvin · 1 year, 5 months ago
  37. e884c69 Update ZAP version to v2023.11.08-nightly (#30445) by Junior Martinez · 1 year, 5 months ago
  38. 261b03f xml: Add PDC support to Network Commissioning cluster (#30191) by Karsten Sperling · 1 year, 5 months ago
  39. 3822b0f [Telink] Add retention target & Update builds to docker version 25 (#30271) by Alex Tsitsiura · 1 year, 5 months ago
  40. 07a7a6b Match `Content Launcher Cluster` to spec (#30176) by Andrei Litvin · 1 year, 5 months ago
  41. 4f53c34 Match `Time Format Localization Cluster` to spec (#30216) by Andrei Litvin · 1 year, 5 months ago
  42. 94a6f93 Thread diagnostics to spec (#30153) by Andrei Litvin · 1 year, 5 months ago
  43. ea0a843 Make `Diagnostics Wifi Cluster` match the spec (#30154) by Andrei Litvin · 1 year, 5 months ago
  44. 06dd555 Move OnOff cluster to match the spec (#29946) by Andrei Litvin · 1 year, 5 months ago
  45. fe513bb Update ZAP to fix handling of Darwin provisional availability. (#30101) by Boris Zbarsky · 1 year, 5 months ago
  46. d165f62 Add general diagnostics cluster Matter 1.3 XML changes (#30091) by Tennessee Carmel-Veilleux · 1 year, 5 months ago
  47. a16d6e9 Update `Temperature Measurement Cluster` to spec (#30093) by Andrei Litvin · 1 year, 5 months ago
  48. dd920f2 Make `Localization Configuration Cluster` match the spec (#30058) by Andrei Litvin · 1 year, 5 months ago
  49. 89671e8 Change SoftwareDiagnostics Cluster to match the spec (#30052) by Andrei Litvin · 1 year, 5 months ago
  50. 0da67af Update `Operational Credential Cluster` to match the spec (#30061) by Andrei Litvin · 1 year, 5 months ago
  51. b3327f8 Update `Ethernet Diagnostics Cluster` to match the spec (#30064) by Andrei Litvin · 1 year, 5 months ago
  52. 1f9814e Match `AdminCommissioningCluster` to spec (#30004) by Andrei Litvin · 1 year, 5 months ago
  53. 08ef939 Change `Binding Cluster` to match spec (#29961) by Andrei Litvin · 1 year, 5 months ago
  54. 7879111 Add new Matter 1.3 features to Network Commissioning XML (#29945) by Tennessee Carmel-Veilleux · 1 year, 5 months ago
  55. 0e67c82 Run zap_convert_all.py. (#29922) by Boris Zbarsky · 1 year, 5 months ago
  56. 2a7c214 Update builds to docker version 22 (#29887) by Alex Tsitsiura · 1 year, 5 months ago
  57. 4f65f6c matter idl: use lowercase types for enum and bitmap base types (#29832) by Andrei Litvin · 1 year, 6 months ago
  58. bc20d34 [ASR] Fix -Wundef compile issue (#29644) by weicheng · 1 year, 6 months ago
  59. 78efca3 Update BasicInformation cluster revision from 1 to 2 in zap configura… (#29764) by Junior Martinez · 1 year, 6 months ago
  60. 66d45fa Run zap_convert_all on tip. (#29761) by Boris Zbarsky · 1 year, 6 months ago
  61. 47836d2 Change all ZAP XML basic data types to `lowercase` (#29706) by Andrei Litvin · 1 year, 6 months ago
  62. 500fb4a [Telink] Flash various sizes support (#29726) by Alex Tsitsiura · 1 year, 6 months ago
  63. f900f46 [Telink] Fix OTA tests (#29725) by Alex Tsitsiura · 1 year, 6 months ago
  64. 49fff5b Update `.matter` to contain information about enabled commands per endpoint cluster. (#29686) by Andrei Litvin · 1 year, 6 months ago
  65. 68b61d0 Update ZAP to pull in more correct global attribute storage handling. (#29704) by Boris Zbarsky · 1 year, 6 months ago
  66. 5c0e026 Update bridge app to init network commissioning (#29612) by Youngho Yoon · 1 year, 6 months ago
  67. 3dfffe7 Switching all zap files to enabled only content (#29509) by Bharat Raju · 1 year, 6 months ago
  68. 6047fbb [Telink] Use common Zephyr heap & Update Telink image to 16 (#29531) by Alex Tsitsiura · 1 year, 6 months ago
  69. 8cb1bda Remove top-level struct and enum support from IDL processing (#29511) by Andrei Litvin · 1 year, 6 months ago
  70. 9dee693 Split out CHIPErrror into a separate source set. (#29494) by Boris Zbarsky · 1 year, 6 months ago
  71. 6fe4b11 Align On/Off cluster XML with the spec. (#29404) by Boris Zbarsky · 1 year, 6 months ago
  72. ccc27ed [Telink] RAM/ROM optimization & Update Telink image to 12 (#29373) by Alex Tsitsiura · 1 year, 6 months ago
  73. 97fb666 [zephyr] Added platform configuration to enable ICD support (#29128) by Kamil Kasperczyk · 1 year, 7 months ago
  74. 9a75125 [Telink] Add B92 (tlsr9528a) SoC support & Update Telink image to 10 (#28841) by Alex Tsitsiura · 1 year, 7 months ago
  75. c8361b5 ESP32: Update esp-idf to v5.1.1 release (#28980) by Wang Qixiang · 1 year, 7 months ago
  76. 32bd913 Update ZAP to v2023.08.30-nightly. (#28988) by Boris Zbarsky · 1 year, 7 months ago
  77. 98e3bc6 Update featuremap for "Time Format Localization" to 1 (#28952) by Andrei Litvin · 1 year, 7 months ago
  78. 458ed85 Bump "Bridged Device Basic Information" cluster revision to 2 (#28951) by Andrei Litvin · 1 year, 7 months ago
  79. caf66ec Remove some unused defines from project configs. (#28906) by Boris Zbarsky · 1 year, 7 months ago
  80. f058d8e Align XML with spec - Update Color control revision (#28763) by Junior Martinez · 1 year, 8 months ago
  81. bf0b45a Add Feature bitmap to Descriptor XML. (#28636) by Boris Zbarsky · 1 year, 8 months ago
  82. 8363494 Update template and regen (#28529) by Andrei Litvin · 1 year, 8 months ago
  83. f7a3213 Re-run zap_convert_all.py (#28459) by C Freeman · 1 year, 8 months ago
  84. f71a48f Add missing enums in Group Key Management cluster (#28413) by Tennessee Carmel-Veilleux · 1 year, 8 months ago
  85. c96ffaa add nvs size to 48k bytes for matter 1.1 (#28353) by Jerry-ESP · 1 year, 8 months ago
  86. ba05087 Update more build configs to c++17. (#28296) by Boris Zbarsky · 1 year, 8 months ago
  87. 67324e6 Update various bits to c++17 and gnu++17. (#28280) by Boris Zbarsky · 1 year, 8 months ago
  88. 7b6cbc5 Replaced the use of std::set with IntrusiveList in ModeBase. (#28163) by William · 1 year, 8 months ago
  89. 3df57b7 Start switching platforms to C++17 (linux, mac) (#28170) by Andrei Litvin · 1 year, 8 months ago
  90. d8dff60 Power source: Update bridge app (#28134) by C Freeman · 1 year, 9 months ago
  91. a1c1126 Descriptor Cluster Adding TagList attribute (#27905) by abeck-whirlpool · 1 year, 9 months ago
  92. 14930ea Pinning all versions, fixing script (#28140) by Justin Wood · 1 year, 9 months ago
  93. 3c75ed0 Updating script, and running to pin README.md and other files (#28030) by Justin Wood · 1 year, 9 months ago
  94. b312dfe Change OnOff revision to 5 (XML). Update all impacted .zap files. (#26524) by marktrayer · 1 year, 9 months ago
  95. f0adeef Moving us to github container registry (#27879) by Justin Wood · 1 year, 9 months ago
  96. 6b01cb9 Refactor network commissioning setup in Linux example apps. (#27861) by Boris Zbarsky · 1 year, 9 months ago
  97. c270578 Enable tracing for all linux app builds (#27871) by Andrei Litvin · 1 year, 9 months ago
  98. 9d617b5 [ASR] Delete duplicate implementations and docs (#27625) by weicheng · 1 year, 9 months ago
  99. 0a7b28b Improve format in the README file by removing excessive indentation (#27594) by Mengyi Wang · 1 year, 9 months ago
  100. 413a900 Preserve acronyms in constant naming for bitmap and enum constants (#27523) by Andrei Litvin · 1 year, 9 months ago