Thanks to visit codestin.com
Credit goes to github.com

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.2.2
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: 2.2.3
Choose a head ref
  • 3 commits
  • 2 files changed
  • 1 contributor

Commits on Jul 17, 2024

  1. fix(stm32CubeProg): fallback to BSD getopt for MacOS

    By default, MacOS uses getopt from FreeBSD and not the GNU-based one.
    Then "-o" and long options are not supported except if gnu-getopt
    is installed.
    
    Fixes #99
    
    Signed-off-by: Frederic Pillon <[email protected]>
    fpistm committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    8de264f View commit details
    Browse the repository at this point in the history
  2. Merge pull request #100 from fpistm/getopt

    fix(stm32CubeProg): fallback to BSD getopt on mac
    fpistm authored Jul 17, 2024
    Configuration menu
    Copy the full SHA
    17a14b7 View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2024

  1. doc: update badge version to 2.2.3

    Signed-off-by: Frederic Pillon <[email protected]>
    fpistm committed Jul 18, 2024
    Configuration menu
    Copy the full SHA
    74f9e50 View commit details
    Browse the repository at this point in the history
Loading