Wykres commitów

2002 Commity (2087711c23d38280ad5f69c39f23e06e19f8f214)

Autor SHA1 Wiadomość Data
2a17 7729fea5ed unused parameter removed, comment and return message updated 2021-03-12 12:22:58 +00:00
2a17 93c59cc5c2 spelling mistake 'feature request' changed to 'bug report' in bug report template 2021-03-11 23:49:51 +00:00
2a17 eff18d81d9 option byte support improved 2021-03-11 23:04:14 +00:00
Michael Nolan c0236dd12c Hopefully fix reading an invalid chip ID on STM32WB55 2021-03-11 13:24:15 -05:00
nightwalker-87 cc9bedd13f
Merge pull request #1099 from stlink-org/develop
Merge branch develop
2021-03-11 16:59:04 +01:00
nightwalker-87 86e6dd0029
Merge branch 'master' into develop 2021-03-11 16:34:50 +01:00
nightwalker-87 45e9b5ee6e General Project Update
- Updated CHANGELOG.md
- Updated list of contributors
- Fixed travis CI build settings
2021-03-11 14:15:37 +01:00
nightwalker-87 03793d42b6 [doc] Added note on gdb 'run' command
(Closes #267)
2021-03-11 00:52:03 +01:00
nightwalker-87 8f9c5430cb Updated changelog 2021-03-10 23:57:10 +01:00
nightwalker-87 dc6310b469 Updated travis CI build settings
- covered active Ubuntu LTS version trees
- gcc: 5 / 6 / 10
- clang: 8 / 10
2021-03-10 16:45:57 +01:00
nightwalker-87 8429ac078a Update and correction for compiling instructions 2021-03-10 16:09:10 +01:00
nightwalker-87 70f68e1c62 Updated travis CI build settings. 2021-03-10 16:06:51 +01:00
nightwalker-87 29be2cf26a General Project Update
- Updated CHANGELOG.md
- Minor formatting & spelling fix
- Minor corrections
2021-03-08 23:24:45 +01:00
nightwalker-87 d0416149e0 General Project Update
- Updated ISSUE_TEMPLATES
- Updated .gitignore
2021-03-06 17:36:26 +01:00
nightwalker-87 9923be66b7
Merge pull request #1085 from seeseemelk/develop
Flash_loader: increase wait rounds for slow boards
2021-03-06 16:07:26 +01:00
nightwalker-87 06fbed0c42
Merge pull request #1093 from slyshykO/check-fmt-str
check format string for log messages
2021-03-06 16:01:37 +01:00
Oleksiy Slyshyk 1b29c6529d check format string for log messages 2021-02-20 20:26:39 +02:00
Sebastiaan de Schaetzen 9fd7e63ec2 flash_loader: increase wait rounds for slow boards 2021-01-14 11:51:14 +01:00
nightwalker-87 4bfaab0ea9 Removed support for STLINK/v1 on macOS 10.13 2021-01-04 00:53:24 +01:00
nightwalker-87 ddac731929 Minor formatting fixes 2020-12-25 23:36:18 +01:00
nightwalker-87 104940eca7
Merge pull request #1081 from lvdlvd/develop
Correctly handle endianness without reference to host platform
2020-12-23 00:36:45 +01:00
Luuk van Dijk e8c1e8a120 correctly handle endianness without reference to host platform 2020-12-20 22:53:00 +01:00
nightwalker-87 491822308d
Merge pull request #1080 from slyshykO/fix-msvc-build
[feature] Included ITM functionality for building with MSVC
2020-12-20 13:34:32 +01:00
Oleksiy Slyshyk ffbecc4800 use memset for init struct 2020-12-19 15:33:03 +02:00
Oleksiy Slyshyk 0b7b1f3b03 fix msvc build 2020-12-19 14:41:26 +02:00
nightwalker-87 a66557a102 [doc] STM32F103 fake chips (Closes #1024) 2020-12-13 16:58:48 +01:00
nightwalker-87 95e9c36a85 General Project Update
- Mention support for VS Code (Closes #1057)
- Compilation with GCC 11 fails (Closes #1077)
- Updated list of contributors
- Updated CHANGELOG.md
2020-12-13 00:04:11 +01:00
nightwalker-87 adbc18c812
Merge pull request #1078 from simplerobot/st-trace
Bugfixes for compilation with clang
2020-12-12 11:34:19 +01:00
John Hall 4cf8b79099 Fixing build on clang. 2020-12-11 20:23:47 -08:00
nightwalker-87 6329dbfce4
Merge pull request #1076 from Ant-ON/try_h7_debug
Bugfixes for compilation with clang
2020-12-10 21:32:20 +01:00
Anton ddd82b502a
Merge pull request #2 from stlink-org/develop
Sync
2020-12-10 08:33:30 +05:00
nightwalker-87 b414ddc0a0
Merge pull request #1072 from simplerobot/st-trace
[feature] ITM functionality for ST-Link V2 and STM32Fxx chipsets
2020-12-09 19:52:52 +01:00
John Hall cbd2633e64 Fixing binary compatibility with the stlink structure. 2020-12-07 11:10:19 -08:00
John Hall d5c63c3b11 Moving has_dual_bank into the flags field. 2020-12-07 11:06:59 -08:00
John Hall 08a8474e3d Removing unused variable warning. 2020-12-07 10:52:23 -08:00
John Hall d1a9fd85e0 Moved register definitions to common reg.h file. 2020-12-07 10:12:23 -08:00
John Hall dc9726cd06 Set abort routine wrong in windows. Found in code review. 2020-12-07 09:02:00 -08:00
John Hall 7db0477d8f Adding windows signal handler type behavior. 2020-12-06 16:01:41 -08:00
John Hall 67bf3906ef Fixing funcation naming convention. 2020-12-06 15:56:40 -08:00
John Hall 3e9e2bb38a Adding back flag. 2020-12-06 11:01:02 -08:00
John Hall 0ab25c5ab7 Merge https://github.com/stlink-org/stlink into st-trace 2020-12-06 07:31:34 -08:00
Ant-ON 5d1f3198a4 Fix warning of narrowing issues 2020-12-06 14:09:59 +05:00
John Hall 373eee2cfe Adding back has_dual_bank.
Replacing flags field with has_swo_tracing.
2020-12-05 10:25:14 -08:00
nightwalker-87 2fb0756309
Merge pull request #1074 from slyshykO/fix_msvc_gettimeofday
Fixed gettimeofday for msvc
2020-12-05 17:45:53 +01:00
nightwalker-87 133b9aa069
Merge pull request #1073 from slyshykO/fix_printf_fmt
Fixed printf format string
2020-12-05 17:40:47 +01:00
nightwalker-87 fc9e7915fc General Project Update
- Corrected identation in reg.h
- Updated README.md
- Updated CHANGELOG.md
- Updated list of contributors
2020-12-05 13:35:23 +01:00
nightwalker-87 2b54a11265
Merge branch 'develop' into st-trace 2020-12-05 13:13:45 +01:00
Oleksiy Slyshyk 28c9445348 fix gettimeofday for msvc 2020-12-05 14:10:24 +02:00
Oleksiy Slyshyk d6c9f8bd11 fix printf format srting 2020-12-05 13:28:36 +02:00
nightwalker-87 b47f083736
Merge pull request #1071 from Ant-ON/try_h7_debug
[feature] Improved support for STM32H7
2020-12-05 11:48:44 +01:00