Hi,
Can anyone point me to the actual implementation/source code of gettimeofday ? Until now I have failed to locate it.
Implentation of gettimeofday
Re: Implentation of gettimeofday
gettimeofday is a thin wrapper is provided by newlib:
https://github.com/espressif/newlib-esp ... ysgettod.c
it calls _gettimeofday_r which is in IDF:
https://github.com/espressif/esp-idf/bl ... ime.c#L293
https://github.com/espressif/newlib-esp ... ysgettod.c
it calls _gettimeofday_r which is in IDF:
https://github.com/espressif/esp-idf/bl ... ime.c#L293
Who is online
Users browsing this forum: Google [Bot] and 266 guests