You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I just made corresponding changes to unix: acb1388 , and I suggest stmhal and other ports to follow - it's important to let people reliably test/recover from errors.
I also going to add "errno" module to micropython-lib, and then I suggest for stmhal to use the same numeric codes as Linux ;-).
The text was updated successfully, but these errors were encountered:
We now track the last time the background task ran and bail on the
PulseIn if it starves the background work. In practice, this
happens after the numbers from pulsein are no longer accurate.
This also adjusts interrupt priorities so most are the lowest level
except for the tick and USB interrupts.
Fixesmicropython#516 and micropython#876
I just made corresponding changes to unix: acb1388 , and I suggest stmhal and other ports to follow - it's important to let people reliably test/recover from errors.
I also going to add "errno" module to micropython-lib, and then I suggest for stmhal to use the same numeric codes as Linux ;-).
The text was updated successfully, but these errors were encountered: