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

Fix: Old firmware BMP identification via libusb #1989

Merged
merged 6 commits into from
Nov 17, 2024
Merged

Commits on Nov 15, 2024

  1. hosted/bmp_libusb: Fixed pre-v1.7 firmware identification where the f…

    …irmware does not include a version string in the product string
    dragonmux committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    dce931f View commit details
    Browse the repository at this point in the history
  2. hosted/bmp_libusb: Implement strndup() for Windows as this function…

    … is not found in the stdlib there
    dragonmux committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    7d8701c View commit details
    Browse the repository at this point in the history
  3. hosted/bmp_libusb: Improved the handling of the product string from B…

    …MP to properly handle the intricacies of the possible values it can take
    dragonmux committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    168eb7b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2b29f4c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    17d2156 View commit details
    Browse the repository at this point in the history
  6. stm32l4: Improved the device lookup handling on attach by using the c…

    …opy stored in the private structure
    dragonmux committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    47e2ed1 View commit details
    Browse the repository at this point in the history