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 stlink support with no mass storage #861

Closed
wants to merge 2 commits into from

Commits on Feb 14, 2020

  1. Configuration menu
    Copy the full SHA
    2d8d4dc View commit details
    Browse the repository at this point in the history
  2. Add support for the STLink-2.1 when flash with no mass storage

    Since STLink 2.33.25, it is possible to flash the STLink in two modes:
    - STM32 Debug + VCP
    - STM32 Debug + Mass storage + VCP
    
    When flashed in the first mode, the device id changes, but the behaviour
    remains the same.
    This commit thus introduces support for this new device id.
    pinaraf committed Feb 14, 2020
    Configuration menu
    Copy the full SHA
    0f293fd View commit details
    Browse the repository at this point in the history