Commit Graph

4 Commits

Author SHA1 Message Date
insulee
e37a03c7ad docs: 펌웨어 .bin 넣는 위치 안내 섹션 추가
clone 시 firmware/ 엔 flash.json 만 있고 서명 .bin 은 제외돼 있어,
어디에 어떤 파일을 넣는지(자동 탐색 firmware/ 또는 [폴더…]) 명확히 안내.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-06-23 16:42:00 +09:00
insulee
196b00b91e refactor: 프로젝트명 DB720Flasher → FirmwareFlasher
폴더·csproj·어셈블리명·RootNamespace·코드 namespace·x:Class·app.manifest 전부 변경.
빌드 결과가 네이티브로 FirmwareFlasher.exe 로 나온다(dist 수동 리네임 불필요).
README 빌드/구조 경로도 갱신. 모델명 "DB720"은 그대로 유지.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-06-23 16:37:48 +09:00
insulee
23cb8f3015 docs: README를 새 GUI 플래셔 기준으로 갱신
- 앱 사용법·지원 모델 표·flash.json 작성법·포트(유령 COM) 안내
- 빌드/배포(단일 실행본, esptool 동봉 주의)·폴더 구조
- 기존 PowerShell 키트는 하위 섹션으로 유지

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
v1.0.0
2026-06-23 16:15:50 +09:00
insulee
69f4d4754f 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>
2026-06-23 16:10:40 +09:00