mirror of
https://github.com/0xFEEDC0DE64/arduino-esp32.git
synced 2025-07-29 18:27:15 +02:00
Esp32 s3 support (#6341)
Co-authored-by: Jason2866 <24528715+Jason2866@users.noreply.github.com> Co-authored-by: Unexpected Maker <seon@unexpectedmaker.com> Co-authored-by: Rodrigo Garcia <rodrigo.garcia@espressif.com> Co-authored-by: Tomáš Pilný <34927466+PilnyTomas@users.noreply.github.com> Co-authored-by: Pedro Minatel <pedro.minatel@espressif.com> Co-authored-by: Ivan Grokhotkov <ivan@espressif.com> Co-authored-by: Jan Procházka <90197375+P-R-O-C-H-Y@users.noreply.github.com> Co-authored-by: Limor "Ladyada" Fried <limor@ladyada.net>
This commit is contained in:
27
tools/sdk/esp32s3/ld/esp32s3.rom.newlib-nano.ld
Normal file
27
tools/sdk/esp32s3/ld/esp32s3.rom.newlib-nano.ld
Normal file
@ -0,0 +1,27 @@
|
||||
/* ROM function interface esp32s3.rom.newlib-nano.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. DO NOT EDIT.
|
||||
*/
|
||||
|
||||
/***************************************
|
||||
Group newlib_nano_format
|
||||
***************************************/
|
||||
|
||||
/* Functions */
|
||||
__sprint_r = 0x4000156c;
|
||||
_fiprintf_r = 0x40001578;
|
||||
_fprintf_r = 0x40001584;
|
||||
_printf_common = 0x40001590;
|
||||
_printf_i = 0x4000159c;
|
||||
_vfiprintf_r = 0x400015a8;
|
||||
_vfprintf_r = 0x400015b4;
|
||||
fiprintf = 0x400015c0;
|
||||
fprintf = 0x400015cc;
|
||||
printf = 0x400015d8;
|
||||
vfiprintf = 0x400015e4;
|
||||
vfprintf = 0x400015f0;
|
Reference in New Issue
Block a user