From 8f61a46e6249aa102a2208601481c67d44c2751b Mon Sep 17 00:00:00 2001 From: Gustavo Henrique Nihei Date: Tue, 16 Aug 2022 12:18:01 -0300 Subject: [PATCH 1/2] esp32c3: Fix broken references to esptool repository Signed-off-by: Gustavo Henrique Nihei --- esp32c3-hal/ld/bl-esp32c3-memory.x | 2 +- esp32c3-hal/ld/db-esp32c3-memory.x | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/esp32c3-hal/ld/bl-esp32c3-memory.x b/esp32c3-hal/ld/bl-esp32c3-memory.x index 94148fdc125..30f1bcd6cce 100644 --- a/esp32c3-hal/ld/bl-esp32c3-memory.x +++ b/esp32c3-hal/ld/bl-esp32c3-memory.x @@ -1,7 +1,7 @@ MEMORY { /* - https://github.com/espressif/esptool/blob/master/esptool.py#L1919 + https://github.com/espressif/esptool/blob/ed64d20b051d05f3f522bacc6a786098b562d4b8/esptool/targets/esp32c3.py#L78-L90 MEMORY_MAP = [[0x00000000, 0x00010000, "PADDING"], [0x3C000000, 0x3C800000, "DROM"], [0x3FC80000, 0x3FCE0000, "DRAM"], diff --git a/esp32c3-hal/ld/db-esp32c3-memory.x b/esp32c3-hal/ld/db-esp32c3-memory.x index 4ec8f7b80ce..a3d0108689d 100644 --- a/esp32c3-hal/ld/db-esp32c3-memory.x +++ b/esp32c3-hal/ld/db-esp32c3-memory.x @@ -1,7 +1,7 @@ MEMORY { /* - https://github.com/espressif/esptool/blob/master/esptool.py#L1919 + https://github.com/espressif/esptool/blob/ed64d20b051d05f3f522bacc6a786098b562d4b8/esptool/targets/esp32c3.py#L78-L90 MEMORY_MAP = [[0x00000000, 0x00010000, "PADDING"], [0x3C000000, 0x3C800000, "DROM"], [0x3FC80000, 0x3FCE0000, "DRAM"], From 5e552194cbc3c7481124972be63d02fcebd31081 Mon Sep 17 00:00:00 2001 From: Gustavo Henrique Nihei Date: Tue, 16 Aug 2022 12:18:19 -0300 Subject: [PATCH 2/2] esp32: Fix broken reference to esp-idf repository Signed-off-by: Gustavo Henrique Nihei --- esp32-hal/ld/memory.x | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/esp32-hal/ld/memory.x b/esp32-hal/ld/memory.x index d9a8b00dafe..b2b41ab9b10 100644 --- a/esp32-hal/ld/memory.x +++ b/esp32-hal/ld/memory.x @@ -1,7 +1,7 @@ /* This memory map assumes the flash cache is on; the blocks used are excluded from the various memory ranges - see: https://github.com/espressif/esp-idf/blob/master/components/soc/src/esp32/soc_memory_layout.c + see: https://github.com/espressif/esp-idf/blob/5b1189570025ba027f2ff6c2d91f6ffff3809cc2/components/heap/port/esp32/memory_layout.c for details */