nightwalker-87
b1c4de647c
Naming convention for header includes
2023-05-03 14:02:26 +02:00
nightwalker-87
5621d541d9
Resorted #defines in stm32flash.h
2023-05-03 13:55:19 +02:00
nightwalker-87
800c8616fb
Unified #define names for STM32 devices
2023-04-30 22:32:59 +02:00
nightwalker-87
823187216a
st-flash: auto-reset after mass erase
2023-04-30 20:46:37 +02:00
nightwalker-87
7c2c953ff6
Unified chipid enum naming for L0 series
2023-04-30 19:21:17 +02:00
nightwalker-87
ab286988b4
Corrected preprocessor header includes
2023-04-30 18:52:14 +02:00
nightwalker-87
1775184084
General Project Update
...
- Updated CHANGELOG.md
- Updated README.md
- Merged flash loader source files
2023-04-30 14:31:50 +02:00
nightwalker-87
01981ad890
Merge pull request #1309 from slyshykO/fix-cmake-else-warn2
...
Fixed warning in a few *.cmake files.
2023-04-30 12:48:15 +02:00
nightwalker-87
fe939f73b1
Merge branch 'develop' into fix-cmake-else-warn2
2023-04-29 23:16:27 +02:00
nightwalker-87
78b2893e5d
Merge pull request #1307 from IVOES/fix-inconsistent-null-check
...
Added null check for return value of stlink_chipid_get_params().
2023-04-29 23:15:54 +02:00
nightwalker-87
c48d117d3b
Merge pull request #1306 from IVOES/fix-unbounded-write
...
Fixed unbounded write and check return values of sscanf.
2023-04-29 23:14:07 +02:00
Oleksiy Slyshyk
222ff47165
fix warn in a few *.cmake
2023-04-28 17:59:47 +03:00
Mingjie Shen
8f97e62708
Check return values of sscanf()
...
Failing to check that a call to 'scanf' actually writes to an output
variable can lead to unexpected behavior at reading time.
2023-04-22 18:12:36 -04:00
Mingjie Shen
98902c271e
Add null check for return value of stlink_chipid_get_params()
...
Pass a null pointer to "%s" is undefined behaviour.
2023-04-22 00:53:29 -04:00
Mingjie Shen
0a5cad7ee8
Fix unbounded write of sscanf
...
Format string "%s" that does not control the length of data
written may overflow.
2023-04-22 00:03:54 -04:00
nightwalker-87
8de2b4dcfa
Merge pull request #1302 from signed-log/fix-broken-link
...
Fixed broken link in documentation.
2023-04-17 23:37:59 +02:00
Nicolas signed-log FORMICHELLA
39f306feaa
Fix broken doc link
2023-04-15 08:02:19 +02:00
nightwalker-87
1745bf5193
[doc] Human-readable flash_type in chip-id files
...
(Closes #1155 )
2023-04-08 02:16:48 +02:00
nightwalker-87
1d301a5498
Fix for option byte read ( Closes #1156 )
2023-04-07 23:33:28 +02:00
nightwalker-87
8da1ae8b15
Merge pull request #1300 from stlink-org/f2023_1
...
Initial support for STM32 L5 & U5 devices and minor changes
2023-04-06 20:13:58 +02:00
nightwalker-87
982408e6ee
Fixes regarding version support
...
- Updated version_support.md
- Updated version requirements for libusb
2023-04-05 21:33:49 +02:00
nightwalker-87
5946076723
General maintenance
...
- Updated pkg-version requirements
- Updated version_support.md
- Removed Ubuntu 18.04 from GH workflow
2023-04-04 23:54:56 +02:00
nightwalker-87
8af1dcb71e
Minor changes & fixes
...
- Simplified listing of supported devices
- Corrected #define STM32L5_PWR_CR1_VOS
- Check the return code of stlink_read_debug32
- Fix for flash register reading on L5x2 devices
2023-04-04 23:32:51 +02:00
nightwalker-87
e93fa5798b
Updated CHANGELOG.md
2023-03-19 18:46:22 +01:00
nightwalker-87
21633df34a
Minor compilation fixes
...
- Corrected install path for gui executable
- Changed directory for chip-id files
2023-03-19 15:43:37 +01:00
nightwalker-87
186e38a0fa
Minor fixes & additions
...
- [doc] Update on OS version support
- Minor fixes for G0-series from #1293
- [doc] Added core-IDs for WB/WL-series
- [doc] Correction for G0/L0-series core-IDs
- Set option_size to 128 B for G0-series (#1194 )
2023-03-18 21:53:27 +01:00
nightwalker-87
2ff79959f4
Minor fixes & additions
...
- Corrected flash_pagesize for STM32U5
- Updated STM32 core IDs
- Added chip-id file for STM32H5 devices
2023-03-18 21:19:15 +01:00
nightwalker-87
f875a7f0c9
Merge branch 'develop' into f2023_1
2023-02-14 21:16:21 +01:00
nightwalker-87
c72175133c
Merge pull request #1295 from stlink-org/doc
...
General fixes and improvements
2023-02-14 20:37:07 +01:00
nightwalker-87
c18293a82e
Minor fixes
...
- Updated Standards-Version for deb-package
- Fix for strcmp(value, "L4") in chipid.c
- Minor formatting fixes
2023-02-13 23:59:11 +01:00
nightwalker-87
1c6b5258ca
Merge branch 'develop' into doc
2023-01-15 14:21:21 +01:00
nightwalker-87
1bec78c428
Updated libusb checksum for WIN32
2023-01-15 14:20:48 +01:00
nightwalker-87
82fb1cc773
Updated header files in CMakeLists.txt
2023-01-15 14:14:25 +01:00
nightwalker-87
b15f0d4d89
Merge branch 'develop' into doc
2023-01-15 01:11:43 +01:00
nightwalker-87
61ff09e527
[doc] End of support for macOS ( Closes #1296 )
2023-01-14 12:14:35 +01:00
nightwalker-87
6bc70f776a
Merge pull request #1292 from simplerobot/develop
...
Fixed st-trace reconnect on Windows
2023-01-08 18:01:42 +01:00
nightwalker-87
2a8a36efba
Updated GitHub Actions C/C++ CI workflow
2023-01-02 12:21:18 +01:00
nightwalker-87
750a92cdc4
Log message improvements for st-flash
2023-01-02 11:59:26 +01:00
John Hall
54e4bc5251
Updating windows signal handling to not terminate the application before cleanup.
2023-01-01 16:01:58 -08:00
nightwalker-87
893523d74e
Updated CHANGELOG.md
2023-01-01 16:27:13 +01:00
nightwalker-87
b60a035404
Initial support for STM32 L5 & U5 devices
...
(References: #1005 #1096 #1247 )
2023-01-01 13:32:14 +01:00
nightwalker-87
f025d756b7
Minor corrections regarding os support
2023-01-01 13:20:02 +01:00
nightwalker-87
dfff59d39f
Added support for STM32L4Q5 ( Closes #1224 )
2022-12-31 14:49:39 +01:00
nightwalker-87
aee9a47e35
General fixes and improvements
...
- Bugfix: "Failed to parse flash type or unrecognized flash type"
(Closes #1240 ) (Closes #1242 ) (Closes #1290 ) (Closes #1291 )
- Updated README.md on OS-support
- Updated version_support.md
- Removed remnants of macOS support in CMakeLists.txt
- Minor code formatting fixes
- Updated CHANGELOG.md
2022-12-30 18:01:06 +01:00
nightwalker-87
c7bcb5213f
Merge pull request #1288 from Phil242/develop
...
[doc] Added device ID for GD32F303VET6
2022-12-29 23:18:22 +01:00
nightwalker-87
194e6e9c6b
General project clean-up
...
- Removed orphaned old dev-documentation
- Rearranged src files belonging to stlink-lib
- Revised & sorted option byte source code
- Updated devices_boards.md
2022-12-28 22:21:47 +01:00
nightwalker-87
45b846bac7
Merge pull request #1284 from MarcusLindemann/develop
...
[compilation] Fixed GUI compilation failure on OpenBSD i386
2022-12-28 01:46:22 +01:00
nightwalker-87
5af42f7e8f
Merge pull request #1281 from angiglesias/develop
...
Added udev-rule rule for the V3 MINIE programmer
2022-12-28 01:39:35 +01:00
nightwalker-87
879e76984e
Merge pull request #1279 from weiminshen99/develop
...
[compilation] Corrected path to stlink/chips subdirectory
2022-12-18 23:54:49 +01:00
Phil
a4105f4ce8
Adding device ID for GD32F303VET6
2022-12-18 16:27:40 +01:00