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

Conversation

Nightwalker-87
Copy link
Member

[refactoring] Clean-up for stlink-lib & tools

  • Ensure proper function declaration
  • Moved some functions to related modules
  • Checked & revised header includes
  • Renamed "md5" to "lib_md5"

Fixed flash-write/verify error (Closes #1303)

[refactoring] Replace data types with fixed width typedefs (C99)

  • Unified variable type: size_t --> uint32_t
  • Removed unnecessary explicit casts
  • Minor formatting fixes

[bugfix] Fixed compilation on Windows

  • [doc] Updated installation instructions
  • Fixed cmd bug in mingw64-build.bat
  • Fixed cmake building for WIN32

- Ensure proper function declaration
- Moved some functions to related modules
- Checked & revised header includes
- Renamed "md5" to "lib_md5"
- New source file "md5"
- Ensure proper function declaration
- Checked & revised header includes
- Unified variable type: size_t --> uint32_t
- Removed unnecessary explicit casts
- Minor formatting fixes
- Ensure proper function declaration
- Checked & revised header includes
- [doc] Updated installation instructions
- Fixed cmd bug in mingw64-build.bat
- Fixed cmake building for WIN32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment