Commit Graph

  • 5dafc0828c SWD: Remove excessive line resets. Uwe Bonnes 2021-10-23 20:02:19 +0200
  • e7e1bfdb53 mpsse: Fix using 60 MHz clock on fast devices. Uwe Bonnes 2021-10-26 12:23:10 +0200
  • 99a5fdb6f8 bmp_remote: Better error propagation. Uwe Bonnes 2021-10-03 17:21:29 +0200
  • f4117aa1b4 cdcacm: Use the USB strings. Uwe Bonnes 2021-10-02 20:20:17 +0200
  • f28f05952f stlink: Add another STLINK-V3 ID. Uwe Bonnes 2021-09-28 22:20:06 +0200
  • 7307f086c6
    Support for STM32WB55 (#942) SG 2021-10-30 21:01:06 +1000
  • e1a928beb1 Fixes to compile with gcc11 #925 Uwe Bonnes 2021-09-07 22:58:21 +0200
  • 28623e6b27
    Merge pull request #939 from fabalthazar/hosted-return-val UweBonnes 2021-10-10 12:54:48 +0200
  • e2d3161442 Removed -S message as debugger selection option since it is used for reading bytes fabalthazar 2021-10-09 21:38:48 +0200
  • 59282b6f66 Fixed typography fabalthazar 2021-10-09 21:18:52 +0200
  • 7274f55ff4 Fixed return value of hosted blackmagic in erase mode fabalthazar 2021-10-09 21:17:58 +0200
  • 3f54fba986 HOSTED_BMP_ONLY=0 by default on Linux. The user is warned about missing dependencies. fabalthazar 2021-10-09 21:14:52 +0200
  • 7ccbdd98c0 hosted/dap: Copy command buffer in wait/retry loop. Vegard Storheil Eriksen 2021-10-05 22:02:24 +0200
  • f69f29a660 f4discovery/blackpill: fix usbusart Jeff Lutgen 2021-09-29 13:36:12 -0700
  • b076d5cea1 stm32f1: Check if unlock failed and propagate error. Uwe Bonnes 2021-09-22 20:11:14 +0200
  • 554e34517e Better reporting when monitor command fails. Uwe Bonnes 2021-09-22 19:59:51 +0200
  • 9e98cfa220 adiv5: Remove leftover debug output. Uwe Bonnes 2021-09-22 15:54:39 +0200
  • 64f756d627 Test voltage on VREF before enabling target power (mon tpwr), to avoid potential power conflict. Thiadmer Riemersma 2021-09-21 12:37:01 +0200
  • 356325f563 ftdi_bmp: Fix bit select. Uwe Bonnes 2021-09-10 18:01:42 +0200
  • 79066c950f bmp_libusb: Remove duplicated libusb_init. Uwe Bonnes 2021-09-17 12:02:04 +0200
  • 9ebc44bcea Make more functions static. Uwe Bonnes 2021-09-22 14:46:41 +0200
  • db1f13db25 remote: Packets may be larger than 256 bytes. Uwe Bonnes 2021-09-19 16:47:33 +0200
  • 88cce08ce4 hosted: Fix "monitor version" Uwe Bonnes 2021-09-19 13:21:55 +0200
  • da15cc3cb7 remote_jtagtap: Fix memory corruption in jtagtap_tdi_tdo_seq Uwe Bonnes 2021-09-18 22:14:16 +0200
  • a93e57e112 ftdi: Fixed wrong direction report in DEBUG. Uwe Bonnes 2021-09-15 18:48:30 +0200
  • 9de69bb3ab Adiv5/Initial halt: More fixes for dd28fa5743. #925 Uwe Bonnes 2021-09-22 11:45:09 +0200
  • a9854e9b37 adiv5: Fix the MINDP case introduced with dd28fa5743 #925 Uwe Bonnes 2021-09-15 18:29:12 +0200
  • 01583560cd hosted: Update Readme.md to use HOSTED_BMP_ONLY Andy Makovec 2021-09-15 23:38:10 -0400
  • f66caa0d29 add some more nxp s32k14x variants dpc 2021-09-13 08:21:23 -0700
  • 95288bcf75 fix a size format warning dpc 2021-09-13 08:19:51 -0700
  • e58b7d623b crc32: Abort generic_crc32 with error from target_mem_read Uwe Bonnes 2021-09-06 14:57:59 +0200
  • ff79108f66 cl_utils: Increase worksize for increased speed. Uwe Bonnes 2021-09-06 20:28:54 +0200
  • a76a559656 pc/platform_delay: Wait ms and not us! Uwe Bonnes 2021-09-06 15:12:44 +0200
  • dd28fa5743 adiv5: Tighten up loop to initial halt cortexm Uwe Bonnes 2021-08-23 20:31:16 +0200
  • a297c8c8ad hosted/Makefile.inc: Use gcc to build hosted, if not advised otherwise Uwe Bonnes 2021-08-22 19:20:26 +0200
  • 698cfeb1f4 bmp_serial: Nag MACOS programmer to implement find_debuggers! Uwe Bonnes 2021-08-21 16:03:52 +0200
  • 35687018eb Escape '*' in responses of the Remote Serial Protocol, to avoid that it is interpreted as the start of an RLE sequence Thiadmer Riemersma 2021-08-31 11:41:00 +0200
  • 863a41daac adiv5_swdp: Initialize initial_dp with the definition Uwe Bonnes 2021-08-15 15:45:53 +0200
  • 49122b50b6 hosted: Make HOSTED_BMP_ONLY the default. Uwe Bonnes 2021-08-15 15:22:57 +0200
  • 2fcd4a878a ftdi_bmp.h: Fix error when compiling with HOSTED_BMP_ONLY=1 Uwe Bonnes 2021-08-14 15:21:04 +0200
  • 6308506276 jtag: Make jtag_devs argument to jtag_handler. Uwe Bonnes 2021-07-17 22:24:41 +0200
  • 6dff2a9f31 target: target_error_check now defaults to not indicate error. Uwe Bonnes 2021-01-02 19:22:10 +0100
  • f7670fcd44 ftdi_bmp: Add verbosity for libftdi_jtagtap_tdi_tdo_seq() Uwe Bonnes 2021-07-15 18:58:58 +0200
  • 3df692ecb2 adiv5_swdp_scan: If SWD scan fails, try a JTAG scan. Uwe Bonnes 2021-07-15 18:35:18 +0200
  • 5c8e277663 hosted/dap: Fix tdi_tdo_seq. Uwe Bonnes 2021-01-01 14:10:25 +0100
  • 2d4a503135 jtag_scan: Rework chain detection Uwe Bonnes 2021-01-03 17:49:28 +0100
  • e1a1865de9 remote/jtagtap_tdi_tdo_seq: Split up large transactions. Uwe Bonnes 2021-07-17 20:59:48 +0200
  • 8084a75634 cl_utils: Allow Hardware reset from the command line Uwe Bonnes 2020-12-30 17:05:47 +0100
  • 36836d0746 ftdi_bmp: Fix setting bits and FTDIJTAG srst. Uwe Bonnes 2020-12-30 17:03:46 +0100
  • cfdf55855e ftdi_bmp: Export and use reset functions. Uwe Bonnes 2020-12-30 17:04:46 +0100
  • 1845d71f00 jtag_scan: Deliver full idcode to the handler. Uwe Bonnes 2020-12-28 14:31:49 +0100
  • 0d78331149 remote/jtag_tdi_tdo_seq: Fix wrong bitmask calculation. Uwe Bonnes 2021-08-13 19:45:41 +0200
  • c7bc4b6a5d Bug fix in Flash erase function for LPC MCUs. Thiadmer Riemersma 2021-08-11 15:07:14 +0200
  • 5eb43a1ddb platforms: stm32f4x1 blackpillv2 as variant of f4discovery aam335 2021-08-02 22:42:00 +0300
  • be534a9c5e Turn error LED off after successful attach to target (error LED blinks on 'target lost'). Thiadmer Riemersma 2021-08-06 22:28:15 +0200
  • 72bd825a60 Add support for NXP LPC11xx XL series, add 'readuid' command for some MCUs of the LPC11xx series where it was missing; add comments mapping Device IDs to part descriptions. Thiadmer Riemersma 2021-07-31 15:32:57 +0200
  • 6d6a67b44b timeout: Make sure we wait at least the period requested (#900, #902) Uwe Bonnes 2021-07-25 23:48:35 +0200
  • 0c63903071 adiv5: Recover from bad AP access. Uwe Bonnes 2021-07-10 22:42:48 +0200
  • b887a8d355 stm32: Portability changes Uwe Bonnes 2021-07-10 16:48:02 +0200
  • 41719c5559
    Merge pull request #897 from UweBonnes/fixes UweBonnes 2021-06-18 12:13:19 +0200
  • 3cfd8226ba bmp_libusb: Check only for cmsis_dap if no cable has been found yet. Uwe Bonnes 2021-06-17 18:07:00 +0200
  • a0dbb2a787
    Merge pull request #896 from RadinnAB/for-upstream UweBonnes 2021-06-07 17:43:56 +0200
  • ea4b232996 Fix de83dbb: duplicate BMP_MODE_FLASH_VERIFY -> BMP_MODE_FLASH_WRITE_VERIFY fabalthazar 2021-06-06 23:40:42 +0200
  • 5ea01030e2 Add nRF51 command for (only) erasing the UICR registers Björn Mellström 2021-06-03 12:58:05 +0200
  • d987a8dd8c Add define to allow platform override of debug printf function Björn Mellström 2021-06-03 13:56:11 +0200
  • 4b8c4990dc Fix warning about unused variable in adiv5.c Björn Mellström 2021-06-03 12:56:41 +0200
  • 711a87f7ba Fix some warnings when compiling with -Wshadow Björn Mellström 2021-06-03 12:55:28 +0200
  • 53f022d29b Require semicolon after debug log statements Björn Mellström 2021-06-03 12:52:07 +0200
  • 04eab8e1f8 Add guard around _GNU_SOURCE define Björn Mellström 2021-06-03 12:51:27 +0200
  • 2a0d608b07 hosted: Fix last commit Uwe Bonnes 2021-06-01 18:06:22 +0200
  • 1b49823f64 Fix hosted compile on MacOS. hidapi-libusb has a different name Uwe Bonnes 2021-06-01 16:54:39 +0200
  • de83dbb7e2 cl-utils: Fix bug introduced with 5288eef617 Uwe Bonnes 2021-06-01 14:05:36 +0200
  • c0437e7b25 bmp_serial: Autodetect more BMP string variants. Uwe Bonnes 2021-05-30 23:12:44 +0200
  • 891633322a lpc: Care for protected pages on LPC80x devices. Uwe Bonnes 2021-05-30 17:42:39 +0200
  • f7b4697280 lpc11xx/lpc8c04: Do not expose two top system flash sectors. Uwe Bonnes 2021-05-30 15:59:15 +0200
  • 42ebcac329 efm32_devices: Rearrange struct efm32_device_t to save flash space. Uwe Bonnes 2021-05-29 21:09:49 +0200
  • 21a702dc1e lpc: More verbosity and more definitions Uwe Bonnes 2021-05-20 12:32:59 +0200
  • 6454d0bc96 bmp_libusb: Invalidate manufacturer and product in case libusb_get_string_descriptor_ascii fails. Uwe Bonnes 2021-05-19 17:41:54 +0200
  • df575eb090 stm32_mem.py: Wait longer for device to appear. Uwe Bonnes 2021-05-05 12:50:45 +0200
  • 7f1a560288 stm32/usbuart: Clear USART_ICR if provided. Uwe Bonnes 2021-05-11 11:21:27 +0200
  • 90534b3cf6 stm32: portability enhancements Uwe Bonnes 2021-05-10 19:27:58 +0200
  • 87acd99fe4 cortexm: For Cortex-M0+ devices, probe also for lpc11 to detect LPC80 #884 Uwe Bonnes 2021-05-17 16:07:37 +0200
  • cb4cff2c71 hosted/ftdi: Compare only for length of the string given in the header Uwe Bonnes 2021-05-16 23:06:04 +0200
  • c3fd198f0d bmp_libusb: Reject non-BMP devices with VID 1d50. Uwe Bonnes 2021-05-16 22:58:37 +0200
  • 36ad6efc6f cmsis_dap.h: Fix wrong leftover argument. Uwe Bonnes 2021-05-16 16:47:34 +0200
  • f0dd8c9517 cl_utils: List -l option in the help. Uwe Bonnes 2021-04-26 19:12:00 +0200
  • 517d5b5b31 rp: Show spinner only when called from monitor command. Uwe Bonnes 2021-05-14 12:44:07 +0200
  • 0ab10fee0b rp: Increase timeout for flash_range_program James Turton 2021-05-14 18:12:36 +0200
  • ff30259354 rp: Add more debug logging during flash James Turton 2021-05-14 18:11:40 +0200
  • e453740aca rp: Increase spinner timeout to 500ms James Turton 2021-05-11 12:17:59 +0200
  • 67c9003522 rp: Flush cache after erase and write James Turton 2021-05-11 09:17:09 +0200
  • f880734050 Fix compiling for native probe James Turton 2021-05-11 09:12:15 +0200
  • e4421799ba More header cleanup Uwe Bonnes 2021-05-14 22:25:39 +0200
  • 8e438b9e5f Add missing headers and remove double typedef. Uwe Bonnes 2021-05-14 18:51:53 +0200
  • cfbe9f1c94 pc/gdb_if.c: More verbosity for Error messages #873 Uwe Bonnes 2021-05-08 12:00:35 +0200
  • 8089e05a00
    Merge pull request #871 from zyp/cmsis_dap UweBonnes 2021-04-30 13:06:49 +0200
  • f121350fc9 hosted/cmsis_dap: Verify that a v2 interface has endpoints. Vegard Storheil Eriksen 2021-04-27 11:39:43 +0200
  • 494524dd85 hosted/cmsis_dap: Add v2 support. Vegard Storheil Eriksen 2021-04-26 23:10:04 +0200
  • 4f52a7b235 hosted/cmsis_dap: Add discovery by interface string and prepare for v2 support. Vegard Storheil Eriksen 2021-04-26 21:55:30 +0200
  • c4874fdf44 hosted/dap: Add parentheses around bitwise operator. Vegard Storheil Eriksen 2021-04-26 21:54:38 +0200