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 #1332

Merged
merged 8 commits into from
Sep 16, 2023
Merged

Merge branch testing into develop #1332

merged 8 commits into from
Sep 16, 2023

Conversation

Nightwalker-87
Copy link
Member

@Nightwalker-87 Nightwalker-87 commented Sep 2, 2023

Formatting & style fixes.

[bugfix] Fixed flashing on STM32G0/G4 dual bank devices (Closes #1310)

[refactoring] Clean-up for stlink-lib

  • Moved declarations for read/write functions to read_write.h .
  • Checked & revised header includes
  • Changed some datatypes for write_buffer_to_sram() to avoid explicit casting.

[bugfix] Fixed chip recovery after reset (Closes #1260)

[doc] Corrected compiling manual (Closes #1317)

[bugfix] Fixed an issue where early breakpoints did not trigger. (Closes #1198) (Closes #1246) (Closes #1319)

General Project Update

  • Updated CHANGELOG.md
  • Updated README.md
  • Minor fixes & updates in documentation.

- Moved declarations for read/write functions to read_write.h .
- Checked & revised header includes
- Changed some datatypes for write_buffer_to_sram() to avoid explicit
casting.
- Updated CHANGELOG.md
- Updated README.md
- Minor fixes & updates in documentation.
@Nightwalker-87
Copy link
Member Author

@Ant-ON @gszy Could you review this by next week so that we can proceed with upcoming PRs and fixes?

@Nightwalker-87
Copy link
Member Author

This PR will merge on Sep 15, should there be no further response.

Fixes an issue where early breakpoints did not trigger.
(Closes #1198) (Closes #1246) (Closes #1319)
@Nightwalker-87 Nightwalker-87 merged commit 956d654 into develop Sep 16, 2023
19 checks passed
@stlink-org stlink-org locked as resolved and limited conversation to collaborators Sep 16, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.