esp32: Add config options in Kconfig.board, remove _heap_start symbol
This commit adds config options for supporting multiple memory allocation using k_malloc() Update west.yml with hal_espressif change Signed-off-by: Shubham Kulkarni <shubham.kulkarni@espressif.com>
This commit is contained in:
parent
67d2368398
commit
a24707a4bd
2 changed files with 29 additions and 2 deletions
|
@ -468,7 +468,6 @@ __shell_root_cmds_end = __esp_shell_root_cmds_end;
|
|||
*(.noinit)
|
||||
*(".noinit.*")
|
||||
. = ALIGN (8);
|
||||
_heap_start = ABSOLUTE(.);
|
||||
} GROUP_LINK_IN(RAMABLE_REGION_1)
|
||||
|
||||
#ifdef CONFIG_GEN_ISR_TABLES
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue