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:
Shubham Kulkarni 2021-04-20 11:44:09 +05:30 committed by Anas Nashif
commit a24707a4bd
2 changed files with 29 additions and 2 deletions

View file

@ -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