Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merge branch testing into develop #1315

Merged
merged 7 commits into from
Jun 19, 2023
Merged

Merge branch testing into develop #1315

merged 7 commits into from
Jun 19, 2023

Commits on Jun 8, 2023

  1. [refactoring] Clean-up for stlink-lib

    - Ensure proper function declaration
    - Moved some functions to related modules
    - Checked & revised header includes
    - Renamed "md5" to "lib_md5"
    - New source file "md5"
    Nightwalker-87 committed Jun 8, 2023
    Configuration menu
    Copy the full SHA
    be2e7e3 View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2023

  1. [refactoring] Clean-up for stlink-lib

    - Ensure proper function declaration
    - Checked & revised header includes
    Nightwalker-87 committed Jun 9, 2023
    Configuration menu
    Copy the full SHA
    fc99064 View commit details
    Browse the repository at this point in the history
  2. Fixed flash-write/verify error

    (Closes #1303)
    Nightwalker-87 committed Jun 9, 2023
    Configuration menu
    Copy the full SHA
    efc5c37 View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2023

  1. Replace data types with fixed width typedefs (C99)

    - Unified variable type: size_t --> uint32_t
    - Removed unnecessary explicit casts
    - Minor formatting fixes
    Nightwalker-87 committed Jun 10, 2023
    Configuration menu
    Copy the full SHA
    755c20c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5d3f3ec View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2023

  1. [refactoring] Clean-up for stlink-flash & -info

    - Ensure proper function declaration
    - Checked & revised header includes
    Nightwalker-87 committed Jun 11, 2023
    Configuration menu
    Copy the full SHA
    2c33761 View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2023

  1. Fixed compilation on Windows

    - [doc] Updated installation instructions
    - Fixed cmd bug in mingw64-build.bat
    - Fixed cmake building for WIN32
    Nightwalker-87 committed Jun 12, 2023
    Configuration menu
    Copy the full SHA
    b72f5b5 View commit details
    Browse the repository at this point in the history