feat: Add WebUSB editor extension for STEAMI Board#2
Merged
Conversation
4bbff61 to
ad9d009
Compare
Able to compile Able to flash the card For now only with local serve
nedseb
approved these changes
Oct 9, 2024
|
🎉 This PR is included in version 1.0.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Add WebUSB Upload Extension for STEAMI Board
Description:
This pull request adds an extension to the MakeCode editor to enable direct program upload to the STEAMI board using WebUSB and the DapJs library. Specifically, this PR includes:
This functionality aims to simplify the workflow for STEAMI users by enabling a one-click upload experience, similar to that available for other supported boards. It enhances usability and provides a more efficient development experience.
Please review this PR and let me know if there are any suggestions or areas for improvement. Thank you!