mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-08 12:10:59 +00:00
heap_tlsf: use tlsf IMPL in ESP32C2 ROM
This commit is contained in:

committed by
wuzhenghui

parent
a9f8b20431
commit
6ec373daf5
@@ -49,6 +49,10 @@ void heap_caps_enable_nonos_stack_heaps(void)
|
||||
*/
|
||||
void heap_caps_init(void)
|
||||
{
|
||||
#ifdef CONFIG_HEAP_ROM_IMPL
|
||||
extern void multi_heap_in_rom_init(void);
|
||||
multi_heap_in_rom_init();
|
||||
#endif
|
||||
/* Get the array of regions that we can use for heaps
|
||||
(with reserved memory removed already.)
|
||||
*/
|
||||
|
Reference in New Issue
Block a user