|
# -*- coding: utf-8 -*-
|
|
"""k1_harness — K1 吉他统一 HIL 自动化测试套件.
|
|
|
|
复用现有脚本的两根脊梁,不重写协议用例:
|
|
- App SysEx 协议: test_protocol_app_sim.run_tests (COM) / test_protocol_ble (BLE)
|
|
- RTT 注入/日志: rtt_pitch_reg_test 的 J-Link 连接与 RttSession
|
|
|
|
用法见 README.md 或: python -m k1_harness --help
|
|
"""
|