Skip to content

Commit a96bdad

Browse files
tejlmandbjarki-andreasen
authored andcommitted
kconfig: change MINIMAL_LIBC_MALLOC to COMMON_LIBC_MALLOC
MINIMAL_LIBC_MALLOC has been deprecated and removed in favor of COMMON_LIBC_MALLOC, therefore change CONFIG_MINIMAL_LIBC_MALLOC=n to CONFIG_COMMON_LIBC_MALLOC=n. Ref: zephyrproject-rtos/zephyr#56309 zephyrproject-rtos/zephyr#74322 Signed-off-by: Torsten Rasmussen <Torsten.Rasmussen@nordicsemi.no>
1 parent 934bd98 commit a96bdad

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

samples/bluetooth/peripheral_lbs/prj_minimal.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ CONFIG_ISR_STACK_SIZE=1024
8080

8181
# Disable features not needed
8282
CONFIG_TIMESLICING=n
83-
CONFIG_MINIMAL_LIBC_MALLOC=n
83+
CONFIG_COMMON_LIBC_MALLOC=n
8484
CONFIG_LOG=n
8585
CONFIG_ASSERT=n
8686

samples/bluetooth/peripheral_uart/prj_minimal.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ CONFIG_BT_NUS_THREAD_STACK_SIZE=512
100100

101101
# Disable features not needed
102102
CONFIG_TIMESLICING=n
103-
CONFIG_MINIMAL_LIBC_MALLOC=n
103+
CONFIG_COMMON_LIBC_MALLOC=n
104104
CONFIG_LOG=n
105105
CONFIG_ASSERT=n
106106

samples/suit/recovery/prj.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ CONFIG_EARLY_CONSOLE=n
8989
CONFIG_ARM_MPU=n
9090

9191
CONFIG_TIMESLICING=n
92-
CONFIG_MINIMAL_LIBC_MALLOC=n
92+
CONFIG_COMMON_LIBC_MALLOC=n
9393
CONFIG_LOG=n
9494
CONFIG_ASSERT=n
9595

0 commit comments

Comments
 (0)