SmingHub / Sming

Sming - powerful open source framework simplifying the creation of embedded C++ applications.
https://sming.readthedocs.io
GNU Lesser General Public License v3.0
1.47k stars 348 forks source link

Don't use Esp32 ROM time functions, they're 32-bit only #2835

Closed mikee47 closed 3 months ago

mikee47 commented 3 months ago

Fixes #2834. Checked HostTests with IDF 4.4 and 5.2 on esp32-wroom32.

Note that using ROM routines are an optimisation for pre SDK 5 so not worth the effort using them.