Draft/wsl2 firmware development#515
Closed
JPHutchins wants to merge 4 commits intomemfault:masterfrom
Closed
Conversation
Member
|
@JPHutchins Thank you for opening a PR with us! Could you send us an email at interrupt@memfault.com so we can coordinate with you on next steps? |
This was referenced Sep 19, 2024
Contributor
Author
gminn
pushed a commit
that referenced
this pull request
Oct 7, 2024
Original PR here: #515 Mermaid support is added, which is optionally enabled with `mermaid: true` at the top of an article.
gminn
pushed a commit
that referenced
this pull request
Dec 2, 2024
Original PR here: #515 This PR assumes that #516 has been merged. This part of the previous article should be updated to link to this article instead of GitHub: https://github.com/intercreate/interrupt/blob/795a1678485adfd1a07d82e0fa73282ecea0144f/_drafts/wsl2-as-a-firmware-development-environment.md?plain=1#L476-L480 JP
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.
Hi! I'm a long time reader, first time contributor.
This is a pair of articles about the use of WSL2 for firmware development, with Zephyr as a convenient example.
One articles assesses the viability - pros and cons - of using WSL2 for FW development. The other article is a tutorial for setting up WSL2 for FW development.
Before the articles are published, the links from one to the other will need to be updated since they currently link to the article location in the _drafts folder.
Mermaid support is added, which is optionally enabled with
mermaid: trueat the top of an article.Cheers,
JP