Skip to content

Commit

Permalink
esp32c3: Fix link to memory address map reference on documentation
Browse files Browse the repository at this point in the history
Signed-off-by: Gustavo Henrique Nihei <[email protected]>
  • Loading branch information
gustavonihei committed Apr 7, 2022
1 parent 7362aaa commit 01b43bc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion esp32c3-hal/ld/bl-esp32c3-memory.x
Original file line number Diff line number Diff line change
@@ -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"],
Expand Down
2 changes: 1 addition & 1 deletion esp32c3-hal/ld/db-esp32c3-memory.x
Original file line number Diff line number Diff line change
@@ -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"],
Expand Down

0 comments on commit 01b43bc

Please sign in to comment.