Files
mestre/br2_external/package/x6200-control/Config.in
Joakim c500e75417 feat: audio stack working — pulseaudio + x6200_control + voice_rec
- Add pulseaudio in system mode
- Add alsactl restore with correct mixer state from Aether
- Add x6200-control package (I2C hardware control library)
- Audio chain: pulseaudio -> x6200_control_init -> voice_rec -> speaker
2026-05-05 16:03:48 +02:00

13 lines
388 B
Plaintext

config BR2_PACKAGE_X6200_CONTROL
bool "x6200-control"
select BR2_PACKAGE_LIBGPIOD
help
Aether-Radio's base control library for the Xiegu X6200.
Provides I2C-based control of the X6200's MCU/FPGA, including
audio routing (RX/DAC switch), VFO/mode/AGC, ATU, and TX/RX
state.
Required for Mestre to drive the X6200's hardware.
https://github.com/gdyuldin/X6200Control