We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1c7e750 + 983c4e0 commit 71e2cb5Copy full SHA for 71e2cb5
src/target/esp32h21/ld/esp32h21.rom.libc.ld
@@ -1,12 +1,12 @@
1
esp_rom_newlib_init_common_mutexes = 0x40000494;
2
memset = 0x40000498;
3
-memcpy = 0x4fc0026c;
4
-memmove = 0x4fc00270;
5
-memcmp = 0x4fc00274;
6
-strcpy = 0x4fc00278;
7
-strncpy = 0x4fc0027c;
8
-strcmp = 0x4fc00280;
9
-strncmp = 0x4fc00284;
+memcpy = 0x4000049c;
+memmove = 0x400004a0;
+memcmp = 0x400004a4;
+strcpy = 0x400004a8;
+strncpy = 0x400004ac;
+strcmp = 0x400004b0;
+strncmp = 0x400004b4;
10
strlen = 0x400004b8;
11
strstr = 0x400004bc;
12
bzero = 0x400004c0;
0 commit comments