Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Filter list of Linux devices to more sane set (front page and SITL) #2047

Merged
merged 1 commit into from
Apr 27, 2024

Conversation

stronnag
Copy link
Collaborator

The Linux configurator has always generated a large list of non-existing legacy serial device nodes
The NWJS configurator applied a filter for Linux serial device nodes that breaks in the Electron version.

This PR adds filters for the front page and SITL that filters the Linux serial device node list to:

  • USB serial devices (typically /dev/ttyUSB*, /dev/ttyACM*)
  • Legacy RFCOMM (BT) devices (/dev/rfcomm*)
  • Legacy ttyS* devices, limited to /dev/tttyS0 - /dev/tttyS5

@DzikuVx DzikuVx added this to the 8.0 milestone Apr 27, 2024
@DzikuVx DzikuVx merged commit eca90fc into master Apr 27, 2024
3 checks passed
@DzikuVx DzikuVx deleted the linux_filter_serial_names branch April 27, 2024 18:47
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.

2 participants