Skip to content
This repository was archived by the owner on Sep 16, 2024. It is now read-only.

Commit 4f89279

Browse files
author
Daniel Campora
committed
esp32: Place gettimeofday inside IRAM.
1 parent e8932c9 commit 4f89279

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

components/esp32/ld/esp32.spiram.rom-functions-iram.ld

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@
4747
*lib_a-mktime.o(.literal .text .literal.* .text.*)
4848
*lib_a-syswrite.o(.literal .text .literal.* .text.*)
4949
*lib_a-tzset_r.o(.literal .text .literal.* .text.*)
50+
*lib_a-sysgettod.o(.literal .text .literal.* .text.*)
5051
*lib_a-tzset.o(.literal .text .literal.* .text.*)
5152
*lib_a-toupper.o(.literal .text .literal.* .text.*)
5253
*lib_a-tolower.o(.literal .text .literal.* .text.*)

0 commit comments

Comments
 (0)