Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: stm32duino/Arduino_Core_STM32 Loading
base: 3fff79a1a517ceab3297a03d7d8b31a7d5bec163
Choose a base ref
...
head repository: stm32duino/Arduino_Core_STM32 Loading
compare: 48d9def099bb1022561aafbcf9ae080818eb2615
Choose a head ref
  • 2 commits
  • 2 files changed
  • 1 contributor

Commits on Mar 30, 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.
    
    Signed-off-by: Frederic Pillon <[email protected]>
    fpistm committed Mar 30, 2024
    Configuration menu
    Copy the full SHA
    57c11a1 View commit details
    Browse the repository at this point in the history
  2. refactor(STM32CubeProgrammer): rework options

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