Wykres commitów

1606 Commity (277eee7aec00493151d940a12d697651e8977d66)

Autor SHA1 Wiadomość Data
Ant-ON 277eee7aec Move check of current instruction mode to stlink_run 2020-11-07 13:50:14 +05:00
Ant-ON 4e58872913 Add printing st-link version to st-info 2020-11-06 16:17:54 +05:00
Ant-ON 2acfa8b8f2 Add debug message of current CPU mode 2020-11-05 20:42:32 +05:00
Ant-ON 43019fcde9 Fix change SWD frequency of stlink v3 2020-11-05 19:34:22 +05:00
Ant-ON f3c824c83e More robust fw flash by gdb 2020-11-05 18:54:03 +05:00
Ant-ON 0135a0ea16 Expand and simplify stlink V2 + support 2020-11-05 18:50:10 +05:00
Ant-ON 85f0e93911 Add switch to Thumb mode before starting flash loader 2020-11-05 17:00:48 +05:00
Ant-ON b401eaff9a Improve soft reset with core halt 2020-11-05 16:57:30 +05:00
Ant-ON ddd39354b5 Trying to use a soft reset before starting debugging 2020-11-03 14:49:19 +05:00
Ant-ON 922eba585b Optimized timeout of the chip reset function 2020-11-03 12:19:47 +05:00
Ant-ON a7ea06d7d9 Remove duplicate register definitions 2020-11-03 10:23:07 +05:00
Ant-ON 4d07eb363d Split flash write function to optimize gdb flash loading 2020-11-02 21:52:13 +05:00
anton 504858566b Improv MCU reseting 2020-11-01 20:42:21 +05:00
Ant-ON 31bea45e32 Autodetect breakpoint style and cache support 2020-10-29 13:30:16 +05:00
Ant-ON e43b434c8a Small rewrote setting breakpoints in gdb-server for Cortex-M7 2020-10-27 11:41:39 +05:00
nightwalker-87 781557dfba Removed outdated debian configuration
Debian package build uses cmake environment.
2020-10-24 18:06:56 +02:00
nightwalker-87 1e2092173a
Merge pull request #1052 from timothytylee/STM32H7
Added support for STM32H742/743/753.
2020-10-21 21:19:10 +02:00
nightwalker-87 fd77d70e17
Merge pull request #1051 from timothytylee/st-flash/connect-under-reset
st-flash: respect --connect-under-reset option
2020-10-21 21:18:40 +02:00
Timothy Lee bbc2b54171 [feature] support STM32H7 option bytes 2020-10-19 23:29:54 +11:00
Timothy Lee aada8fc2dd Support flashing of STM32H7xx 2020-10-18 23:32:06 +11:00
Timothy Lee e8254501a1 Add ability to identify STM32H742/743/753 2020-10-18 22:33:57 +11:00
Timothy Lee 1c137bf07f st-flash: respect --connect-under-reset option when opening USB connection 2020-10-14 21:09:12 +11:00
nightwalker-87 5d38f92104
Merge pull request #1049 from stappersg/st-info-probe-output
[doc] Added example for output of 'st-info --probe'
2020-10-10 23:23:30 +02:00
Geert Stappers cdac310755 [manual] Added st-info --probe example output
To show what to expect: information about the ST-link and the target.

Bumped date to this month and removed a trailing space.

