Skip to content

Add support for Radio configuration mode (2/n)#1774

Draft
antoinevg wants to merge 5 commits into
mainfrom
antoinevg/radio-config-mode
Draft

Add support for Radio configuration mode (2/n)#1774
antoinevg wants to merge 5 commits into
mainfrom
antoinevg/radio-config-mode

Conversation

@antoinevg

@antoinevg antoinevg commented Jun 2, 2026

Copy link
Copy Markdown
Member

This PR depends on #1771 (USB API Bump to 0x0113)


This PR adds:

  • hackrf_open_mode(const enum radio_config_mode mode, hackrf_device** device)
  • hackrf_open_mode_by_serial(const char* const desired_serial_number, const enum radio_config_mode mode, hackrf_device** device)
  • hackrf_open_device_list_open_mode(hackrf_device_list_t* list, int idx, const enum radio_config_mode mode, hackrf_device** device)
  • hackrf_radio_set_mode(hackrf_device* device, const enum radio_config_mode mode)
  • ...

TODO

@antoinevg antoinevg force-pushed the antoinevg/radio-config-mode branch 2 times, most recently from 116bb5c to dcbdbd6 Compare June 9, 2026 13:08
@antoinevg antoinevg force-pushed the antoinevg/radio-config-mode branch from dcbdbd6 to ebf8628 Compare June 9, 2026 13:16
@antoinevg antoinevg changed the title Add support for Radio configuration mode Add support for Radio configuration mode (2/n) Jun 9, 2026
@antoinevg antoinevg force-pushed the antoinevg/radio-config-mode branch 6 times, most recently from f821ef3 to 2f9a642 Compare June 22, 2026 14:46
@antoinevg antoinevg force-pushed the antoinevg/radio-config-mode branch 6 times, most recently from 70559c4 to c83e55e Compare June 26, 2026 15:00
@antoinevg antoinevg force-pushed the antoinevg/radio-config-mode branch 2 times, most recently from 5d378e0 to 88ab7f3 Compare June 29, 2026 13:37
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