Initial project scaffold for CH9350-STM32 USB HID to UART bridge

This commit is contained in:
Xiaofeng Guo
2026-06-05 15:03:01 -07:00
parent d8d5bc83e5
commit 46879bfd8b
9 changed files with 895 additions and 0 deletions

46
.gitignore vendored Normal file
View File

@@ -0,0 +1,46 @@
# Build outputs (generated by `ato build`)
build/
# Dependency packages (fetched by `ato install`)
elec/src/generics/
# .ato cache/config
.ato/
# KiCAD temp & backup files
*.000
*.bak
*.bck
*.kicad_pcb-bak
*.kicad_sch-bak
*-backups
*.kicad_prl
*.sch-bak
*~
_autosave-*
*.tmp
*-save.pro
*-save.kicad_pcb
*.kicad_pcb.lck
fp-info-cache
# Exported BOM / netlist
*.csv
*.net
*.xml
*.dsn
*.ses
# OS junk
.DS_Store
Thumbs.db
# Virtual environment
.venv/
venv/
__pycache__/
*.pyc
# IDE
.vscode/
.idea/