Merge branch 'feat/update-memory-layout-c5-mp' into 'master'

feat(heap): support heap and update memory layout on esp32c5-mp target

Closes IDF-9641 and IDF-9358

See merge request espressif/esp-idf!30640
This commit is contained in:
Guillaume Souchere
2024-05-22 19:00:21 +08:00
4 changed files with 15 additions and 25 deletions

View File

@@ -208,7 +208,7 @@
#define SOC_DEBUG_HIGH 0x28000000
// Start (highest address) of ROM boot stack, only relevant during early boot
#define SOC_ROM_STACK_START 0x4085c8d0
#define SOC_ROM_STACK_START 0x4085e9a0
#define SOC_ROM_STACK_SIZE 0x2000
//On RISC-V CPUs, the interrupt sources are all external interrupts, whose type, source and priority are configured by SW.