Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 17 additions & 0 deletions slc/component/matter-platform/low-power/matter_em4.slcc
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
id: matter_em4
label: Ultra Low Power Mode
description: >
Enable EM4 support. Absolute minimum current during idle period. Will force a reboot upon exiting em4
package: matter
category: Matter|Platform|Low-power
quality: production
metadata:
sbom:
license: Zlib
provides:
- name: matter_em4
define:
- name: SL_MATTER_EM4_SLEEP
value: "1"
requires:
- name: matter_icd
Loading