esp_matter: Add data model provider for esp_matter data model and remove upstream ember codes from esp_matter component

This commit is contained in:
WanqQixiang
2025-07-09 16:36:33 +08:00
parent 1f417192d9
commit 9d7ff306f6
73 changed files with 6066 additions and 5070 deletions
+1
View File
@@ -12,6 +12,7 @@
#include <esp_matter.h>
#include <app_priv.h>
#include <common_macros.h>
#include <device.h>
#include <led_driver.h>
+1
View File
@@ -262,6 +262,7 @@ extern "C" void app_main()
esp_matter::console::diagnostics_register_commands();
esp_matter::console::wifi_register_commands();
esp_matter::console::factoryreset_register_commands();
esp_matter::console::attribute_register_commands();
#if CONFIG_OPENTHREAD_CLI
esp_matter::console::otcli_register_commands();
#endif