• Joined on 2025-08-22
yuysh pushed to master at yuysh/Zynq_Flasher 2026-06-12 07:47:44 +00:00
639f2e3ce6 feat: 5 improvements — file info, download verify, UART warning, status display, COM port reuse
yuysh pushed to master at yuysh/Zynq_Flasher 2026-06-12 07:02:14 +00:00
9502bba636 fix: config save broken (relative_to→relpath), startup validation, auto-create, untrack config.yaml
yuysh pushed to master at yuysh/Zynq_Flasher 2026-06-12 06:27:18 +00:00
yuysh pushed to master at yuysh/Zynq_Flasher 2026-06-12 06:20:27 +00:00
c9636b2fcd Revert "fix: UART window stability on Windows — lift/focus, remove stray grab_release"
03bc5d5268 Revert "fix: try both COM11 and \\.\COM11 formats when opening serial port"
ef685d6657 Revert "fix: 5 UI improvements — relative paths, filename-only display, real-time config, multi-line status, maximize layout"
8a83794dc5 Revert "fix: tag_config for CTkTextbox + auto-save on file selection"
5704ada93c Revert "fix: suppress FileSelector callbacks during construction"
Compare 7 commits »
yuysh pushed to master at yuysh/Zynq_Flasher 2026-06-12 02:44:21 +00:00
5f9049a321 fix: suppress FileSelector callbacks during construction
yuysh pushed to master at yuysh/Zynq_Flasher 2026-06-12 02:24:38 +00:00
941d7453bb fix: defensive attribute access in _sync_config_from_ui
yuysh pushed to master at yuysh/Zynq_Flasher 2026-06-12 02:20:09 +00:00
e2e1fdd2a0 fix: tag_config for CTkTextbox + auto-save on file selection
yuysh pushed to master at yuysh/Zynq_Flasher 2026-06-12 02:13:11 +00:00
a196211708 fix: 5 UI improvements — relative paths, filename-only display, real-time config, multi-line status, maximize layout
yuysh pushed to master at yuysh/Zynq_Flasher 2026-06-12 01:46:36 +00:00
36fbb6a662 fix: try both COM11 and \\.\COM11 formats when opening serial port
yuysh pushed to master at yuysh/Zynq_Flasher 2026-06-12 01:39:20 +00:00
b1d8588a23 fix: use shared (non-exclusive) COM port access on Windows
yuysh pushed to master at yuysh/Zynq_Flasher 2026-06-11 10:24:44 +00:00
4ef1ce0c6b fix: UART window stability on Windows — lift/focus, remove stray grab_release
yuysh pushed to master at yuysh/Zynq_Flasher 2026-06-11 10:23:42 +00:00
906f787748 fix: guard UART window creation with try-except to prevent silent crash
yuysh pushed to master at yuysh/Zynq_Flasher 2026-06-11 10:13:31 +00:00
f330f8c276 fix: remove 'uboot'/'u-boot' from fail keywords — too broad
yuysh pushed to master at yuysh/Zynq_Flasher 2026-06-11 10:11:46 +00:00
04ad61e694 fix: convert all TCL-embedded paths to forward slashes (cross-platform)
yuysh pushed to master at yuysh/Zynq_Flasher 2026-06-11 10:00:50 +00:00
4ca15c1190 fix: detect flash failure from output even when returncode is 0
yuysh pushed to master at yuysh/Zynq_Flasher 2026-06-11 09:38:29 +00:00
4453fc8e12 feat: validate JTAG Zynq part matches config.zynq_part (default XC7Z100)
yuysh pushed to master at yuysh/Zynq_Flasher 2026-06-11 09:34:38 +00:00
799da5b2f3 fix: Windows common paths try .bat before .exe (Xilinx tools are .bat)
yuysh pushed to master at yuysh/Zynq_Flasher 2026-06-11 09:26:42 +00:00
7e8427d522 fix: redirect Vivado .jou/.log to temp dir with -tempDir
yuysh pushed to master at yuysh/Zynq_Flasher 2026-06-11 09:24:37 +00:00
66c04da5e0 fix: stream Vivado output live, remove broken normalize_port
yuysh pushed to master at yuysh/Zynq_Flasher 2026-06-11 09:09:26 +00:00
743703c79e fix: remove manual hw_server management — let Vivado handle it internally