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: 1.1.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: 1.2.0
Choose a head ref
  • 15 commits
  • 283 files changed
  • 1 contributor

Commits on Jun 18, 2018

  1. Update README.md

    fpistm authored Jun 18, 2018
    Configuration menu
    Copy the full SHA
    d6d1777 View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2018

  1. [PinMap] Update files after HAL update

    Signed-off-by: Frederic.Pillon <frederic.pillon@st.com>
    fpistm committed Aug 13, 2018
    Configuration menu
    Copy the full SHA
    5ff1da0 View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2018

  1. Update .gitignore

    Signed-off-by: Frederic.Pillon <frederic.pillon@st.com>
    fpistm committed Sep 21, 2018
    Configuration menu
    Copy the full SHA
    acdced9 View commit details
    Browse the repository at this point in the history
  2. [stm32flash] Remove source code

    The same stm32flash source code was provided for each targeted host.
    Source code is now provided here:
    https://github.com/stm32duino/stm32flash
    
    Tag: Arduino_STM32_0.9
    
    Signed-off-by: Frederic.Pillon <frederic.pillon@st.com>
    fpistm committed Sep 21, 2018
    Configuration menu
    Copy the full SHA
    c52f691 View commit details
    Browse the repository at this point in the history
  3. [stm32flash] update to version STM32duino_0.5.1

    https://github.com/stm32duino/stm32flash
    
    Signed-off-by: Frederic.Pillon <frederic.pillon@st.com>
    fpistm committed Sep 21, 2018
    Configuration menu
    Copy the full SHA
    550b232 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #27 from fpistm/stm32flash

    Update STM32flash tools
    fpistm authored Sep 21, 2018
    Configuration menu
    Copy the full SHA
    666c780 View commit details
    Browse the repository at this point in the history
  5. Update to ST-Link_cli 3.2.0.0

    Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
    fpistm committed Sep 21, 2018
    Configuration menu
    Copy the full SHA
    c949572 View commit details
    Browse the repository at this point in the history
  6. Update to ST-LINK_USB_V2_1_Driver

    Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
    fpistm committed Sep 21, 2018
    Configuration menu
    Copy the full SHA
    7a4f2c8 View commit details
    Browse the repository at this point in the history
  7. Update texane stlink to 1.5.1

    https://github.com/texane/stlink/releases/tag/v1.5.1
    
    Fix #23
    
    Signed-off-by: Frederic.Pillon <frederic.pillon@st.com>
    fpistm committed Sep 21, 2018
    Configuration menu
    Copy the full SHA
    270cc33 View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2018

  1. Add executable extension to call properly stm32flash on Win10

    Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
    fpistm committed Sep 22, 2018
    Configuration menu
    Copy the full SHA
    81745f6 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #26 from fpistm/ST-LINK-CLI_v3.2.0.0

    Update STLink tools
    fpistm authored Sep 22, 2018
    Configuration menu
    Copy the full SHA
    aca3b28 View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2018

  1. [stm32flash] Add 32bits version

    Previous update has replaced the 32 bits (PE32) version
    by a 64 bits one (PE32+).
    To avoid any issue for user running on 32 bits OS,
    use the 32 bits version per default.
    The 64 bits version can be used and is named "stm32flash64.exe"
    
    Those binaries are now stored in "stm32flash/" directory
    in order to be aligned with other host OS structure.
    Serial upload has been updated and cleaned.
    
    Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
    fpistm committed Oct 8, 2018
    Configuration menu
    Copy the full SHA
    e4c1712 View commit details
    Browse the repository at this point in the history
  2. Clean old and unused files

    Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
    fpistm committed Oct 8, 2018
    Configuration menu
    Copy the full SHA
    9d655e1 View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2018

  1. [PinMap] Update files after HAL update

    Signed-off-by: Frederic.Pillon <frederic.pillon@st.com>
    fpistm committed Oct 26, 2018
    Configuration menu
    Copy the full SHA
    476e696 View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2018

  1. Update README.md

    fpistm authored Oct 30, 2018
    Configuration menu
    Copy the full SHA
    1a65468 View commit details
    Browse the repository at this point in the history
Loading