Modified: doc/man/st-info.md
2020-10-10 22:33:18 +02:00
nightwalker-87 e3a2e7bc5c
Merge pull request #1046 from timothytylee/STM32L0-option_size
Increase STM32L0 option_size to 20
2020-10-10 13:33:14 +02:00
Timothy Lee 2a746afa8b Increase STM32L0 option_size to 20
The FLASH_OPTR, FLASH_WRPROT1 and FLASH_WRPROT2 registers are spread across
20 option bytes.  With the original option_size of 4, only the lower 16 bits
of FLASH_OPTR could be modified.
2020-10-08 20:42:09 +11:00
nightwalker-87 d819a4ab26
Merge pull request #1044 from Ant-ON/develop
Use vl flashloader for all STM32F1 series
2020-10-02 20:49:43 +02:00
Ant-ON 304635af64 Using vl flashoader with all F1 series 2020-09-27 14:27:33 +05:00
nightwalker-87 bf41f14045 General Project Update
- Updated list of required packages
- Fixed install path of stlink-gui.ui file
- Minor fixes in compiling.md
- Updated CHANGELOG.md
2020-09-20 14:26:26 +02:00
nightwalker-87 ba5c6797f3
Merge pull request #1027 from arsv/develop
Fixed reg_offset handling in stlink_usb_read_all_regs( )
2020-09-15 23:37:36 +02:00
Alex Suykov 203d68544b Fix reg_offset handling in stlink_usb_read_all_regs 2020-09-09 23:49:15 +03:00
nightwalker-87 5c03678ab0
Merge pull request #1021 from slyshykO/develop
Use SetConsoleCtrlHandler for Windows
2020-08-29 15:49:36 +02:00
Oleksiy Slyshyk 5ea485de39 use SetConsoleCtrlHandler for windows 2020-08-28 23:35:45 +03:00
nightwalker-87 430d74e6f2
Merge pull request #1020 from dragahassan/patch-1
[doc] Fixed wrong path for rules.d folder
2020-08-28 20:02:50 +02:00
Hassan DRAGA 00a6ae0277
Updating commands
Updating commands for "rules.d"
2020-08-28 10:43:06 -03:00
Hassan DRAGA 61c5e395e2
Fixing wrong path
It's seem etc folder no longer exist, now it's on "stlink/config/udev/rules.d" instead of "stlink/etc/udev/rules.d".
2020-08-28 10:35:16 -03:00
nightwalker-87 6f36574777 Updated ISSUE_TEMPLATES
(Closes #1014)
2020-08-15 21:38:36 +02:00
nightwalker-87 1bcfdf5d42 Updated CHANGELOG.md & contributors.txt 2020-08-08 13:22:56 +02:00
nightwalker-87 f162a5def8
Merge pull request #997 from rutgerhendriks/develop
[feature] Option bytes on the STM32F767 ZIT6 Nucleo-144
2020-07-19 18:02:29 +02:00
Rutger Hendriks 2dd47a4327 Reverted the last comparison changes 2020-07-19 17:35:38 +02:00
Rutger Hendriks f57ae0c714 Remove double parantheses 2020-07-19 16:55:02 +02:00
Rutger Hendriks 2320ebe9c3 Merge remote-tracking branch 'upstream/develop' into develop 2020-07-19 16:51:25 +02:00
nightwalker-87 56a699d375 Added missing cmake install prefix
(Closes #1006)
2020-07-18 00:56:49 +02:00
nightwalker-87 ebb3164d90 Updated CHANGELOG & README 2020-07-18 00:46:26 +02:00
Rutger Hendriks ca02a8d507 src/st-flash/flash.c: improved error message 2020-07-06 10:07:26 +02:00
nightwalker-87 be0157f633
Merge pull request #1004 from stlink-org/debian
Corrected file paths and settings for Debian package distribution
2020-07-06 10:03:27 +02:00
Rutger Hendriks a3794afef5 Merge branch 'develop' of https://github.com/rutgerhendriks/stlink into develop 2020-07-06 09:56:38 +02:00
Rutger Hendriks e273ec53e8 Revert changing all compiler warning preventions 2020-07-06 09:55:19 +02:00
rutgerhendriks 77652688f2
Delete ccpp.yml
Remove ccpp.yml from workflows
2020-07-06 09:37:32 +02:00
Rutger Hendriks bda20cf1c6 Merge branch 'develop' of https://github.com/stlink-org/stlink into develop 2020-07-06 09:19:39 +02:00