mirror of
https://github.com/espressif/esp-idf.git
synced 2026-04-27 19:13:21 +00:00
45 lines
1.2 KiB
Plaintext
45 lines
1.2 KiB
Plaintext
/*
|
|
* SPDX-FileCopyrightText: 2024-2025 Espressif Systems (Shanghai) CO LTD
|
|
*
|
|
* SPDX-License-Identifier: Apache-2.0
|
|
*/
|
|
/* ROM function interface esp32s3.rom.newlib.ld for esp32s3
|
|
*
|
|
*
|
|
* Generated from ./interface-esp32s3.yml md5sum 39c4ce259b11323b9404c192b01b712b
|
|
*
|
|
* Compatible with ROM where ECO version equal or greater to 0.
|
|
*
|
|
* THIS FILE WAS AUTOMATICALLY GENERATED. !!! BUT EDITED !!!
|
|
* The file was originally generated for use with newlib, but it was split into
|
|
* multiple files to make it compatible with picolibc.
|
|
*/
|
|
|
|
strdup = 0x40001380;
|
|
strndup = 0x400013ec;
|
|
rand = 0x400014a0;
|
|
srand = 0x400014ac;
|
|
atoi = 0x400014d0;
|
|
atol = 0x400014dc;
|
|
strtol = 0x400014e8;
|
|
strtoul = 0x400014f4;
|
|
PROVIDE( fflush = 0x40001500 );
|
|
PROVIDE( _fflush_r = 0x4000150c );
|
|
PROVIDE( _fwalk = 0x40001518 );
|
|
PROVIDE( _fwalk_reent = 0x40001524 );
|
|
PROVIDE( __swbuf_r = 0x40001548 );
|
|
__swbuf = 0x40001554;
|
|
toupper = 0x40001314;
|
|
tolower = 0x40001320;
|
|
isalnum = 0x40001284;
|
|
isalpha = 0x40001290;
|
|
isdigit = 0x400012c0;
|
|
islower = 0x400012cc;
|
|
isspace = 0x400012fc;
|
|
isupper = 0x40001308;
|
|
strcasecmp = 0x4000135c;
|
|
strcoll = 0x400013a4;
|
|
strlwr = 0x400013c8;
|
|
strncasecmp = 0x400013d4;
|
|
strupr = 0x40001434;
|