forked from espressif/esp-idf
esp32h2beta2:update rom ld (ESP-ROM:esp32h2beta2-20211201)
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@@ -1,13 +1,12 @@
|
|||||||
/*
|
/*
|
||||||
* SPDX-FileCopyrightText: 2020-2021 Espressif Systems (Shanghai) CO LTD
|
* SPDX-FileCopyrightText: 2022 Espressif Systems (Shanghai) CO LTD
|
||||||
*
|
*
|
||||||
* SPDX-License-Identifier: Apache-2.0
|
* SPDX-License-Identifier: Apache-2.0
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/* ROM function interface esp32h2.rom.libgcc.ld for esp32h2
|
/* ROM function interface esp32h2.rom.libgcc.ld for esp32h2
|
||||||
*
|
*
|
||||||
*
|
*
|
||||||
* Generated from ./interface-esp32h2.yml md5sum a4343bd6a9a68319e4e3cc26aea38574
|
* Generated from ./target/esp32h2/interface-esp32h2.yml md5sum da4c474a48c097d4ac9acad67f70fda6
|
||||||
*
|
*
|
||||||
* Compatible with ROM where ECO version equal or greater to 0.
|
* Compatible with ROM where ECO version equal or greater to 0.
|
||||||
*
|
*
|
||||||
@@ -19,95 +18,95 @@
|
|||||||
***************************************/
|
***************************************/
|
||||||
|
|
||||||
/* Functions */
|
/* Functions */
|
||||||
__absvdi2 = 0x4000098c;
|
__absvdi2 = 0x40000998;
|
||||||
__absvsi2 = 0x40000990;
|
__absvsi2 = 0x4000099c;
|
||||||
__adddf3 = 0x40000994;
|
__adddf3 = 0x400009a0;
|
||||||
__addsf3 = 0x40000998;
|
__addsf3 = 0x400009a4;
|
||||||
__addvdi3 = 0x4000099c;
|
__addvdi3 = 0x400009a8;
|
||||||
__addvsi3 = 0x400009a0;
|
__addvsi3 = 0x400009ac;
|
||||||
__ashldi3 = 0x400009a4;
|
__ashldi3 = 0x400009b0;
|
||||||
__ashrdi3 = 0x400009a8;
|
__ashrdi3 = 0x400009b4;
|
||||||
__bswapdi2 = 0x400009ac;
|
__bswapdi2 = 0x400009b8;
|
||||||
__bswapsi2 = 0x400009b0;
|
__bswapsi2 = 0x400009bc;
|
||||||
__clear_cache = 0x400009b4;
|
__clear_cache = 0x400009c0;
|
||||||
__clrsbdi2 = 0x400009b8;
|
__clrsbdi2 = 0x400009c4;
|
||||||
__clrsbsi2 = 0x400009bc;
|
__clrsbsi2 = 0x400009c8;
|
||||||
__clzdi2 = 0x400009c0;
|
__clzdi2 = 0x400009cc;
|
||||||
__clzsi2 = 0x400009c4;
|
__clzsi2 = 0x400009d0;
|
||||||
__cmpdi2 = 0x400009c8;
|
__cmpdi2 = 0x400009d4;
|
||||||
__ctzdi2 = 0x400009cc;
|
__ctzdi2 = 0x400009d8;
|
||||||
__ctzsi2 = 0x400009d0;
|
__ctzsi2 = 0x400009dc;
|
||||||
__divdc3 = 0x400009d4;
|
__divdc3 = 0x400009e0;
|
||||||
__divdf3 = 0x400009d8;
|
__divdf3 = 0x400009e4;
|
||||||
__divdi3 = 0x400009dc;
|
__divdi3 = 0x400009e8;
|
||||||
__divsc3 = 0x400009e0;
|
__divsc3 = 0x400009ec;
|
||||||
__divsf3 = 0x400009e4;
|
__divsf3 = 0x400009f0;
|
||||||
__divsi3 = 0x400009e8;
|
__divsi3 = 0x400009f4;
|
||||||
__eqdf2 = 0x400009ec;
|
__eqdf2 = 0x400009f8;
|
||||||
__eqsf2 = 0x400009f0;
|
__eqsf2 = 0x400009fc;
|
||||||
__extendsfdf2 = 0x400009f4;
|
__extendsfdf2 = 0x40000a00;
|
||||||
__ffsdi2 = 0x400009f8;
|
__ffsdi2 = 0x40000a04;
|
||||||
__ffssi2 = 0x400009fc;
|
__ffssi2 = 0x40000a08;
|
||||||
__fixdfdi = 0x40000a00;
|
__fixdfdi = 0x40000a0c;
|
||||||
__fixdfsi = 0x40000a04;
|
__fixdfsi = 0x40000a10;
|
||||||
__fixsfdi = 0x40000a08;
|
__fixsfdi = 0x40000a14;
|
||||||
__fixsfsi = 0x40000a0c;
|
__fixsfsi = 0x40000a18;
|
||||||
__fixunsdfsi = 0x40000a10;
|
__fixunsdfsi = 0x40000a1c;
|
||||||
__fixunssfdi = 0x40000a14;
|
__fixunssfdi = 0x40000a20;
|
||||||
__fixunssfsi = 0x40000a18;
|
__fixunssfsi = 0x40000a24;
|
||||||
__floatdidf = 0x40000a1c;
|
__floatdidf = 0x40000a28;
|
||||||
__floatdisf = 0x40000a20;
|
__floatdisf = 0x40000a2c;
|
||||||
__floatsidf = 0x40000a24;
|
__floatsidf = 0x40000a30;
|
||||||
__floatsisf = 0x40000a28;
|
__floatsisf = 0x40000a34;
|
||||||
__floatundidf = 0x40000a2c;
|
__floatundidf = 0x40000a38;
|
||||||
__floatundisf = 0x40000a30;
|
__floatundisf = 0x40000a3c;
|
||||||
__floatunsidf = 0x40000a34;
|
__floatunsidf = 0x40000a40;
|
||||||
__floatunsisf = 0x40000a38;
|
__floatunsisf = 0x40000a44;
|
||||||
__gcc_bcmp = 0x40000a3c;
|
__gcc_bcmp = 0x40000a48;
|
||||||
__gedf2 = 0x40000a40;
|
__gedf2 = 0x40000a4c;
|
||||||
__gesf2 = 0x40000a44;
|
__gesf2 = 0x40000a50;
|
||||||
__gtdf2 = 0x40000a48;
|
__gtdf2 = 0x40000a54;
|
||||||
__gtsf2 = 0x40000a4c;
|
__gtsf2 = 0x40000a58;
|
||||||
__ledf2 = 0x40000a50;
|
__ledf2 = 0x40000a5c;
|
||||||
__lesf2 = 0x40000a54;
|
__lesf2 = 0x40000a60;
|
||||||
__lshrdi3 = 0x40000a58;
|
__lshrdi3 = 0x40000a64;
|
||||||
__ltdf2 = 0x40000a5c;
|
__ltdf2 = 0x40000a68;
|
||||||
__ltsf2 = 0x40000a60;
|
__ltsf2 = 0x40000a6c;
|
||||||
__moddi3 = 0x40000a64;
|
__moddi3 = 0x40000a70;
|
||||||
__modsi3 = 0x40000a68;
|
__modsi3 = 0x40000a74;
|
||||||
__muldc3 = 0x40000a6c;
|
__muldc3 = 0x40000a78;
|
||||||
__muldf3 = 0x40000a70;
|
__muldf3 = 0x40000a7c;
|
||||||
__muldi3 = 0x40000a74;
|
__muldi3 = 0x40000a80;
|
||||||
__mulsc3 = 0x40000a78;
|
__mulsc3 = 0x40000a84;
|
||||||
__mulsf3 = 0x40000a7c;
|
__mulsf3 = 0x40000a88;
|
||||||
__mulsi3 = 0x40000a80;
|
__mulsi3 = 0x40000a8c;
|
||||||
__mulvdi3 = 0x40000a84;
|
__mulvdi3 = 0x40000a90;
|
||||||
__mulvsi3 = 0x40000a88;
|
__mulvsi3 = 0x40000a94;
|
||||||
__nedf2 = 0x40000a8c;
|
__nedf2 = 0x40000a98;
|
||||||
__negdf2 = 0x40000a90;
|
__negdf2 = 0x40000a9c;
|
||||||
__negdi2 = 0x40000a94;
|
__negdi2 = 0x40000aa0;
|
||||||
__negsf2 = 0x40000a98;
|
__negsf2 = 0x40000aa4;
|
||||||
__negvdi2 = 0x40000a9c;
|
__negvdi2 = 0x40000aa8;
|
||||||
__negvsi2 = 0x40000aa0;
|
__negvsi2 = 0x40000aac;
|
||||||
__nesf2 = 0x40000aa4;
|
__nesf2 = 0x40000ab0;
|
||||||
__paritysi2 = 0x40000aa8;
|
__paritysi2 = 0x40000ab4;
|
||||||
__popcountdi2 = 0x40000aac;
|
__popcountdi2 = 0x40000ab8;
|
||||||
__popcountsi2 = 0x40000ab0;
|
__popcountsi2 = 0x40000abc;
|
||||||
__powidf2 = 0x40000ab4;
|
__powidf2 = 0x40000ac0;
|
||||||
__powisf2 = 0x40000ab8;
|
__powisf2 = 0x40000ac4;
|
||||||
__subdf3 = 0x40000abc;
|
__subdf3 = 0x40000ac8;
|
||||||
__subsf3 = 0x40000ac0;
|
__subsf3 = 0x40000acc;
|
||||||
__subvdi3 = 0x40000ac4;
|
__subvdi3 = 0x40000ad0;
|
||||||
__subvsi3 = 0x40000ac8;
|
__subvsi3 = 0x40000ad4;
|
||||||
__truncdfsf2 = 0x40000acc;
|
__truncdfsf2 = 0x40000ad8;
|
||||||
__ucmpdi2 = 0x40000ad0;
|
__ucmpdi2 = 0x40000adc;
|
||||||
__udivdi3 = 0x40000ad4;
|
__udivdi3 = 0x40000ae0;
|
||||||
__udivmoddi4 = 0x40000ad8;
|
__udivmoddi4 = 0x40000ae4;
|
||||||
__udivsi3 = 0x40000adc;
|
__udivsi3 = 0x40000ae8;
|
||||||
__udiv_w_sdiv = 0x40000ae0;
|
__udiv_w_sdiv = 0x40000aec;
|
||||||
__umoddi3 = 0x40000ae4;
|
__umoddi3 = 0x40000af0;
|
||||||
__umodsi3 = 0x40000ae8;
|
__umodsi3 = 0x40000af4;
|
||||||
__unorddf2 = 0x40000aec;
|
__unorddf2 = 0x40000af8;
|
||||||
__unordsf2 = 0x40000af0;
|
__unordsf2 = 0x40000afc;
|
||||||
__extenddftf2 = 0x40000af4;
|
__extenddftf2 = 0x40000b00;
|
||||||
__trunctfdf2 = 0x40000af8;
|
__trunctfdf2 = 0x40000b04;
|
||||||
|
@@ -1,13 +1,12 @@
|
|||||||
/*
|
/*
|
||||||
* SPDX-FileCopyrightText: 2020-2021 Espressif Systems (Shanghai) CO LTD
|
* SPDX-FileCopyrightText: 2022 Espressif Systems (Shanghai) CO LTD
|
||||||
*
|
*
|
||||||
* SPDX-License-Identifier: Apache-2.0
|
* SPDX-License-Identifier: Apache-2.0
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/* ROM function interface esp32h2.rom.newlib-nano.ld for esp32h2
|
/* ROM function interface esp32h2.rom.newlib-nano.ld for esp32h2
|
||||||
*
|
*
|
||||||
*
|
*
|
||||||
* Generated from ./interface-esp32h2.yml md5sum a4343bd6a9a68319e4e3cc26aea38574
|
* Generated from ./target/esp32h2/interface-esp32h2.yml md5sum da4c474a48c097d4ac9acad67f70fda6
|
||||||
*
|
*
|
||||||
* Compatible with ROM where ECO version equal or greater to 0.
|
* Compatible with ROM where ECO version equal or greater to 0.
|
||||||
*
|
*
|
||||||
@@ -19,30 +18,30 @@
|
|||||||
***************************************/
|
***************************************/
|
||||||
|
|
||||||
/* Functions */
|
/* Functions */
|
||||||
__sprint_r = 0x40000674;
|
__sprint_r = 0x40000684;
|
||||||
_fiprintf_r = 0x40000678;
|
_fiprintf_r = 0x40000688;
|
||||||
_fprintf_r = 0x4000067c;
|
_fprintf_r = 0x4000068c;
|
||||||
_printf_common = 0x40000680;
|
_printf_common = 0x40000690;
|
||||||
_printf_i = 0x40000684;
|
_printf_i = 0x40000694;
|
||||||
_vfiprintf_r = 0x40000688;
|
_vfiprintf_r = 0x40000698;
|
||||||
_vfprintf_r = 0x4000068c;
|
_vfprintf_r = 0x4000069c;
|
||||||
fiprintf = 0x40000690;
|
fiprintf = 0x400006a0;
|
||||||
fprintf = 0x40000694;
|
fprintf = 0x400006a4;
|
||||||
printf = 0x40000698;
|
printf = 0x400006a8;
|
||||||
vfiprintf = 0x4000069c;
|
vfiprintf = 0x400006ac;
|
||||||
vfprintf = 0x400006a0;
|
vfprintf = 0x400006b0;
|
||||||
asprintf = 0x400006a4;
|
asprintf = 0x400006b4;
|
||||||
sprintf = 0x400006a8;
|
sprintf = 0x400006b8;
|
||||||
snprintf = 0x400006ac;
|
snprintf = 0x400006bc;
|
||||||
siprintf = 0x400006b0;
|
siprintf = 0x400006c0;
|
||||||
sniprintf = 0x400006b4;
|
sniprintf = 0x400006c4;
|
||||||
vprintf = 0x400006b8;
|
vprintf = 0x400006c8;
|
||||||
viprintf = 0x400006bc;
|
viprintf = 0x400006cc;
|
||||||
vsnprintf = 0x400006c0;
|
vsnprintf = 0x400006d0;
|
||||||
vsniprintf = 0x400006c4;
|
vsniprintf = 0x400006d4;
|
||||||
__rom_printf_float = 0x400006c8;
|
__rom_printf_float = 0x400006d8;
|
||||||
__rom_scanf_float = 0x400006cc;
|
__rom_scanf_float = 0x400006dc;
|
||||||
_scanf_i = 0x400006d0;
|
_scanf_i = 0x400006e0;
|
||||||
_scanf_chars = 0x400006d4;
|
_scanf_chars = 0x400006e4;
|
||||||
sscanf = 0x400006d8;
|
sscanf = 0x400006e8;
|
||||||
siscanf = 0x400006dc;
|
siscanf = 0x400006ec;
|
||||||
|
@@ -1,13 +1,12 @@
|
|||||||
/*
|
/*
|
||||||
* SPDX-FileCopyrightText: 2020-2022 Espressif Systems (Shanghai) CO LTD
|
* SPDX-FileCopyrightText: 2022 Espressif Systems (Shanghai) CO LTD
|
||||||
*
|
*
|
||||||
* SPDX-License-Identifier: Apache-2.0
|
* SPDX-License-Identifier: Apache-2.0
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/* ROM function interface esp32h2.rom.newlib.ld for esp32h2
|
/* ROM function interface esp32h2.rom.newlib.ld for esp32h2
|
||||||
*
|
*
|
||||||
*
|
*
|
||||||
* Generated from ./interface-esp32h2.yml md5sum a4343bd6a9a68319e4e3cc26aea38574
|
* Generated from ./target/esp32h2/interface-esp32h2.yml md5sum da4c474a48c097d4ac9acad67f70fda6
|
||||||
*
|
*
|
||||||
* Compatible with ROM where ECO version equal or greater to 0.
|
* Compatible with ROM where ECO version equal or greater to 0.
|
||||||
*
|
*
|
||||||
@@ -19,126 +18,130 @@
|
|||||||
***************************************/
|
***************************************/
|
||||||
|
|
||||||
/* Functions */
|
/* Functions */
|
||||||
esp_rom_newlib_init_common_mutexes = 0x40000484;
|
esp_rom_newlib_init_common_mutexes = 0x40000494;
|
||||||
memset = 0x40000488;
|
memset = 0x40000498;
|
||||||
memcpy = 0x4000048c;
|
memcpy = 0x4000049c;
|
||||||
memmove = 0x40000490;
|
memmove = 0x400004a0;
|
||||||
memcmp = 0x40000494;
|
memcmp = 0x400004a4;
|
||||||
strcpy = 0x40000498;
|
strcpy = 0x400004a8;
|
||||||
strncpy = 0x4000049c;
|
strncpy = 0x400004ac;
|
||||||
strcmp = 0x400004a0;
|
strcmp = 0x400004b0;
|
||||||
strncmp = 0x400004a4;
|
strncmp = 0x400004b4;
|
||||||
strlen = 0x400004a8;
|
strlen = 0x400004b8;
|
||||||
strstr = 0x400004ac;
|
strstr = 0x400004bc;
|
||||||
bzero = 0x400004b0;
|
bzero = 0x400004c0;
|
||||||
sbrk = 0x400004b8;
|
_isatty_r = 0x400004c4;
|
||||||
isalnum = 0x400004bc;
|
sbrk = 0x400004c8;
|
||||||
isalpha = 0x400004c0;
|
isalnum = 0x400004cc;
|
||||||
isascii = 0x400004c4;
|
isalpha = 0x400004d0;
|
||||||
isblank = 0x400004c8;
|
isascii = 0x400004d4;
|
||||||
iscntrl = 0x400004cc;
|
isblank = 0x400004d8;
|
||||||
isdigit = 0x400004d0;
|
iscntrl = 0x400004dc;
|
||||||
islower = 0x400004d4;
|
isdigit = 0x400004e0;
|
||||||
isgraph = 0x400004d8;
|
islower = 0x400004e4;
|
||||||
isprint = 0x400004dc;
|
isgraph = 0x400004e8;
|
||||||
ispunct = 0x400004e0;
|
isprint = 0x400004ec;
|
||||||
isspace = 0x400004e4;
|
ispunct = 0x400004f0;
|
||||||
isupper = 0x400004e8;
|
isspace = 0x400004f4;
|
||||||
toupper = 0x400004ec;
|
isupper = 0x400004f8;
|
||||||
tolower = 0x400004f0;
|
toupper = 0x400004fc;
|
||||||
toascii = 0x400004f4;
|
tolower = 0x40000500;
|
||||||
memccpy = 0x400004f8;
|
toascii = 0x40000504;
|
||||||
memchr = 0x400004fc;
|
memccpy = 0x40000508;
|
||||||
memrchr = 0x40000500;
|
memchr = 0x4000050c;
|
||||||
strcasecmp = 0x40000504;
|
memrchr = 0x40000510;
|
||||||
strcasestr = 0x40000508;
|
strcasecmp = 0x40000514;
|
||||||
strcat = 0x4000050c;
|
strcasestr = 0x40000518;
|
||||||
strdup = 0x40000510;
|
strcat = 0x4000051c;
|
||||||
strchr = 0x40000514;
|
strdup = 0x40000520;
|
||||||
strcspn = 0x40000518;
|
strchr = 0x40000524;
|
||||||
strcoll = 0x4000051c;
|
strcspn = 0x40000528;
|
||||||
strlcat = 0x40000520;
|
strcoll = 0x4000052c;
|
||||||
strlcpy = 0x40000524;
|
strlcat = 0x40000530;
|
||||||
strlwr = 0x40000528;
|
strlcpy = 0x40000534;
|
||||||
strncasecmp = 0x4000052c;
|
strlwr = 0x40000538;
|
||||||
strncat = 0x40000530;
|
strncasecmp = 0x4000053c;
|
||||||
strndup = 0x40000534;
|
strncat = 0x40000540;
|
||||||
strnlen = 0x40000538;
|
strndup = 0x40000544;
|
||||||
strrchr = 0x4000053c;
|
strnlen = 0x40000548;
|
||||||
strsep = 0x40000540;
|
strrchr = 0x4000054c;
|
||||||
strspn = 0x40000544;
|
strsep = 0x40000550;
|
||||||
strtok_r = 0x40000548;
|
strspn = 0x40000554;
|
||||||
strupr = 0x4000054c;
|
strtok_r = 0x40000558;
|
||||||
longjmp = 0x40000550;
|
strupr = 0x4000055c;
|
||||||
setjmp = 0x40000554;
|
longjmp = 0x40000560;
|
||||||
abs = 0x40000558;
|
setjmp = 0x40000564;
|
||||||
div = 0x4000055c;
|
abs = 0x40000568;
|
||||||
labs = 0x40000560;
|
div = 0x4000056c;
|
||||||
ldiv = 0x40000564;
|
labs = 0x40000570;
|
||||||
qsort = 0x40000568;
|
ldiv = 0x40000574;
|
||||||
rand_r = 0x4000056c;
|
qsort = 0x40000578;
|
||||||
rand = 0x40000570;
|
rand_r = 0x4000057c;
|
||||||
srand = 0x40000574;
|
rand = 0x40000580;
|
||||||
utoa = 0x40000578;
|
srand = 0x40000584;
|
||||||
itoa = 0x4000057c;
|
utoa = 0x40000588;
|
||||||
atoi = 0x40000580;
|
itoa = 0x4000058c;
|
||||||
atol = 0x40000584;
|
atoi = 0x40000590;
|
||||||
strtol = 0x40000588;
|
atol = 0x40000594;
|
||||||
strtoul = 0x4000058c;
|
strtol = 0x40000598;
|
||||||
fflush = 0x40000590;
|
strtoul = 0x4000059c;
|
||||||
_fflush_r = 0x40000594;
|
fflush = 0x400005a0;
|
||||||
_fwalk = 0x40000598;
|
_fflush_r = 0x400005a4;
|
||||||
_fwalk_reent = 0x4000059c;
|
_fwalk = 0x400005a8;
|
||||||
__swbuf_r = 0x400005a8;
|
_fwalk_reent = 0x400005ac;
|
||||||
__swbuf = 0x400005ac;
|
__smakebuf_r = 0x400005b0;
|
||||||
_strtod_l = 0x400005b4;
|
__swhatbuf_r = 0x400005b4;
|
||||||
_strtod_r = 0x400005b8;
|
__swbuf_r = 0x400005b8;
|
||||||
strtod_l = 0x400005bc;
|
__swbuf = 0x400005bc;
|
||||||
strtod = 0x400005c0;
|
__swsetup_r = 0x400005c0;
|
||||||
strtof_l = 0x400005c4;
|
_strtod_l = 0x400005c4;
|
||||||
strtof = 0x400005c8;
|
_strtod_r = 0x400005c8;
|
||||||
_strtol_r = 0x400005cc;
|
strtod_l = 0x400005cc;
|
||||||
strtol_l = 0x400005d0;
|
strtod = 0x400005d0;
|
||||||
_strtoul_r = 0x400005d4;
|
strtof_l = 0x400005d4;
|
||||||
strtoul_l = 0x400005d8;
|
strtof = 0x400005d8;
|
||||||
__match = 0x400005dc;
|
_strtol_r = 0x400005dc;
|
||||||
__hexnan = 0x400005e0;
|
strtol_l = 0x400005e0;
|
||||||
__hexdig_fun = 0x400005e4;
|
_strtoul_r = 0x400005e4;
|
||||||
__gethex = 0x400005e8;
|
strtoul_l = 0x400005e8;
|
||||||
_Balloc = 0x400005ec;
|
__match = 0x400005ec;
|
||||||
_Bfree = 0x400005f0;
|
__hexnan = 0x400005f0;
|
||||||
__multadd = 0x400005f4;
|
__hexdig_fun = 0x400005f4;
|
||||||
__s2b = 0x400005f8;
|
__gethex = 0x400005f8;
|
||||||
__hi0bits = 0x400005fc;
|
_Balloc = 0x400005fc;
|
||||||
__lo0bits = 0x40000600;
|
_Bfree = 0x40000600;
|
||||||
__i2b = 0x40000604;
|
__multadd = 0x40000604;
|
||||||
__multiply = 0x40000608;
|
__s2b = 0x40000608;
|
||||||
__pow5mult = 0x4000060c;
|
__hi0bits = 0x4000060c;
|
||||||
__lshift = 0x40000610;
|
__lo0bits = 0x40000610;
|
||||||
__mcmp = 0x40000614;
|
__i2b = 0x40000614;
|
||||||
__mdiff = 0x40000618;
|
__multiply = 0x40000618;
|
||||||
__ulp = 0x4000061c;
|
__pow5mult = 0x4000061c;
|
||||||
__b2d = 0x40000620;
|
__lshift = 0x40000620;
|
||||||
__d2b = 0x40000624;
|
__mcmp = 0x40000624;
|
||||||
__ratio = 0x40000628;
|
__mdiff = 0x40000628;
|
||||||
_mprec_log10 = 0x4000062c;
|
__ulp = 0x4000062c;
|
||||||
__copybits = 0x40000630;
|
__b2d = 0x40000630;
|
||||||
__any_on = 0x40000634;
|
__d2b = 0x40000634;
|
||||||
asctime = 0x40000638;
|
__ratio = 0x40000638;
|
||||||
asctime_r = 0x4000063c;
|
_mprec_log10 = 0x4000063c;
|
||||||
atof = 0x40000640;
|
__copybits = 0x40000640;
|
||||||
atoff = 0x40000644;
|
__any_on = 0x40000644;
|
||||||
_dtoa_r = 0x40000648;
|
asctime = 0x40000648;
|
||||||
_wctomb_r = 0x4000064c;
|
asctime_r = 0x4000064c;
|
||||||
__ascii_wctomb = 0x40000650;
|
atof = 0x40000650;
|
||||||
_mbtowc_r = 0x40000654;
|
atoff = 0x40000654;
|
||||||
__ascii_mbtowc = 0x40000658;
|
_dtoa_r = 0x40000658;
|
||||||
puts = 0x4000065c;
|
_wctomb_r = 0x4000065c;
|
||||||
putc = 0x40000660;
|
__ascii_wctomb = 0x40000660;
|
||||||
putchar = 0x40000664;
|
_mbtowc_r = 0x40000664;
|
||||||
nan = 0x40000668;
|
__ascii_mbtowc = 0x40000668;
|
||||||
nanf = 0x4000066c;
|
puts = 0x4000066c;
|
||||||
__errno = 0x40000670;
|
putc = 0x40000670;
|
||||||
|
putchar = 0x40000674;
|
||||||
|
nan = 0x40000678;
|
||||||
|
nanf = 0x4000067c;
|
||||||
|
__errno = 0x40000680;
|
||||||
/* Data (.data, .bss, .rodata) */
|
/* Data (.data, .bss, .rodata) */
|
||||||
syscall_table_ptr = 0x3fcdffd8;
|
syscall_table_ptr = 0x3fcdffd4;
|
||||||
_global_impure_ptr = 0x3fcdffd4;
|
_global_impure_ptr = 0x3fcdffd0;
|
||||||
|
@@ -1,9 +1,8 @@
|
|||||||
/*
|
/*
|
||||||
* SPDX-FileCopyrightText: 2020-2021 Espressif Systems (Shanghai) CO LTD
|
* SPDX-FileCopyrightText: 2022 Espressif Systems (Shanghai) CO LTD
|
||||||
*
|
*
|
||||||
* SPDX-License-Identifier: Apache-2.0
|
* SPDX-License-Identifier: Apache-2.0
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/* ROM version variables for esp32h2
|
/* ROM version variables for esp32h2
|
||||||
*
|
*
|
||||||
* These addresses should be compatible with any ROM version for this chip.
|
* These addresses should be compatible with any ROM version for this chip.
|
||||||
|
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user