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

refactor(STM32CubeProgrammer): rework options #2323

Merged
merged 2 commits into from
Jun 20, 2024

Commits on Jun 20, 2024

  1. feat(usb): provide default vid/pid

    Provided id:
      - Default USB CDC for all series with USB capabilities (0483:5740)
      - STLink VCP, only for ST manufactured boards which embedd one (0483:37xx)
      - DFU for default built-in bootloader or dedicated one (0483:df11 and other)
      - Specific USB id.
    
    Note that vid.0/pid.0 have to be defined for each menu even if no USB
    support to have the build.vid/pid properly defined in the platform.txt.
    At least a FTDI is defined (ex: STLink VCP)
    
    Signed-off-by: Frederic Pillon <[email protected]>
    fpistm committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    8d9c950 View commit details
    Browse the repository at this point in the history
  2. refactor(STM32CubeProgrammer): rework options

    Fixes stm32duino#2292
    
    This requires STM32Tools versions higher than 2.2.1.
    
    Signed-off-by: Frederic Pillon <[email protected]>
    fpistm committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    47bb4d8 View commit details
    Browse the repository at this point in the history