File tree 2 files changed +2
-4
lines changed
config/telink/chip-module
2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -86,10 +86,6 @@ config COMMON_LIBC_MALLOC_ARENA_SIZE
86
86
default 20716 if SOC_RISCV_TELINK_TL321X || SOC_SERIES_RISCV_TELINK_B9X_RETENTION
87
87
default 12288
88
88
89
- choice LIBC_IMPLEMENTATION
90
- default NEWLIB_LIBC
91
- endchoice
92
-
93
89
config MBEDTLS_ENTROPY_ENABLED
94
90
bool
95
91
default y
Original file line number Diff line number Diff line change 145
145
#if !defined(CONFIG_CHIP_MALLOC_SYS_HEAP ) && defined(CONFIG_NEWLIB_LIBC )
146
146
/// Use mallinfo() to obtain the heap usage statistics exposed by SoftwareDiagnostics cluster attributes.
147
147
#define CHIP_DEVICE_CONFIG_HEAP_STATISTICS_MALLINFO 1
148
+ #else
149
+ #define CHIP_DEVICE_CONFIG_HEAP_STATISTICS_MALLINFO 0
148
150
#endif // !defined(CONFIG_CHIP_MALLOC_SYS_HEAP) && defined(CONFIG_NEWLIB_LIBC)
149
151
#endif // CHIP_DEVICE_CONFIG_HEAP_STATISTICS_MALLINFO
150
152
You can’t perform that action at this time.
0 commit comments