<feed xmlns='http://www.w3.org/2005/Atom'>
<title>user/sven/stlink.git/tests, branch for-upstream</title>
<subtitle>ST-Link for Linux
</subtitle>
<id>https://git.stealer.net/cgit.cgi/user/sven/stlink.git/atom?h=for-upstream</id>
<link rel='self' href='https://git.stealer.net/cgit.cgi/user/sven/stlink.git/atom?h=for-upstream'/>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/stlink.git/'/>
<updated>2023-06-25T13:45:33Z</updated>
<entry>
<title>[refactoring] Clean-up for stlink-lib</title>
<updated>2023-06-25T13:45:33Z</updated>
<author>
<name>nightwalker-87</name>
<email>15526941+Nightwalker-87@users.noreply.github.com</email>
</author>
<published>2023-06-25T13:45:33Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/stlink.git/commit/?id=8fad9be9d0b055069b3f4fcdc3dc17014a6ce9cb'/>
<id>urn:sha1:8fad9be9d0b055069b3f4fcdc3dc17014a6ce9cb</id>
<content type='text'>
- Moved declarations for read/write functions to read_write.h .
- Checked &amp; revised header includes
- Changed some datatypes for write_buffer_to_sram() to avoid explicit
casting.
</content>
</entry>
<entry>
<title>Formatting &amp; style fixes.</title>
<updated>2023-06-24T21:55:12Z</updated>
<author>
<name>nightwalker-87</name>
<email>15526941+Nightwalker-87@users.noreply.github.com</email>
</author>
<published>2023-06-24T21:55:12Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/stlink.git/commit/?id=101d77bf7e6c32c9e9b565301bd6dd9092c033cc'/>
<id>urn:sha1:101d77bf7e6c32c9e9b565301bd6dd9092c033cc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>[refactoring] Clean-up for stlink-flash &amp; -info</title>
<updated>2023-06-11T12:29:23Z</updated>
<author>
<name>nightwalker-87</name>
<email>15526941+Nightwalker-87@users.noreply.github.com</email>
</author>
<published>2023-06-11T12:29:23Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/stlink.git/commit/?id=2c337615c945f79fa882ca6714279125e2619d11'/>
<id>urn:sha1:2c337615c945f79fa882ca6714279125e2619d11</id>
<content type='text'>
- Ensure proper function declaration
- Checked &amp; revised header includes
</content>
</entry>
<entry>
<title>Replace data types with fixed width typedefs (C99)</title>
<updated>2023-06-10T18:07:19Z</updated>
<author>
<name>nightwalker-87</name>
<email>15526941+Nightwalker-87@users.noreply.github.com</email>
</author>
<published>2023-06-10T18:07:19Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/stlink.git/commit/?id=755c20c08ea026549439a97be2351540069c7f9e'/>
<id>urn:sha1:755c20c08ea026549439a97be2351540069c7f9e</id>
<content type='text'>
- Unified variable type: size_t --&gt; uint32_t
- Removed unnecessary explicit casts
- Minor formatting fixes
</content>
</entry>
<entry>
<title>Added comments for testing modules</title>
<updated>2023-06-08T23:16:18Z</updated>
<author>
<name>nightwalker-87</name>
<email>15526941+Nightwalker-87@users.noreply.github.com</email>
</author>
<published>2023-06-08T23:16:18Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/stlink.git/commit/?id=67ae7a12d8636795f08f1004bf5cd26f596e1eee'/>
<id>urn:sha1:67ae7a12d8636795f08f1004bf5cd26f596e1eee</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Replace data types with fixed width typedefs (C99)</title>
<updated>2023-05-08T00:05:55Z</updated>
<author>
<name>nightwalker-87</name>
<email>15526941+Nightwalker-87@users.noreply.github.com</email>
</author>
<published>2023-05-08T00:05:55Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/stlink.git/commit/?id=5e85fd063908f89499180c28fe5e9ba74868b272'/>
<id>urn:sha1:5e85fd063908f89499180c28fe5e9ba74868b272</id>
<content type='text'>
- Unified variable types (Closes #909)
short --&gt; int16_t
unsigned short --&gt; uint16_t
int --&gt; int32_t
unsigned int --&gt; uint32_t
long --&gt; int32_t
unsigned long --&gt; uint32_t
long long --&gt; int64_t
unsigned long long --&gt; uint64_t

- Added missing header includes
</content>
</entry>
<entry>
<title>Fixes for project compilation</title>
<updated>2022-10-23T23:49:03Z</updated>
<author>
<name>nightwalker-87</name>
<email>15526941+Nightwalker-87@users.noreply.github.com</email>
</author>
<published>2022-10-23T23:49:03Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/stlink.git/commit/?id=f93adb92f2e4ecf05a9361cb723c98693586929d'/>
<id>urn:sha1:f93adb92f2e4ecf05a9361cb723c98693586929d</id>
<content type='text'>
- Cleanup for CMakeLists.txt
- [doc] Added list of cmake path variables
- Fixed stlink-gui install path (Closes #1270) (Closes #1271)
- Replaced path variable for chips directory
</content>
</entry>
<entry>
<title>General Project Update</title>
<updated>2021-05-02T18:38:40Z</updated>
<author>
<name>nightwalker-87</name>
<email>15526941+Nightwalker-87@users.noreply.github.com</email>
</author>
<published>2021-05-02T18:38:40Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/stlink.git/commit/?id=a06d13552da5884bd994fddf2655db243e3a6a48'/>
<id>urn:sha1:a06d13552da5884bd994fddf2655db243e3a6a48</id>
<content type='text'>
- [doc] Minor spelling fixes.
- [doc] Updated tool options in tutorial.md
- [doc] Clean-up in tutorial.md
- Corrected memory size supplements
- [doc] Addtional link on STM32 Clone MCUs
</content>
</entry>
<entry>
<title>flash_loader: fixed interrupt masking</title>
<updated>2021-04-06T17:03:52Z</updated>
<author>
<name>anton</name>
<email>prozanton@gmail.com</email>
</author>
<published>2021-04-06T17:03:52Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/stlink.git/commit/?id=6bd99d4b55cd33c7f3773eda8aadea10e1288b5e'/>
<id>urn:sha1:6bd99d4b55cd33c7f3773eda8aadea10e1288b5e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Unification of the reset function</title>
<updated>2021-04-06T16:13:54Z</updated>
<author>
<name>anton</name>
<email>prozanton@gmail.com</email>
</author>
<published>2021-04-06T16:13:54Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/stlink.git/commit/?id=ee43e3b3571c8c7d253b158bbab2d330b3ef19cb'/>
<id>urn:sha1:ee43e3b3571c8c7d253b158bbab2d330b3ef19cb</id>
<content type='text'>
</content>
</entry>
</feed>
