-
Notifications
You must be signed in to change notification settings - Fork 925
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
Ticker.Reset is broken on RP2350 #4688
Comments
Ref to @soypat @deadprogram @aykevl @cibomahto |
I think that this is more widespread than just the RP2350. I just tried it with -target=pico and got the same results. Tinygo never even got to flashing the board. |
Changing to -target=nodemcu causes a very similar error message. I think that this issue is much more widespread than just the RP boards.
|
Is this a duplicate of #3456 ? |
Actually, I think it is. I will port my comment to that issue. Thanks for noticing that!! |
I wrote a small program that was using a Ticker as a timeout and found that resetting the Ticker exposed a missing bit in the runtime.
Here is a tiny program that illustrates this:
Attempting to compile and flash this results in this output:
The text was updated successfully, but these errors were encountered: