Commit Graph

  • 58281ec232 SWD Timing: Enhance SWD high time with low speed loss. Uwe Bonnes 2020-09-02 18:11:57 +0200
  • 2641291874 stm32_mem: Fix python3 crash due to mix of tabs and spaces Thomas Jarosch 2020-08-23 01:21:35 +0200
  • b51c9367fc Swolisten: Moving the library argument to the end of the command line #718 Remco Stoutjesdijk 2020-08-23 18:09:34 +0200
  • af3480e523 hosted: Update Readme.md Uwe Bonnes 2020-09-01 12:35:57 +0200
  • 6650831243 ftdi: Get turtelizer (JTAG only FT2232D dongle) going Uwe Bonnes 2020-08-04 19:08:35 +0200
  • 74b3baad1e ftdi_bmp : Another size fix and small rearrangement. Uwe Bonnes 2020-08-04 22:05:12 +0200
  • aeb97466b9 libftdi: Automatically switch to JTAG if SWD is not possible. Uwe Bonnes 2020-08-04 20:30:56 +0200
  • ae8cb8ab46 ftdi_bmp: Reject writes with no data. Uwe Bonnes 2020-08-04 17:24:06 +0200
  • c41ab1738e ftdi/swdptap: Use parity builtin. Fix array width. Uwe Bonnes 2020-08-04 15:00:20 +0200
  • 34d0f8a2a1 ftdi: Recognize bitbang SWDIO settings. Uwe Bonnes 2020-08-04 11:50:58 +0200
  • 6ac0a25123 ftdi: Add UM232H as probe. Uwe Bonnes 2020-08-04 11:47:45 +0200
  • d73a6a3d29 platform/ftdi: Do not double initialize. Uwe Bonnes 2020-08-03 18:58:27 +0200
  • f0b0639189 ftdi: Output wire debug. Uwe Bonnes 2020-08-03 17:34:19 +0200
  • e95e5e3fba ftdijtag: Really enable TMS/TCK/TDI driver. Uwe Bonnes 2020-07-29 13:25:45 +0200
  • f4eed249eb hosted/ftdi: Allow to list supported cables. Uwe Bonnes 2020-07-15 11:25:10 +0200
  • 8a2bce26f2 Hosted: Fix memory leak when platform_swdptap_init fails. Uwe Bonnes 2020-07-07 20:42:12 +0200
  • 7b497302c0 hosted/ftdi: Autodetect ftdi cables with distinguishing feature. Uwe Bonnes 2020-07-06 21:43:16 +0200
  • a83e76bef9 libftdi: Add USBMATE. Uwe Bonnes 2019-09-05 15:51:04 +0200
  • c78066255d libftdi: Infrastructure to test for target voltage present. Uwe Bonnes 2019-09-05 15:49:26 +0200
  • aff624b6e0 libftfdi: Allow to specify external resistor SWD connection. Uwe Bonnes 2019-09-05 15:47:22 +0200
  • eabf45357d libftdi: Reinitialize pins when switching JTAG/SWD. Uwe Bonnes 2019-09-05 15:46:04 +0200
  • 05534e9b49 libftdi/swdptap: Provide SWD using generic MPSSE if hardware allows. Uwe Bonnes 2018-06-01 13:53:27 +0200
  • 40ba261982 libftdi: Use asynchronous transfers if header indicate newer libftdi1. Uwe Bonnes 2018-05-31 13:10:47 +0200
  • 9b6e19785e Implement SRST for libftdi. Uwe Bonnes 2018-07-15 15:38:50 +0200
  • dea4be2539 Add ifdef to check for libftdi 1.5 to use ftdi_tcioflush instead of ftdi_usb_purge_buffers Matthew Skolaut 2020-08-21 05:01:47 -0500
  • 7e1b0321e2 Cleanup Makefiles for hosted bmp on darwin Matthew Skolaut 2020-08-20 22:59:34 -0500
  • 5908fc2da1 Add serial auto-connection to darwin target Matthew Skolaut 2020-08-20 22:58:59 -0500
  • e75eb19d78 cmsis_dap: Detect CMSIS-DAP before STLINK Uwe Bonnes 2020-08-16 13:02:25 +0200
  • 998a9747f8 cmsis_dap: Make some errors more prominent. Uwe Bonnes 2020-08-16 12:59:08 +0200
  • c97c4a0960 hosted: Better decoding for ap_decode_access(). Uwe Bonnes 2020-08-15 19:44:15 +0200
  • badff20099 cmsis_dap.c: Fix dap_dp_read_reg. Uwe Bonnes 2020-08-15 19:09:05 +0200
  • f65afb1588 Use correct IAP entry address for LPC84x David Lawrence 2020-08-14 12:59:18 -0400
  • dd74ec8e6f stlinkv2: Detect fail mem_read on jtag too. Uwe Bonnes 2020-08-05 15:43:25 +0200
  • 805cfbdcb5 Build hosted for widows with hidapi static linked. Uwe Bonnes 2020-07-28 16:45:56 +0200
  • fca8593d92 serial_win: Find BMP comport by serial number. Uwe Bonnes 2020-08-01 22:31:26 +0200
  • 3eb51ce94f serial_win.c: Copy the enough of the device name. Uwe Bonnes 2020-07-29 18:35:44 +0200
  • 11217f8a45 serial_win: GDB needs to handle DTR. Uwe Bonnes 2020-08-01 13:34:42 +0200
  • 71e9d78210 adiv5.c: Add another ARCH_ID found STM32F205. Uwe Bonnes 2020-07-18 18:05:08 +0200
  • 1b12e407fd adiv5: Add missing arch identifiers for Cortex-M7 ETM. Uwe Bonnes 2020-07-31 11:45:15 +0200
  • 71e5b4d3cb hosted/stlinkv2.c: Fix bug introduced with #703 Uwe Bonnes 2020-07-29 13:37:35 +0200
  • 72387164eb hosted/stlinkv2.c: Handle AP_WAIT error when switching to SWD Uwe Bonnes 2020-07-24 15:16:48 +0200
  • a392480631 hosted/stlinkv2.c: Use V2 API to read coreid. Uwe Bonnes 2020-07-24 15:14:13 +0200
  • 696daa8352 adiv5: fix debug print of dev_type Francesco Valla 2020-07-19 23:30:17 +0200
  • 64cf30e4cd Rework/update/add Readme.md in the platforms directories. Uwe Bonnes 2020-07-16 19:19:05 +0200
  • 726d4b4496 adiv5.c: Add missing DEVTYPE and ARCHID to some existing PIDRs(#698,#699) Uwe Bonnes 2020-07-13 17:12:48 +0200
  • 52bfe538e3 cdcacm.c: Set bMaxPacketSize0 to 32 (#693, #697) Uwe Bonnes 2020-07-14 11:38:29 +0200
  • 09ceaea70f adiv5_swdp: Fix another memory leak. Uwe Bonnes 2020-07-13 17:42:42 +0200
  • 2ae62433d2
    Merge pull request #690 from themadinventor/arm_v8m UweBonnes 2020-07-13 10:56:03 +0200
  • a673efc26b Remove extra definitions of jtag structures in the STLink hosted setup to support "gcc (GCC) 10.1.0" on Archlinux Aled Cuda 2020-07-12 13:40:50 -0700
  • 7ebb94d134 cortexm: Add comment on CPUID register Fredrik Ahlberg 2020-07-12 22:54:39 +0200
  • 4391851f4d adiv5: Change component descriptions from MTB to Micro Trace Buffer for consistency Fredrik Ahlberg 2020-07-12 22:29:04 +0200
  • 0aadd0abce Adiv6: Add comment on DEVTYPE and ARCHID fields with references Fredrik Ahlberg 2020-07-12 22:27:46 +0200
  • fcd945a529 cortexm: Read CPUID to identify core version Fredrik Ahlberg 2020-07-12 12:08:22 +0200
  • 39a20d78ff v8m: only check relevant bits in DHCSR when polling in cortexm_forced_halt Fredrik Ahlberg 2020-07-12 12:07:12 +0200
  • a35e9c8e5c Adiv6: Read DEVTYPE and ARCHID to identify Cortex-M23 and Cortex-M33 debug components Fredrik Ahlberg 2020-07-12 12:00:31 +0200
  • 661f78033a stm32f1: Add F1 XL with dual bank handling, Uwe Bonnes 2020-06-25 13:44:23 +0200
  • fc6ca5bc06 Remote: Add procedure to test if high-level remote functions are available Uwe Bonnes 2020-07-07 21:12:41 +0200
  • bfda64c656 stlink: Remove unused double defined variable "running_status"(#683) Uwe Bonnes 2020-07-01 19:33:37 +0200
  • 85d35b75ce libftdi/jtagtap_tdi_tdo_seq: Remove dubious Null termination. Uwe Bonnes 2020-06-18 21:13:58 +0200
  • be6991344f README.md: Add sample session (#570) Uwe Bonnes 2020-06-09 11:28:32 +0200
  • a4cdd6b310 hosted: Report missing USB access rights only if no debugger found. Uwe Bonnes 2020-06-07 16:18:28 +0200
  • eabd69dcdb Adiv5: Protect DBG/SYSTEM Power-Up request with timeout too. Uwe Bonnes 2020-06-06 18:11:17 +0200
  • e35025d214 CMSIS_DAP: Warn when hidapi-libusb is not found. Uwe Bonnes 2020-06-06 15:09:17 +0200
  • 5097a23196 jlink: Fix wrong sized array. Uwe Bonnes 2020-06-06 14:56:42 +0200
  • dec431f869
    Merge pull request #675 from UweBonnes/hydrabus UweBonnes 2020-06-05 17:04:09 +0200
  • 4ede113ca7 hydrabus: Disable DFU file generation untit somebody fixes dfu-convert.py Uwe Bonnes 2020-06-05 16:18:15 +0200
  • f5e305e237
    Merge pull request #669 from blacksphere/v1.6.2-rc0 UweBonnes 2020-06-05 15:57:25 +0200
  • aabd07738e cl_utils: Use start of flash in memory map as default flash start. Uwe Bonnes 2020-05-26 12:24:53 +0200
  • 425002a38f hosted: Add -l argument to list only available debuggers and exit. Uwe Bonnes 2020-05-12 18:40:09 +0200
  • dc3fd2eb06 Classify debug messages Uwe Bonnes 2020-05-17 11:39:31 +0200
  • c5c21bb958 README.md: Mention the PC-Hosted GDB server. Uwe Bonnes 2020-05-09 18:14:18 +0200
  • 9ade8b24f7 hosted: Add Readme.md Uwe Bonnes 2020-05-05 18:44:38 +0200
  • 4698a26bab common/swdptap: Slight speed increase and better setup time for write. Uwe Bonnes 2020-05-03 19:17:03 +0200
  • 64f3dff8a8 PC-Hosted: Better debug output. Uwe Bonnes 2020-05-03 12:07:47 +0200
  • b06c0ba8d5 bmp_remote: Use high level functions. Valmantas Paliksa 2019-12-17 15:09:49 +0200
  • 921c23eb74 serial_unix: Return instead of exit in case of error. Uwe Bonnes 2020-05-02 16:35:25 +0200
  • ef558eebb8 CMSIS-DAP support. Uwe Bonnes 2020-04-25 14:55:48 +0200
  • 4ba6afed28 Add jlink pc-hosted platform. Uwe Bonnes 2020-04-25 14:51:55 +0200
  • efce2ae892 Do not compile jtagtap and swdptap when not needed. Uwe Bonnes 2020-04-19 17:36:44 +0200
  • da45281696 GetTargetVoltage: Print info about voltage only when info is relevant. Uwe Bonnes 2020-04-20 18:00:31 +0200
  • ef816e3183 hosted: add libftdi implementation, remove old implementation. Uwe Bonnes 2020-04-28 16:54:56 +0200
  • ab7991c3a6 hosted: Add bmp_remote, remove old pc-hosted platform. Uwe Bonnes 2020-04-19 18:22:06 +0200
  • 13c3c934d2 Hosted: Add Stlink, remove old pc-stlinkv2 platform Uwe Bonnes 2020-04-19 15:50:50 +0200
  • 09602a9e74 serial_unix: Simplify timeout setting. Uwe Bonnes 2020-05-03 17:12:01 +0200
  • 8fea3f6baa pc/serial_xx: Change arguments for the open call. Uwe Bonnes 2020-04-19 16:10:02 +0200
  • a09104c281 Build firmware executables as *.elf file Uwe Bonnes 2020-04-20 17:36:21 +0200
  • dd022fcb44 platforms/pc: Add common usb utilities. Uwe Bonnes 2020-04-25 14:39:53 +0200
  • 52739def01 Copy relevant stlink files. Uwe Bonnes 2020-04-19 11:55:56 +0200
  • 386a4bfce7 hosted: Device detection and selection. Uwe Bonnes 2020-04-18 17:54:00 +0200
  • 3290def5f8 Add empty compilable project. Uwe Bonnes 2020-04-18 16:50:23 +0200
  • c3d509e6c0 Clean up PLATFORM_HAS_DEBUG Uwe Bonnes 2020-04-18 17:38:17 +0200
  • 9a46c6fd25 Allow BOARD_IDENT as function Uwe Bonnes 2020-04-18 14:17:03 +0200
  • 563df2d354 Detour ADIv5 high-level functions. Uwe Bonnes 2020-04-18 12:24:40 +0200
  • 9969c984f3 detour jtag primitives. Uwe Bonnes 2020-04-16 19:38:32 +0200
  • e34a27f72c Detour swd primitives. Uwe Bonnes 2020-04-16 17:27:26 +0200
  • 1e10b96b03 Allow multiple scan routines. Uwe Bonnes 2020-04-15 18:59:13 +0200
  • b0cf7d24bd adiv5.c: Fix another leak. Uwe Bonnes 2020-04-25 14:36:06 +0200
  • 783ec377d9 adiv5: Export extract. Uwe Bonnes 2020-04-24 15:26:48 +0200
  • eee16cf08a platforms/tm4c/jtagtap.c: Remove unreferenced and incomplete file. Uwe Bonnes 2020-04-17 17:11:01 +0200
  • f3790b90e5 command.c: Simplify usage of serial_no serial number string. Uwe Bonnes 2020-04-17 17:43:09 +0200