aboutsummaryrefslogtreecommitdiffstats
path: root/slop_drive.sh (unfollow)
Commit message (Collapse)AuthorFilesLines
14 daysremove slop_drive.sh (moved to pokeyellow)gbc dev1-60/+0
2026-07-15serial: headless mode tying serial port to stdio for OS debugginggbc dev1-0/+60
- --headless: no rendering/TUI; serial TX -> stdout, RX <- stdin (nonblocking) - generalize serial: serial_out_fd/serial_in_fd on the GB; internal-clock transfer now shifts in a real RX byte (from stdin) instead of always 0xFF - paced to native speed by default, --uncapped for turbo; pipes/scripts cleanly - README: document headless serial console