Skip to content

Add UV-5R Mini support and CHIRP CSV export - #10

Merged
emuehlstein merged 1 commit into
mainfrom
feat/uv5r-mini-chirp-export
Aug 12, 2026
Merged

Add UV-5R Mini support and CHIRP CSV export#10
emuehlstein merged 1 commit into
mainfrom
feat/uv5r-mini-chirp-export

Conversation

@emuehlstein

Copy link
Copy Markdown
Contributor

Summary

This PR adds first-class support for baofeng_uv5r_mini and introduces a CHIRP CSV export path for analog radios.

Changes

  • Add UV-5R Mini capabilities document:
    • radios/baofeng_uv5r_mini/capabilities.json
  • Add UV-5R Mini reference fixture profile:
    • profiles/baofeng_uv5r_mini/reference.yml
  • Add CHIRP exporter module:
    • src/codeplugger/exporters/chirp_csv.py
    • src/codeplugger/exporters/__init__.py
  • Add CLI output format:
    • codeplugger-profile --output-format chirp-csv
  • Add tests:
    • tests/test_chirp_csv.py
    • profile validation and FM-only mode checks in tests/test_profile.py
  • Add docs:
    • CHIRP workflow section in README.md
  • Ignore .DS_Store in .gitignore

Behavior

  • CHIRP CSV export is deterministic and preserves resolved channel order.
  • FM-only path is enforced for CHIRP export (non-FM channels fail with explicit errors).
  • TX-disabled channels map to CHIRP Duplex=off.

Validation

  • pytest -q
  • Result: 18 passed

Follow-up

@emuehlstein
emuehlstein merged commit 811f258 into main Aug 12, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant