Initial commit: 펌웨어 플래시 도구 (WPF) + 기존 PowerShell 키트
- DB720Flasher: WPF .NET 9 GUI 플래셔 - 멀티모델 프로파일(flash.json + 빌트인 DB720/DB402S/DB400S/DB400Q/DB300eM) - 포트 자동감지(JTAG 우선, 유령 포트 자동 회피), esptool v5 동봉 - flash_app.ps1 / flash_full.ps1 / list_ports.ps1: 기존 PowerShell 키트 - profiles/: 모델별 flash.json 템플릿 - firmware/flash.json: DB720 모델 설정 (서명 실펌웨어 .bin 은 repo 제외) Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
15
.gitignore
vendored
Normal file
15
.gitignore
vendored
Normal file
@@ -0,0 +1,15 @@
|
||||
# ===== .NET 빌드 출력 =====
|
||||
[Bb]in/
|
||||
[Oo]bj/
|
||||
.vs/
|
||||
*.user
|
||||
|
||||
# ===== 배포본 (repo 말고 Gitea Releases로) =====
|
||||
/dist/
|
||||
|
||||
# ===== 서명 실펌웨어 — repo에 넣지 않음(보안·분리). flash.json 은 포함 =====
|
||||
firmware/*.bin
|
||||
|
||||
# ===== 임시 캡처/찌꺼기 =====
|
||||
*_shot.png
|
||||
_distcheck.png
|
||||
Reference in New Issue
Block a user