Imported more library files

Not compiling currently
This commit is contained in:
2025-04-12 23:37:19 +01:00
parent 264a3462e0
commit 9d06f983af
2518 changed files with 1021900 additions and 52 deletions

View File

@@ -0,0 +1,33 @@
#ifndef SL_MATTER_ICD_SERVER_BUILDCONFIG_H
#define SL_MATTER_ICD_SERVER_BUILDCONFIG_H
// <<< Use Configuration Wizard in Context Menu >>>
// <q ICD_REPORT_ON_ENTER_ACTIVE_MODE> Matter Report on Entering Active
// <i> Default: 0
#define ICD_REPORT_ON_ENTER_ACTIVE_MODE 0
// <q ICD_ENFORCE_SIT_SLOW_POLL_LIMIT> Matter ICD Slow Polling Limit Enforcement
// <i> Default: 0
#define ICD_ENFORCE_SIT_SLOW_POLL_LIMIT 0
// <q ICD_MAX_NOTIFICATION_SUBSCRIBERS> Matter Max Notification Subscribers <1-5>
// <i> Default: 1
#define ICD_MAX_NOTIFICATION_SUBSCRIBERS 1
// <q CHIP_CONFIG_ENABLE_ICD_LIT> Matter LIT Configurations
// <i> Default: 0
#define CHIP_CONFIG_ENABLE_ICD_LIT 0
// <q CHIP_CONFIG_ENABLE_ICD_CIP> Matter Check in Sender
// <i> Default: 0
#define CHIP_CONFIG_ENABLE_ICD_CIP 0
// <q CHIP_CONFIG_ENABLE_ICD_UAT> Matter UAT
// <i> Default: 0
#define CHIP_CONFIG_ENABLE_ICD_UAT 0
// <<< end of configuration section >>>
#endif // SL_MATTER_ICD_SERVER_BUILDCONFIG_H