Refactor/journey pilot - #3
Merged
Merged
Conversation
Complete beat 00-08 + epilogues A/B under the new paradigm: experiment + verify script run green locally first, chapter written against the real transcript, prose polished to the content_forge target voice. - 00 env check (script doubles as the beat's teaching artifact) - 01 gcc pipeline + ELF dissection (nm/readelf/objdump; gcc's printf->puts) - 02 gdb (break/bt/watch, -O2 optimized-out, UB warning as evidence) - 03 make (undefined-reference incident -> dependency accounting) - 04 cmake (lib/app split, compile_commands.json, incremental semantics) - 05 cross-compile (dumpmachine, rdimon semihosting, arch diff, objcopy) - 06 bare-metal UART on qemu mps2-an385: vector table + linker script, volatile MMIO driver, expected-serial.txt committed as real capture (268-byte image), remote gdb via qemu gdbstub closes beat-02 foreshadow - 07 git deep-dive (restore, branch, real merge conflict, tag) + README - 08 vscode wiring (settings/launch/tasks; tier manual, JSON checks scripted) - 90/91 physical serial + lab safety epilogues (tier manual) - scripts/: run-all hub + command-consistency lint (94 commands, 0 warn); manual-tier chapters exempted from script pairing - CI: verify job on ubuntu+windows matrix (git-bash), lint in warn mode - site home rerouted to journey as the recommended entry
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.
我们大幅度的重写了embedded box,同时,添加了一些有趣的嵌入式入门实验方便初步体验