-
Notifications
You must be signed in to change notification settings - Fork 909
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
sync: add OnceFunc(), OnceValue(), and OnceValues() functions as needed for Windows using Go 1.21 #3837
Closed
Commits on Jul 8, 2023
-
Configuration menu - View commit details
-
Copy full SHA for be3c8d6 - Browse repository at this point
Copy the full SHA be3c8d6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1fe8e61 - Browse repository at this point
Copy the full SHA 1fe8e61View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0a05e61 - Browse repository at this point
Copy the full SHA 0a05e61View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3f10f2d - Browse repository at this point
Copy the full SHA 3f10f2dView commit details -
compiler: improve panic message when a runtime call is unavailable
This should not happen under normal circumstances. It can still happen when there is a mismatch between TinyGo version and the associated runtime, or while developing the compiler package.
Configuration menu - View commit details
-
Copy full SHA for 97fea1c - Browse repository at this point
Copy the full SHA 97fea1cView commit details
Commits on Jul 18, 2023
-
* add gosched calls to UART * add UART.flush() stubs for all supported architectures * add comment un uart.go on flush functionality * uart.writeByte as base of UART usage * fix NXP having duplicate WriteByte * fix writeByte not returning error on some platforms * add flush method for fe310 device * check for error in WriteByte call to writeByte
Configuration menu - View commit details
-
Copy full SHA for 9ecaddd - Browse repository at this point
Copy the full SHA 9ecadddView commit details -
This commit adds I2C timeouts for nrf51 and nrf52 (but not yet for others like nrf52840). Tested on the PineTime, where I now got a timeout instead of hanging and resetting due to a watchdog reset.
Configuration menu - View commit details
-
Copy full SHA for ccd9ab7 - Browse repository at this point
Copy the full SHA ccd9ab7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 54bed76 - Browse repository at this point
Copy the full SHA 54bed76View commit details -
sync: add implementation from upstream Go for OnceFunc, OnceValue, an…
…d OnceValues Signed-off-by: deadprogram <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 2a83b1f - Browse repository at this point
Copy the full SHA 2a83b1fView commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.