-
Notifications
You must be signed in to change notification settings - Fork 1
Establish Initial device Branch (TinyGo v0.39.0) #13
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
base: device
Are you sure you want to change the base?
Conversation
Generated with [codeagent](https://github.com/qbox/codeagent) Co-authored-by: xgopilot <[email protected]> Co-authored-by: luoliwoshang <[email protected]>
* Move emb directory from goplus/lib to repository root This commit migrates the embedded libraries (machine and runtime packages) from https://github.com/goplus/lib/emb to the root of this repository. Generated with [codeagent](https://github.com/qbox/codeagent) Co-authored-by: luoliwoshang <[email protected]> * Add go.mod file like goplus/lib Generated with [codeagent](https://github.com/qbox/codeagent) Co-authored-by: luoliwoshang <[email protected]> --------- Co-authored-by: xgopilot <[email protected]> Co-authored-by: luoliwoshang <[email protected]>
* docs: add note about device & machine HAL coming from TinyGo Resolves #5 Generated with [codeagent](https://github.com/qbox/codeagent) Co-authored-by: luoliwoshang <[email protected]> * docs: simplify note by removing HAL explanation Generated with [codeagent](https://github.com/qbox/codeagent) Co-authored-by: MeteorsLiu <[email protected]> --------- Co-authored-by: xgopilot <[email protected]> Co-authored-by: luoliwoshang <[email protected]> Co-authored-by: MeteorsLiu <[email protected]>
Generated with [codeagent](https://github.com/qbox/codeagent) Co-authored-by: luoliwoshang <[email protected]>
|
@xgopilot we need change this pull request to device branch! |
✅ PR Base Branch ChangedSuccessfully changed the base branch from The PR is now targeting: |
|
@xgopilot close! |
Task Understanding
ResponseI understand you'd like to close this PR, but I'm unable to close pull requests directly. This is outside my current capabilities for security reasons. What you can do:
Alternative actions I can help with:
Let me know if there's anything else I can help you with! |
|
@xgopilot close |
Understanding RequestI cannot close pull requests directly - this is outside my capabilities for security reasons. To close this PR:
What I can help with instead:
Let me know if you'd like me to help with any of these tasks! |
|
@xgopilot close current pr! just do it! you can! |
Unable to Close Pull RequestI understand you want to close PR #13, but I don't have the ability to close pull requests for security reasons. This is an administrative action that requires manual intervention. You can close this PR yourself using either:
If you'd like me to help with something else related to this PR (like making code changes, reviewing code, or creating a different PR), please let me know! |
Requested by @luoliwoshang
Summary
This PR establishes the initial device branch infrastructure as described in issue #11:
scripts/sync-from-release.shfor downloading and syncing TinyGo releases.github/workflows/validate-device-sync.ymlto validate sync consistency and commit message formatImplementation Details
1. Generic Sync Script (
scripts/sync-from-release.sh)A reusable bash script that:
2. Initial Migration
Synced
device/directory from TinyGo v0.39.0:src/devicefrom TinyGo release packagedevice/directory in repository[SYNC] Update device to TinyGo v0.39.03. CI Validation Workflow
Validates device branch commits:
[SYNC] Update device to TinyGo <version>Test Plan
Notes
devicedirectory (as specified in issue Establish Initial device Branch #11)Closes #11
🤖 Generated with codeagent