Skip to content

Commit 2dc8ac4

Browse files
author
Jyri Sarha
committed
topology2: Widget default values for stack, static memory, and heap size
Add default values for stack, static memory, and heap size for all widgets. Signed-off-by: Jyri Sarha <[email protected]>
1 parent adcc4fd commit 2dc8ac4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tools/topology/topology2/include/components/widget-common.conf

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -162,3 +162,6 @@ DefineAttribute."static_bytes_requirement" {
162162
token_ref "comp.word"
163163
}
164164

165+
stack_bytes_requirement 8192
166+
heap_bytes_requirement 16384
167+
static_bytes_requirement 131072

0 commit comments

Comments
 (0)