Files
esphome/tests/unit_tests
J. Nick Koston df57c21368 [core] Template micros_to_millis for both 32/64-bit results
Make micros_to_millis a template on return type (default uint32_t).
millis_64() now calls micros_to_millis<uint64_t>() to eliminate
__udivdi3 there too — same Euclidean decomposition, just with a
32x32->64 multiply for hi*Q instead of truncating.

Add 64-bit variant tests (140 total, all passing).
2026-03-02 00:11:02 -10:00
..
2025-09-19 12:59:48 +00:00
2025-12-18 00:06:52 +00:00
2022-10-05 20:09:27 +13:00
2025-09-19 12:59:48 +00:00
2025-09-19 12:59:48 +00:00