- Dual license (LICENSE / LICENSE-MIT / LICENSE-APACHE) matching the crate manifests. - ADRs 0001-0005: kernel base (direct 5.10->6.18.46 forward-port), tiered MC/DC, standalone repo, CI runner (3rd repo-scoped runner on 0640), driver source-of-truth. - README goal 1 reconciled to the verified 6.18.46 forward-port (was stale plan44/6.6). - Drop tracked build objects (*.o now gitignored). - Capture the display (VOP dclk-pol + WIN1) and GT911 touch bring-up VERIFIED docs + capabilities-audit update from this session. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_017wB8KB3MMQztRDXCMCkPrf
14 lines
153 B
Plaintext
14 lines
153 B
Plaintext
# Rust
|
|
target/
|
|
**/target/
|
|
Cargo.lock
|
|
|
|
# build artifacts (firmware/kernel objects are rebuilt from source)
|
|
*.o
|
|
*.a
|
|
|
|
# scratch / editor
|
|
*.swp
|
|
*~
|
|
.DS_Store
|