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: ab5a8d9
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: b1c2d2c
Choose a head ref
  • 14 commits
  • 199 files changed
  • 2 contributors

Commits on Jan 24, 2022

  1. Create LICENCE.md

    Fix #80
    fpistm authored Jan 24, 2022
    Configuration menu
    Copy the full SHA
    d0ccf25 View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2022

  1. fix: double quote to prevent globbing and word splitting

    shellcheck(SC2086)
    
    Signed-off-by: Frederic Pillon <[email protected]>
    fpistm committed Mar 15, 2022
    Configuration menu
    Copy the full SHA
    4502933 View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2023

  1. Resolve upload issues on macOS Ventura

    The df -l option on macOS Ventura ignores Mass Storage Volume of STM32.
    If you remove the -l option it works fine.
    INOUETAICHI authored and fpistm committed Jan 30, 2023
    Configuration menu
    Copy the full SHA
    556da4a View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2023

  1. chore: remove duplicate upload-reset.c source file

    Signed-off-by: Frederic Pillon <[email protected]>
    fpistm committed Feb 10, 2023
    Configuration menu
    Copy the full SHA
    12feffb View commit details
    Browse the repository at this point in the history
  2. chore: remove deprecated maple_loader source files

    Signed-off-by: Frederic Pillon <[email protected]>
    fpistm committed Feb 10, 2023
    Configuration menu
    Copy the full SHA
    52dd858 View commit details
    Browse the repository at this point in the history
  3. feat: add *.o files to .gitignore

    Signed-off-by: Frederic Pillon <[email protected]>
    fpistm committed Feb 10, 2023
    Configuration menu
    Copy the full SHA
    9401acf View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2023

  1. Configuration menu
    Copy the full SHA
    e23b29e View commit details
    Browse the repository at this point in the history
  2. feat: create upload_reset binary for windows

    to remove java dependecy on Windows
    
    fixes #67
    
    Signed-off-by: Frederic Pillon <[email protected]>
    fpistm committed Feb 15, 2023
    Configuration menu
    Copy the full SHA
    6305aca View commit details
    Browse the repository at this point in the history
  3. feat: create check_port binary for windows

    Signed-off-by: Frederic Pillon <[email protected]>
    fpistm committed Feb 15, 2023
    Configuration menu
    Copy the full SHA
    b7abac8 View commit details
    Browse the repository at this point in the history
  4. feat: unified maple_upload and dfu_util scripts

    shellcheck and shfmt applied
    
    Signed-off-by: Frederic Pillon <[email protected]>
    fpistm committed Feb 15, 2023
    Configuration menu
    Copy the full SHA
    8654397 View commit details
    Browse the repository at this point in the history
  5. chore: clean up old windows maple_upload based on java

    Signed-off-by: Frederic Pillon <[email protected]>
    fpistm committed Feb 15, 2023
    Configuration menu
    Copy the full SHA
    90248bc View commit details
    Browse the repository at this point in the history
  6. chore: clean up dfu-utils sources

    Signed-off-by: Frederic Pillon <[email protected]>
    fpistm committed Feb 15, 2023
    Configuration menu
    Copy the full SHA
    6c359df View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2023

  1. Merge pull request #89 from fpistm/maple_upload

    feat: unified maple_upload and dfu_util scripts (remove maple_loader.jar usage)
    fpistm authored Feb 20, 2023
    Configuration menu
    Copy the full SHA
    6388636 View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2023

  1. doc: update badge version

    Signed-off-by: Frederic Pillon <[email protected]>
    fpistm committed Mar 29, 2023
    Configuration menu
    Copy the full SHA
    b1c2d2c View commit details
    Browse the repository at this point in the history
Loading