Update qemu.md project-creation section to reference app-template - #418
Open
mehmethekim wants to merge 1 commit into
Open
Update qemu.md project-creation section to reference app-template#418mehmethekim wants to merge 1 commit into
mehmethekim wants to merge 1 commit into
Conversation
cortex-m-quickstart was deprecated and emptied by its author (see rust-embedded#396). The cargo-generate command in this section already pointed at app-template, but the surrounding prose and the git-clone/zip-download alternatives still referenced the now-archived cortex-m-quickstart repo, whose git history was wiped down to a README.
mehmethekim
force-pushed
the
fix/qemu-app-template-refs
branch
from
August 17, 2026 11:19
f31d86a to
1d5df48
Compare
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.
cortex-m-quickstartwas deprecated and emptied by its author (see #396).The repo's git history was wiped down to a README pointing users at
app-templateinstead.#403 already updated the "Running" section of this chapter to use
app-template'sdefmt/qemu-runworkflow, and thecargo-generatecommand in "Creating a non standard Rust program" already pointed at
app-template. But the surrounding prose and the two alternativeinstall methods were never updated:
cortex-m-quickstartproject template..." and referred to an
examplesdirectory (app-templateuses
src/bin).git" clonedrust-embedded/cortex-m-quickstart, which nowcontains only a README.
This is a partial fix for #396.