Wykres commitów

1794 Commity (1e8333e8ac8b7767a83bde6e3e43cd90f3fe0faf)

Autor SHA1 Wiadomość Data
John Hall 4f762501c2 Using debug instead of write.
Fixing buffer semantics.
2020-12-01 12:08:29 -08:00
John Hall ce7f0a157c One last cleanup before I feel this code is ready to submit for CR. 2020-12-01 10:56:40 -08:00
John Hall 660dee303c Moved chip trace support into chipid where it belongs. 2020-12-01 10:41:40 -08:00
John Hall 793088f438 Updating to use chip flags instead of multiple boolean values. 2020-12-01 10:25:55 -08:00
John Hall c2356fabac Cleaning up code before code review. 2020-12-01 09:22:07 -08:00
John Hall b88b19287b Flushing stdout after every newline. This is needed for things to run correctly in some scripts. 2020-11-30 22:41:47 -08:00
John Hall 2e4c81e2a3 Was using continouous triggering wrong. 2020-11-30 22:30:54 -08:00
John Hall 7ceb09dc65 Avoiding reading register from check method as this seems to halt the process. 2020-11-30 21:44:26 -08:00
John Hall b8c459fd4b Avoiding duplicating logs for unknown sources. 2020-11-30 21:27:29 -08:00
John Hall f51f06535e Added a check that looks at connection results after 10 seconds and displays a diagnositic message if it looks like we are not configured correctly. 2020-11-30 21:00:29 -08:00
John Hall 074f061b66 Verified sleep timer is about right. 2020-11-30 19:43:36 -08:00
John Hall 3188fb48d1 Updating to use register names to make code more readable. 2020-11-30 19:39:43 -08:00
John Hall 722224e5f2 Adding a force flag to ignore errors. 2020-11-30 11:10:59 -08:00
John Hall acbb78d1f4 Checking that stlink supports tracing. 2020-11-30 10:51:28 -08:00
John Hall 0b3f39fb13 Checked that the trace port is configured. Added log messages to share the configuration and to tell the user what to do if it is not configured. 2020-11-30 10:21:19 -08:00
John Hall 3531e34636 Code cleanup. 2020-11-30 09:08:59 -08:00
John Hall 8793f3ceef Tabs to spaces 2020-11-29 00:25:00 -08:00
John Hall 9c86d53341 Added a state machine to parse trace output.
Improved comments.
2020-11-28 23:47:29 -08:00
John Hall 737894cbe0 Got basic trace data transfer working. Still needs to decode the data stream. 2020-11-28 20:58:54 -08:00
John Hall 2900571f95 In progress. 2020-11-28 17:02:49 +00:00
John Hall 568b0d130a Adding backend code to start/stop tracing and to read the incoming data. 2020-11-27 09:37:50 -08:00
John Hall 380444a6fd In progress. Added defines for trace debug commands. Added initial start trace method. 2020-11-27 16:16:16 +00:00
John Hall 2fd0ab8614 Library already supported specifying which stlink to use. 2020-11-26 16:28:43 +00:00
John Hall be8d86f633 Fixing to use built in logging. 2020-11-26 06:46:42 +00:00
John Hall f5cc12ce33 Cleaning up logging a bit. 2020-11-26 05:59:27 +00:00
John Hall 4aed3205a8 Fixed that serial numbers are stored as binary values. 2020-11-26 05:52:37 +00:00
John Hall 5ad3bb9846 Separating out method to check if stlink is usable.
Adding a log macro.
Adding logs with stlink list.
2020-11-25 16:15:51 -08:00
John Hall 0f411da1d7 Getting to build on raspberry pi.
Adding calls to identify st-links.
2020-11-25 23:49:42 +00:00
John Hall 27d3144fce Adding framework for st-trace. 2020-11-25 10:51:20 -08:00
nightwalker-87 8560f931d4
Merge pull request #1069 from slyshykO/fix-msvc-build
Link for WIN32 & APPLE with stlink-static
2020-11-12 23:21:05 +01:00
Oleksiy Slyshyk 79b225945b link for WIN32 & APPLE with stlink-static 2020-11-12 22:39:49 +02:00
nightwalker-87 1dff591518
Merge pull request #1062 from timothytylee/STM32F4-option_bytes
[feature] Support for STM32F4 option bytes
2020-11-11 23:05:22 +01:00
Ant-ON d902fba40a Fix printf format 2020-11-11 19:57:57 +05:00
Ant-ON 54000d67ac H7 add support dual bank, mass erase and new chips 2020-11-09 13:41:51 +05:00
Ant-ON 277eee7aec Move check of current instruction mode to stlink_run 2020-11-07 13:50:14 +05:00
nightwalker-87 835b496cc9
Merge pull request #1060 from cmdrf/stm32h7-memory-map
[feature] st-util: Add specialized memory map for STM32H7 devices
2020-11-07 00:03:07 +01: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
Fabian Herb 59f8b479f6 st-util: Add specialized memory map for STM32H7 devices 2020-10-28 20:17:58 +00:00