mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-03 12:44:33 +02:00
Merge branch 'bugfix/rom_time_t_size_deps_esp32h2beta2' into 'master'
esp_rom: deprecate some esp32h2beta2 rom newlib funcs See merge request espressif/esp-idf!18440
This commit is contained in:
@@ -30,7 +30,6 @@ strncmp = 0x400004b4;
|
|||||||
strlen = 0x400004b8;
|
strlen = 0x400004b8;
|
||||||
strstr = 0x400004bc;
|
strstr = 0x400004bc;
|
||||||
bzero = 0x400004c0;
|
bzero = 0x400004c0;
|
||||||
_isatty_r = 0x400004c4;
|
|
||||||
sbrk = 0x400004c8;
|
sbrk = 0x400004c8;
|
||||||
isalnum = 0x400004cc;
|
isalnum = 0x400004cc;
|
||||||
isalpha = 0x400004d0;
|
isalpha = 0x400004d0;
|
||||||
@@ -89,11 +88,8 @@ fflush = 0x400005a0;
|
|||||||
_fflush_r = 0x400005a4;
|
_fflush_r = 0x400005a4;
|
||||||
_fwalk = 0x400005a8;
|
_fwalk = 0x400005a8;
|
||||||
_fwalk_reent = 0x400005ac;
|
_fwalk_reent = 0x400005ac;
|
||||||
__smakebuf_r = 0x400005b0;
|
|
||||||
__swhatbuf_r = 0x400005b4;
|
|
||||||
__swbuf_r = 0x400005b8;
|
__swbuf_r = 0x400005b8;
|
||||||
__swbuf = 0x400005bc;
|
__swbuf = 0x400005bc;
|
||||||
__swsetup_r = 0x400005c0;
|
|
||||||
_strtod_l = 0x400005c4;
|
_strtod_l = 0x400005c4;
|
||||||
_strtod_r = 0x400005c8;
|
_strtod_r = 0x400005c8;
|
||||||
strtod_l = 0x400005cc;
|
strtod_l = 0x400005cc;
|
||||||
|
Reference in New Issue
Block a user