Tracking issue for experimental "time" feature
taiki-e opened this issue · 0 comments
taiki-e commented
This issue tracks the experimental "time" feature.
Enable
semihosting::experimental::time
.
Open issues
-
now
currently always fails on MIPS. AFAIK, UHI doesn't provide any time-related features.
semihosting/src/experimental/time.rs
Lines 21 to 24 in 1b82359
-
ARM and RISC-V's
SystemTime
implementation will likely be affected by the Y2038 on 32-bit systems. -
Currently, only
SystemTime
is implemented. ARM/RISC-V semihosting seems to provide the functionality needed to implementInstant
, but it will likely be more complex thanSystemTime
.
TODO: write more on open issues