Commit Graph

  • 81890b1fe9 target/adi: clarify TARGETSEL mask and offset Rafael Silva 2022-08-05 21:27:52 +0100
  • 20d4109c56 target/stm32h7: fix ids Rafael Silva 2022-08-06 02:47:12 +0100
  • 87cabb78e5 target/cortexm: print t->part_id not ap->partno in unknown device warning Rafael Silva 2022-08-05 12:01:21 +0100
  • 180ceabae3 fix: Correct grammatical error gatin00b 2022-08-02 13:52:22 -0400
  • ae23cb879e hosted/jlink: add warning when ignoring unkown pids Rafael Silva 2022-08-01 22:50:46 +0100
  • eb8b930841 hosted/jlink: add pid 0x1015 as a valid J-Link debugger Rafael Silva 2022-08-01 22:42:51 +0100
  • 46fd32da5c hosted/jlink: fix vid-pid transposition error Rafael Silva 2022-08-01 22:42:06 +0100
  • 0077d31be3 rp: Make the function naming scheme uniform dragonmux 2022-07-31 16:44:33 +0100
  • 6288d5884d rp: Fixed another clang-tidy warning dragonmux 2022-07-31 16:44:03 +0100
  • 7266e3cf54 rp: More code re-ordering to make the order of definitions make more sense dragonmux 2022-07-31 16:42:07 +0100
  • 982d1ac847 rp: atoi() -> strtoul() to fix the clang-tidy warning and improve robustness and correctness dragonmux 2022-07-31 16:38:13 +0100
  • efb2e99408 rp: re-grouped the target-specific commands to the bottom of the implementation dragonmux 2022-07-31 16:37:22 +0100
  • ae982cae6b rp: Begun re-ordering the code to make it more like other targets dragonmux 2022-07-31 16:35:56 +0100
  • 9015013195 rp: static correctness for several of the RP2040 routines dragonmux 2022-07-28 18:28:52 +0100
  • f429898adb rp: Removed rp_detach as the function serves no purpose dragonmux 2022-07-28 18:28:25 +0100
  • df513ebda8 Added support for AT32F403A/407/415. grumat 2022-07-30 18:10:48 +0200
  • f435bd2136 target/adi: rework handling of TARGETID Rafael Silva 2022-07-29 19:44:10 +0100
  • ad65f4a7c7 target/adi: remove superfluous ap_ prefix from ap variable Rafael Silva 2022-07-31 10:50:32 +0100
  • 8238d3c020 target: rename target idcode Rafael Silva 2022-07-28 17:35:35 +0100
  • 8e06539eb5 target/lp17xx: remove unnecessary check Rafael Silva 2022-07-28 17:35:35 +0100
  • 07b8d9c285 target/efm32: remove unnecessary check Rafael Silva 2022-07-28 17:30:19 +0100
  • 1286faff64 target/adi: correct raspberry jep code, cleanup dpidr/targetid code handling Rafael Silva 2022-07-28 17:07:20 +0100
  • 58025feec2 target/adi: rename missleading idcode variable Rafael Silva 2022-07-29 15:57:47 +0100
  • a9229a869b target/semihosting: move semihosting defines to its own header Rafael Silva 2022-07-29 15:44:24 +0100
  • 73f3910f62 misc: code format & cleanup Rafael Silva 2022-07-29 15:48:02 +0100
  • 460bd1e477 stm32/gdb_if: Use _WFI when nothing to do. Uwe Bonnes 2021-10-05 15:32:46 +0200
  • 02261b900e Do not reply OK forever if USB port closed fabalthazar 2021-12-02 21:36:31 +0100
  • 74b4b863c1 Do not turn IDLE LED off when port closed and target already detached fabalthazar 2021-12-02 21:33:46 +0100
  • e6075d4bd3 ch32f1: Static correctness for for ch32f1_buffer_clear dragonmux 2022-07-30 10:03:42 +0100
  • 7e7bc3789c ch32f1: Fixed the return type for ch32f1_flash_lock dragonmux 2022-07-30 10:02:41 +0100
  • f548473f28 ch32f1: Fixed the return type for ch32f1_flash_unlock dragonmux 2022-07-30 10:00:48 +0100
  • 9d43ade05c cortexm: Fixed the probing for LMI devices (both Cortex-M3 and Cortex-M4) dragonmux 2022-07-27 21:29:28 +0100
  • a561e71fc3 lmi: Refactored out the device IDs as defines dragonmux 2022-07-27 21:28:11 +0100
  • c6b833665b lmi: Cleaned up in lm3s_probe() dragonmux 2022-07-27 21:24:41 +0100
  • 289aad6792 lmi: Added support for the LM3S8962 dragonmux 2022-07-27 21:24:31 +0100
  • f3f7253f00 lmi Added support for LM3S5732 dragonmux 2022-07-27 21:21:44 +0100
  • 20b973daa0 lmi: Corrected the LM3S3748 RAM and Flash regions as they were mis-sized dragonmux 2022-07-27 21:21:28 +0100
  • 738b6c650f lmi: Refactored the probe code as it handles multiple device families and the structure should reflect that dragonmux 2022-07-27 21:11:00 +0100
  • 75773631cb cortexm: Fixed a clang-tidy warning in the PROBE macro dragonmux 2022-07-27 20:39:05 +0100
  • 08207b9af9 lmi: Added some more robustness to the probe routine dragonmux 2022-07-27 20:29:20 +0100
  • d3c80f8b32 jtag_scan: Reordered jtag_dev_t to fix a clang-tidy warning about excessive padding dragonmux 2022-07-27 11:42:36 +0100
  • a4ee80edfe jtag_scan: Cleaned up and reworked jtag_dev_shift_dr() dragonmux 2022-07-27 11:39:22 +0100
  • 2eb19d4eb7 jtag_scan: Cleaned up and reworked jtag_dev_write_ir() dragonmux 2022-07-27 11:35:13 +0100
  • 14dafdbf92 jtag_scan: Finished cleaning up in jtag_scan() dragonmux 2022-07-27 11:31:48 +0100
  • 181e84cb0c jtag_scan: Adjusted the parameter and result types for jtag_scan(), jtag_add_device(), and related functions dragonmux 2022-07-27 11:29:50 +0100
  • 36db97a57c jtag_scan: Cleaned up and reworked the BMDA integration and scan debugging information dragonmux 2022-07-27 11:13:04 +0100
  • 8bf601a368 jtag_scan: Continued reworking jtag_scan() and switched jtag_dev_count to a uint32_t as it can't be negative dragonmux 2022-07-27 10:59:14 +0100
  • 190c45b450 jtag_scan: Reworked IR length and device count scanning when irlens is not given dragonmux 2022-07-27 10:44:57 +0100
  • 9f35763199 jtag_scan: Reworked and cleaned up how scan works when irlens is specified dragonmux 2022-07-27 10:27:04 +0100
  • b258730499 jtag_scan: Turned the JTAG conformance hard errors into warnings dragonmux 2022-07-27 10:14:40 +0100
  • c488a15982 command: Improved the messages emitted out of the Trace/SWO command dragonmux 2022-07-26 17:19:42 +0100
  • fb579e5929 command: Added some output for cmd_morse when there is no message set dragonmux 2022-07-26 16:57:22 +0100
  • e013b48139 command: Cleaned up cmd_debug_bmp dragonmux 2022-07-26 16:41:31 +0100
  • a467568325 command: Cleaned up in cmd_traceswo dragonmux 2022-07-26 16:37:18 +0100
  • 65c58998b4 command: Cleaned up and refactored cmd_rtt dragonmux 2022-07-26 12:44:42 +0100
  • 39611b8b4f command: Cleaned up in cmd_target_power dragonmux 2022-07-26 12:34:45 +0100
  • e8610d9ca2 command: Fixed a clang-tidy warning in cmd_halt_timeout dragonmux 2022-07-26 12:32:19 +0100
  • bffd3d3d14 command: Cleaned up cmd_connect_reset dragonmux 2022-07-26 12:31:49 +0100
  • 567fc631f0 command: Refactored display_target() dragonmux 2022-07-26 12:29:47 +0100
  • 50457bac13 command: Cleaned up in cmd_frequency and added some robustness dragonmux 2022-07-26 12:25:59 +0100
  • 35f071c22e command: Cleaned up in cmd_jtag_scan dragonmux 2022-07-26 12:22:20 +0100
  • 5d0e36e668 command: Cleaned up and refactored cmd_help dragonmux 2022-07-26 12:19:43 +0100
  • f33744aa6a command: Fixed a pile of type confusion in the command function arguments dragonmux 2022-07-26 12:17:08 +0100
  • 823634e609 command: Refactored and cleaned up command_process dragonmux 2022-07-26 12:15:30 +0100
  • 68a6a7b85e command: Run clang-format across the code dragonmux 2022-07-26 12:11:20 +0100
  • f85265438c command: Cleaned up parse_enable_or_disable dragonmux 2022-07-26 12:06:50 +0100
  • c2ce4430c8 command: Implemented a new command for performing intentional TDI-low resets dragonmux 2022-07-26 12:01:08 +0100
  • 84c004281d lpc11xx: Further cleanup in lpc11xx_add_flash dragonmux 2022-07-26 11:51:52 +0100
  • af86d50bc2 lpc11xx: Moved the readuid command to where it makes more sense dragonmux 2022-07-26 11:23:00 +0100
  • 3d1933a5a0 lpc11xx: Run clang-format across the code dragonmux 2022-07-26 11:25:14 +0100
  • a9fff1e8a6 adiv5: Tidied up in adiv5_component_probe() dragonmux 2022-07-26 05:28:47 +0100
  • ce37d4e833 adiv5: Fix some nomenclature in adiv5_dp_init() dragonmux 2022-07-26 05:27:54 +0100
  • 733d8ddc19 adiv5: Fix the invalid AP handling loop so that we don't stop early and bail out before time. dragonmux 2022-07-26 05:26:31 +0100
  • 1ea9641ada hosted/remote_jtagtap: Refactored remote_jtagtap_init and cleaned up dragonmux 2022-07-25 16:03:13 +0100
  • 02b979d382 jtagtap: Added support for configurable TAP idle cycles ready for RISC-V support dragonmux 2022-07-25 11:03:36 +0100
  • 0f0435a7c1 hosted/remote_jtagtap: Fixed the debug error string in jtagtap_tdi_tdo_seq dragonmux 2022-07-22 14:46:19 +0100
  • d0faab957a hosted/remote_jtagtap: Refactored jtagtap_reset and cleaned up dragonmux 2022-07-22 14:40:49 +0100
  • 5876c7674b hosted/remote_jtagtap: Refactored jtagtap_tms_seq and cleaned up dragonmux 2022-07-22 14:33:34 +0100
  • 267dabacb1 hosted/remote_jtagtap: Refactored jtagtap_tdi_tdo_seq and cleaned up dragonmux 2022-07-22 14:29:08 +0100
  • 8177e3c723 hosted/remote_jtagtap: Refactored jtagtap_cycle and cleaned up dragonmux 2022-07-18 03:45:13 +0100
  • 088eb6f01b hosted/remote_jtagtap: Refactored jtagtap_next and cleaned up dragonmux 2022-07-18 03:43:35 +0100
  • 7b5121c970 hosted/remote_jtagtap: reformatted with clang-format dragonmux 2022-07-18 03:38:00 +0100
  • f02304dfdb hosted/remote_jtagtap: Implemented support for jtagtap_cycle dragonmux 2022-07-18 03:36:50 +0100
  • 2bfd84d1b2 remote: Implemented support for using the new jtagtap_cycle call dragonmux 2022-07-18 01:25:10 +0100
  • 1b39173780 remote: Fixed several clang-tidy warnings caused by bad (reserved) function naming dragonmux 2022-07-18 00:00:50 +0100
  • deadf9a78d jtagtap: Implemented jtagtap_cycle for running extra clock cycles on the bus when needed dragonmux 2022-07-17 23:54:03 +0100
  • 5e9a974c42 Fixed compatibility issues with CH32F1 target driver and other STM32F103 clones. grumat 2022-07-30 10:11:00 +0200
  • 84ffdd3b21 fix: Add nop instruction for timing purpose ylm 2022-07-29 21:30:57 -0400
  • 4d64edad7a fix: Use standard macros for debug message formating ylm 2022-07-28 21:45:57 -0400
  • 57fec4d0b6 adiv5: Cleaned up a couple of the debug prints dragonmux 2022-07-27 20:32:16 +0100
  • 7c14b62419 target: fix probing for lpc1343 Rafael Silva 2022-07-26 00:39:54 +0100
  • bf30580330 target/adiv5: add missing include in hosted build Rafael Silva 2022-07-25 22:35:37 +0100
  • 8b5206fb8d target: add weak aliasing to allow disabling targets Rafael Silva 2022-06-08 16:58:20 +0100
  • 6f81cb6a68 adiv5: Removed an extraneous pair of perens as they suppress desirable warnings dragonmux 2022-07-25 17:08:25 +0100
  • 3592658a26 adiv5: Cleaned up the loop in adiv5_ap_read_id dragonmux 2022-07-25 16:14:02 +0100
  • bb3e74062e adiv5: Fixed the naming of a timeout in cortexm_prepare dragonmux 2022-07-25 16:12:28 +0100
  • 013b2dee60 target/adiv5: further cleanup Rafael Silva 2022-07-22 16:50:33 +0100
  • 0942d7047a target/adiv5: saner designer code handling and cleanup Rafael Silva 2022-07-22 18:08:44 +0100
  • ce3d80528e command: clarify hex format Rafael Silva 2022-07-19 18:32:11 +0100
  • d1fa50336e target/adiv5: clang format/tidy Rafael Silva 2022-07-19 15:08:35 +0100