Skip to content

Commit

Permalink
[Telink]: Extended common heap size
Browse files Browse the repository at this point in the history
Extended common heap size (COMMON_LIBC_MALLOC_ARENA_SIZE) to 12288 bytes

Signed-off-by: Misha Tkachenko <[email protected]>
  • Loading branch information
mishadesh authored and s07641069 committed Oct 17, 2023
1 parent 32a7154 commit cac6f86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/telink/chip-module/Kconfig.defaults
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ config HEAP_MEM_POOL_SIZE
default 256

config COMMON_LIBC_MALLOC_ARENA_SIZE
default 10240
default 12288

config COMMON_LIBC_MALLOC_ARENA_SIZE
default 12288
Expand Down

0 comments on commit cac6f86

Please sign in to comment.