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

Add serial port discovery #1498

Merged
merged 57 commits into from
Sep 22, 2023
Merged

Add serial port discovery #1498

merged 57 commits into from
Sep 22, 2023

Commits on Aug 31, 2023

  1. Configuration menu
    Copy the full SHA
    0782756 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b744b19 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4107aa3 View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2023

  1. Configuration menu
    Copy the full SHA
    6e390d0 View commit details
    Browse the repository at this point in the history
  2. Apply @stefanrueger's patch

    MCUdude committed Sep 1, 2023
    Configuration menu
    Copy the full SHA
    6976e75 View commit details
    Browse the repository at this point in the history
  3. Remove unnecessary branch

    MCUdude committed Sep 1, 2023
    Configuration menu
    Copy the full SHA
    37d896f View commit details
    Browse the repository at this point in the history
  4. Remove exits

    MCUdude committed Sep 1, 2023
    Configuration menu
    Copy the full SHA
    385f210 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d9912f1 View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2023

  1. Configuration menu
    Copy the full SHA
    5aea6bd View commit details
    Browse the repository at this point in the history
  2. Make sure serialport is unique

    and print the available options is the serial port isn't unique
    MCUdude committed Sep 2, 2023
    Configuration menu
    Copy the full SHA
    ca245da View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2023

  1. Configuration menu
    Copy the full SHA
    9e65675 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8258e08 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    efce224 View commit details
    Browse the repository at this point in the history
  4. Add support for "usb" suffix when specifying USB VID and PID

    and harden against segfault when passing a serial number when using a serial adapter that doesn't have a serial number
    MCUdude committed Sep 3, 2023
    Configuration menu
    Copy the full SHA
    5be3edb View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    af6fc08 View commit details
    Browse the repository at this point in the history
  6. Add missing usb prefix

    MCUdude committed Sep 3, 2023
    Configuration menu
    Copy the full SHA
    d519286 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    58b4826 View commit details
    Browse the repository at this point in the history
  8. Formatting

    MCUdude committed Sep 3, 2023
    Configuration menu
    Copy the full SHA
    e46a00a View commit details
    Browse the repository at this point in the history
  9. Require "usb:" prefix

    MCUdude committed Sep 3, 2023
    Configuration menu
    Copy the full SHA
    f40366c View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    e0abcaf View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    1389463 View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2023

  1. Configuration menu
    Copy the full SHA
    e1fb8c3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d234bd1 View commit details
    Browse the repository at this point in the history
  3. Do not print all available serial ports unless ...

    the serial port isn't found
    MCUdude committed Sep 4, 2023
    Configuration menu
    Copy the full SHA
    6576825 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    53a6775 View commit details
    Browse the repository at this point in the history
  5. Harden port printing logic

    MCUdude committed Sep 4, 2023
    Configuration menu
    Copy the full SHA
    c51ec19 View commit details
    Browse the repository at this point in the history
  6. Fix another port print bug

    MCUdude committed Sep 4, 2023
    Configuration menu
    Copy the full SHA
    2268d8e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    970953d View commit details
    Browse the repository at this point in the history
  8. Allow serial adapters to override the default baudrate

    but -b will have the highest priority
    MCUdude committed Sep 4, 2023
    Configuration menu
    Copy the full SHA
    bd1b86f View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2023

  1. Fix segfault

    MCUdude committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    c6e832a View commit details
    Browse the repository at this point in the history
  2. Add more serial adapters

    MCUdude committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    6e3722b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f06f18e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    23fad1a View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2023

  1. Configuration menu
    Copy the full SHA
    2baf87d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    af3d4e5 View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2023

  1. Only suggest serial adapters provided in avrduderc if...

    the specified serial number matches
    MCUdude committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    d2cacf0 View commit details
    Browse the repository at this point in the history
  2. Print all serial adapter alternatives if specified serial adapter

    isn't connected or found
    MCUdude committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    d89cf73 View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2023

  1. Fix issue where serial adapters with non-matching serial number were …

    …listed as valid options
    MCUdude committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    88bbea8 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2023

  1. Configuration menu
    Copy the full SHA
    0eb91e4 View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2023

  1. Add missing rv

    MCUdude committed Sep 10, 2023
    Configuration menu
    Copy the full SHA
    3df2b19 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    77cbffc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    602b575 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    862cc57 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2023

  1. Configuration menu
    Copy the full SHA
    e553c29 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c251450 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d0f63ee View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2d28a7b View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2023

  1. Configuration menu
    Copy the full SHA
    42c0655 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    471e66f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    efd1716 View commit details
    Browse the repository at this point in the history
  4. Formatting

    MCUdude committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    d7dc844 View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2023

  1. Configuration menu
    Copy the full SHA
    98f0640 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2023

  1. Configuration menu
    Copy the full SHA
    7511a5d View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2023

  1. Configuration menu
    Copy the full SHA
    8730fc1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6694e98 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ba72908 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2023

  1. Configuration menu
    Copy the full SHA
    28e6187 View commit details
    Browse the repository at this point in the history