Skip to content

Commit 77235f0

Browse files
MaochenWang1kartben
authored andcommitted
samples: wifi: shell: remove CONFIG_HEAP_MEM_POOL_SIZE for RW612
Remove CONFIG_HEAP_MEM_POOL_SIZE for RW612, it will use HEAP_MEM_POOL_ADD_SIZE_ way to add all module's heap size together, to better control heap size for different case. Signed-off-by: Maochen Wang <[email protected]>
1 parent 75db72a commit 77235f0

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

samples/net/wifi/shell/boards/frdm_rw612.conf

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ CONFIG_LOG_PRINTK=n
2020
CONFIG_THREAD_CUSTOM_DATA=y
2121
CONFIG_EVENTS=y
2222
CONFIG_SYS_HEAP_AUTO=y
23-
CONFIG_HEAP_MEM_POOL_SIZE=122880
2423
CONFIG_SCHED_MULTIQ=y
2524
CONFIG_ZVFS_OPEN_MAX=30
2625

samples/net/wifi/shell/boards/rd_rw612_bga.conf

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ CONFIG_LOG_PRINTK=n
2020
CONFIG_THREAD_CUSTOM_DATA=y
2121
CONFIG_EVENTS=y
2222
CONFIG_SYS_HEAP_AUTO=y
23-
CONFIG_HEAP_MEM_POOL_SIZE=122880
2423
CONFIG_SCHED_MULTIQ=y
2524
CONFIG_ZVFS_OPEN_MAX=30
2625

0 commit comments

Comments
 (0)