Skip to main content
GitHub 저장소

glossy-msp430

glossy-msp430에는 grumat에서 수집한 skills 3개가 있으며, 저장소 수준 직업 범위와 사이트 내 skill 상세 페이지를 제공합니다.

수집된 skills
3
Stars
14
업데이트
2026-07-26
Forks
3
직업 범위
직업 카테고리 3개 · 100% 분류됨
저장소 탐색

이 저장소의 skills

run-unittest
소프트웨어 품질 보증 분석가·테스터

Use the C# UnitTest console tool (UnitTest/UnitTest.csproj) to exercise the glossy-msp430 GDB RSP firmware against real MSP430 hardware over a serial port. Use whenever asked to "test the firmware", "try it on hardware", "run the unittest tool", or to validate a firmware change end-to-end on a physical probe. Covers the COM-port map per probe board, the full build (meson) -> flash (arm-none-eabi-gdb + UnitTest/batch scripts) -> TRACESWO workflow, safe vs. destructive test numbers, the chip-identity prerequisite gate, and how to send one-off raw `monitor` commands without extending the C# tool.

2026-07-26
analyze-jtag-la
전자 엔지니어(컴퓨터 제외)

Evaluate a logic-analyzer (LA) capture of the 4-wire JTAG bus (TMS/TCK/TDI/ TDO/TRST) exported as a Saleae-style transition CSV. Use whenever asked to look at, decode, or check timing/alignment in a JTAG LA capture — e.g. "check the LA capture", "is TMS centered on the clock", "decode this jtag_scan capture", "what does the logic analyzer show for frame N", cnt_offset/TMS-phase tuning work, or verifying a fix against a fresh capture. Covers the fixed CSV column mapping, the existing TAP-FSM decoder script, how to segment individual JTAG frames out of a transition export, and the recipe for measuring TMS-to-TCK phase/setup-margin used for DtrigJtag `cnt_offset` calibration. Does NOT apply to Spy-Bi-Wire (SBW) captures — see the `decode_sbw*.py` scripts for that instead.

2026-07-05
sync-build-files
소프트웨어 개발자

Add, remove, or rename a firmware source/header/resource file in glossy-msp430 while keeping BOTH build systems (Visual Studio/VisualGDB .vcxproj/.vcxitems AND the Meson CLI meson.build) in sync. Use whenever you create, delete, or rename a .cpp/.h/.c/.bin under Firmware.shared/, target.*/, or Funclets/. Covers the shared-vs-target scope rules, case-only renames, CRLF/BOM preservation, the drift-check script, and the headless verification build.

2026-06-28