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

Commit

Permalink
esp32: Place gettimeofday inside IRAM.
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Campora committed Mar 16, 2018
1 parent e8932c9 commit 4f89279
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions components/esp32/ld/esp32.spiram.rom-functions-iram.ld
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@
*lib_a-mktime.o(.literal .text .literal.* .text.*)
*lib_a-syswrite.o(.literal .text .literal.* .text.*)
*lib_a-tzset_r.o(.literal .text .literal.* .text.*)
*lib_a-sysgettod.o(.literal .text .literal.* .text.*)
*lib_a-tzset.o(.literal .text .literal.* .text.*)
*lib_a-toupper.o(.literal .text .literal.* .text.*)
*lib_a-tolower.o(.literal .text .literal.* .text.*)
Expand Down

0 comments on commit 4f89279

Please sign in to comment.