Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 1 commit into from
Jun 25, 2024

Conversation

mikee47
Copy link
Contributor

@mikee47 mikee47 commented Jun 24, 2024

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.

@mikee47 mikee47 changed the title Don't use ROM time functions, they're 32-bit only Don't use Esp32 ROM time functions, they're 32-bit only Jun 24, 2024
@mikee47 mikee47 force-pushed the fix/esp32-datetime branch from 8b03ac1 to 554380c Compare June 24, 2024 18:45
@slaff slaff added this to the 5.2.0 milestone Jun 25, 2024
@slaff slaff merged commit 7806972 into SmingHub:develop Jun 25, 2024
48 checks passed
@mikee47 mikee47 deleted the fix/esp32-datetime branch June 25, 2024 12:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

DateTime checks failing on esp32
2 participants