1/* 2 * SPDX-FileCopyrightText: 2022 Espressif Systems (Shanghai) CO LTD 3 * 4 * SPDX-License-Identifier: Apache-2.0 5 */ 6/* These are the newlib functions and the .bss/.data symbols which are related to 'time_t' 7 or other structures which include 'time_t' (like 'struct stat'). 8 These ROM functions were compiled with sizeof(time_t) == 4. 9 When compiling with sizeof(time_t) == 8, these functions should be excluded from the build. 10 */ 11 12__swsetup_r = 0x40001690; 13__smakebuf_r = 0x40001954; 14__swhatbuf_r = 0x400018f8; 15__sfvwrite_r = 0x40001310; 16_isatty_r = 0x400078a0; 17