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_Tools
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 2.4.0
Choose a base ref
...
head repository: stm32duino/Arduino_Tools
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
  • 9 commits
  • 2 files changed
  • 1 contributor

Commits on Jul 21, 2026

  1. chore(stm32cubeprog): add short parity option

    Even if -p is also used for pid they are mutually exclusive.
    
    Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
    fpistm committed Jul 21, 2026
    Configuration menu
    Copy the full SHA
    0fbba8c View commit details
    Browse the repository at this point in the history
  2. fix(stm32cubeprog): missing short arguments for BSD getopt

    Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
    fpistm committed Jul 21, 2026
    Configuration menu
    Copy the full SHA
    c16ca3b View commit details
    Browse the repository at this point in the history
  3. feat(stm32cubeprog): change -f/--file to -b/-bin

    Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
    fpistm committed Jul 21, 2026
    Configuration menu
    Copy the full SHA
    f3cf2b4 View commit details
    Browse the repository at this point in the history
  4. chore(stm32cubeprog): review options

    sort per feature and alphabetical order.
    
    Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
    fpistm committed Jul 21, 2026
    Configuration menu
    Copy the full SHA
    ce48a42 View commit details
    Browse the repository at this point in the history
  5. feat(stm32cubeprog): add -f/--freq for swd protocol

    Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
    fpistm committed Jul 21, 2026
    Configuration menu
    Copy the full SHA
    b33b5d7 View commit details
    Browse the repository at this point in the history
  6. feat(stm32cubeprog): add stlink serial number option

    Signed-off-by: bipoe <bipoeman12@gmail.com>
    Co-Authored-By: Frederic Pillon <frederic.pillon@st.com>
    fpistm committed Jul 21, 2026
    Configuration menu
    Copy the full SHA
    744264d View commit details
    Browse the repository at this point in the history
  7. Merge pull request #119 from fpistm/stm32cubeprog_options

    feat: update stm32cubeprog options
    fpistm authored Jul 21, 2026
    Configuration menu
    Copy the full SHA
    fe1ffaa View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2026

  1. fix(stm32cubeprog): harden getopt support on MacOS

    - brew prefix usage
    - MacPorts support
    
    Fixes #115
    
    Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
    fpistm committed Jul 22, 2026
    Configuration menu
    Copy the full SHA
    58794f6 View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2026

  1. doc: update badge version to 2.5.0

    Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
    fpistm committed Jul 23, 2026
    Configuration menu
    Copy the full SHA
    9c1408b View commit details
    Browse the repository at this point in the history
Loading