Commit Graph

  • d4d24c256c
    Merge pull request #362 from UweBonnes/fix_ftdi Gareth McMullin 2018-06-26 10:36:06 -0700
  • 633af5bb85 libftdi/jtagtap.c: Fix error introduced with commit de33473 Uwe Bonnes 2018-06-26 17:36:29 +0200
  • b2defad844
    Merge pull request #356 from UweBonnes/probe_halted Gareth McMullin 2018-06-21 10:06:56 -0700
  • 1799ea3b71
    Merge pull request #357 from UweBonnes/write_access_size1 Gareth McMullin 2018-06-21 10:05:45 -0700
  • b59bbac0b2 stm32l4: Use buffered direct write to flash. Uwe Bonnes 2018-03-15 21:04:47 +0100
  • 891d6de8eb stm32f1.c: Use buffered direct write to flash with half word access. Uwe Bonnes 2018-03-15 18:27:02 +0100
  • f1752c7a1a stm32f4: Allow DWORD parallelism. Uwe Bonnes 2018-03-15 22:26:59 +0100
  • 15312eb86c stm32f4: Honor parallelism also for erase. Uwe Bonnes 2018-03-15 22:21:55 +0100
  • bfeb6f0db9 stm32f4: Use buffered direct flash write with choosen size. Uwe Bonnes 2018-03-15 18:23:53 +0100
  • 54f73858f9 Provide a target function to write with given size. Uwe Bonnes 2018-05-31 21:39:19 +0200
  • 17b817f37b cortexm: Allow to set timeout to wait for halt. Uwe Bonnes 2018-06-13 12:50:04 +0200
  • 9e365a58f7 Cortex-M: Try harder to halt devices in WFI. Uwe Bonnes 2018-06-13 12:17:00 +0200
  • 44fc24e0e7 Allow to specificy if SRST is asserted and when it is released. Uwe Bonnes 2018-06-13 12:13:16 +0200
  • 66e357d517 Cortex-M: Probe Cortex-M even if ROM table read fails. Uwe Bonnes 2018-06-13 12:10:14 +0200
  • ae6f0eadc9 Support for MSP432 TI MCUs (#353) newbrain 2018-06-06 22:34:21 +0200
  • b7a59afc59
    Merge pull request #349 from esden/stm32f247-strings Gareth McMullin 2018-06-05 10:37:25 +1200
  • 077e455a94 Setting the driver string on scan. Piotr Esden-Tempski 2018-05-20 15:15:10 -0700
  • 80f003ff4b
    Merge pull request #347 from UweBonnes/ftdi Gareth McMullin 2018-05-31 10:16:34 +1200
  • 2657aa6fbb libftdi: Allow more flexible Swd Read/Write Switching. Uwe Bonnes 2018-05-30 18:55:50 +0200
  • df05d7ce7b libftdi: Allow device specific port/pin to read SWD bitbanged. Uwe Bonnes 2018-05-30 16:55:41 +0200
  • fce25b9fd5 libftdi/swdptap.c: Substantial speed increase for bitbanging SWD. Uwe Bonnes 2018-05-29 20:55:30 +0200
  • 992ccf91a9 libftdi/swdptap.c: Use MPSSE Mode for bitbanging SWD. Uwe Bonnes 2018-05-29 19:33:43 +0200
  • f3cacba219 libftdi: Flush buffer with detach. Uwe Bonnes 2018-05-08 19:34:29 +0200
  • 2ec078cfcf libftdi/jtagtap.c: Allow NULL as one DI/DO argument jtagtap_tdi_tdo_seq. Uwe Bonnes 2018-04-29 13:50:29 +0200
  • de33473535 libftdi/jtagtap: Copy DI direct into the write buffer. Uwe Bonnes 2018-04-29 13:29:45 +0200
  • aa938c6dae libftdi/jtagtap: Try harder to initialize Ftdi MPSSE jtag mode. Uwe Bonnes 2018-05-07 17:56:51 +0200
  • c548e307fe libftdi/jtagtap: Clean up code. Uwe Bonnes 2018-04-28 14:11:50 +0200
  • 7d45bd4869 ibftdi/jtagtap: Remove magic numbers. Uwe Bonnes 2018-04-28 14:07:10 +0200
  • 6f0a46d9c1 libftdi: Export active cable description. Uwe Bonnes 2018-04-27 22:46:28 +0200
  • 68c7180376 libftdi: Add ftdiswd variant. Uwe Bonnes 2018-04-27 17:02:30 +0200
  • f4bc6f9ddd libftdi/platform.c: Issue SEND_IMMEDIATE before reading. Uwe Bonnes 2018-03-06 14:15:13 +0100
  • 744deb678d libftdi/platform.c: Only set bit direction with MPSSE SET_BIT_XXXX. Uwe Bonnes 2018-03-06 15:05:14 +0100
  • 48d232807e
    Merge pull request #337 from adamgreig/stm32f4-ram-size Gareth McMullin 2018-04-26 13:38:11 +1200
  • 0f2f1d74a2
    Merge pull request #334 from gsmcmullin/split_probe_attach Gareth McMullin 2018-04-26 13:28:08 +1200
  • e1cefb2031 Update maximum RAM sizes for F4 and F7 devices Adam Greig 2018-04-24 11:06:07 +0100
  • 93f3b14b68 stm32f1(f0): Do not read normal device registers during probe. Uwe Bonnes 2018-04-15 20:08:26 +0200
  • a0596a0dcc stm32l4: Build Memory Map during attach. Uwe Bonnes 2018-04-15 17:39:30 +0200
  • 5f404cdbc0 Construct memory map on the stack Uwe Bonnes 2018-04-15 18:03:26 +0200
  • 6127a6431e stlink: Check nRST line level when setting SRST. Uwe Bonnes 2018-03-27 12:48:32 +0200
  • 63967346cd stm32f4: Don't duplicate resources on reattach. Gareth McMullin 2018-04-10 10:43:05 +1200
  • 00decb3718 target: Separate function to free memory map. Gareth McMullin 2018-04-10 10:41:53 +1200
  • 1fd2a24c2d stm32f4: Only construct memory map at attach. Gareth McMullin 2018-04-10 09:20:28 +1200
  • 72c1498ae1 stlink: Make SWO Trace Buffer smaller. Uwe Bonnes 2018-04-15 17:12:49 +0200
  • 455e0a74d2
    Merge pull request #302 from gsmcmullin/always_buffer_flash Gareth McMullin 2018-04-23 10:45:25 +1200
  • 9d7925792f Merge branch 'master' into always_buffer_flash Gareth McMullin 2018-04-23 10:39:19 +1200
  • 28bd4fc0ce
    Merge pull request #305 from UweBonnes/swo_async Gareth McMullin 2018-04-09 08:27:49 +1200
  • fa62403ee3 nrf51: Add nRF51802 device id. (#331) Mike Walters 2018-04-02 23:45:56 +0100
  • 29cdba0d70 SWO: Some explanations and a test program. Uwe Bonnes 2017-10-27 16:15:46 +0200
  • fc25a3339a traceswoasync: Implement async swo for stm32. Uwe Bonnes 2017-10-26 15:13:03 +0200
  • 93bc3a155a traceswo: Provide command option for async swo. Uwe Bonnes 2017-10-26 15:11:55 +0200
  • 3e3e450408 cdcacm.c: Use less buffer for the usb_uart buffers and reallocate. Uwe Bonnes 2017-10-26 19:05:18 +0200
  • cfaa5ea963 Merge branch 'korken89-master' Gareth McMullin 2018-03-27 13:01:06 +1300
  • 76bfb4929d Use lowercase register names. Gareth McMullin 2018-03-27 12:57:42 +1300
  • 90f7bdcd09 Merge branch 'konsgn-master' Gareth McMullin 2018-03-27 08:08:02 +1300
  • a3f855ce5c Merge branch 'master' of https://github.com/konsgn/blackmagic into konsgn-master Gareth McMullin 2018-03-27 08:03:03 +1300
  • 31965a5bbc Added support for k64 (#301) Christopher Woodall 2018-03-25 17:43:33 -0400
  • 471ce2547c Added LPC17xx support (#317) Akila Ravihansa Perera 2018-03-26 01:23:30 +0530
  • a41d8cb97a Another nRF52 device id. (#315) Mark Rages 2018-03-25 13:37:51 -0600
  • 0c659f49cd
    Merge pull request #322 from jrwhite/master Gareth McMullin 2018-03-25 12:35:52 -0700
  • 1ee6d4503e Update to split 'special' into its sane parts (update from @mubes) Emil Fresk 2018-03-24 16:44:59 +0100
  • 0ddd8b55d7 divide-by-zero fix jrwhite 2018-03-11 14:35:38 -0500
  • 04fbabb299 mkl27 support Konsgn 2018-01-21 23:43:01 -0500
  • 1fe870b8df added MKL27<128kB support konsgn 2018-01-16 13:23:36 -0500
  • a9219c3616
    Merge pull request #314 from adamheinrich/usbuart-ignore-noise Gareth McMullin 2018-01-15 08:29:18 +1300
  • f5cac4c78d platforms/stm32: Ignore noise errors on USBUART Adam Heinrich 2018-01-13 21:11:17 +0100
  • dd055b675e
    Merge pull request #313 from UweBonnes/stm32f3_ccm Gareth McMullin 2017-12-18 10:33:08 -0800
  • 922f857de7 stm32f1.c: Add missing fall through statement needed by GCC7. Uwe Bonnes 2017-12-18 13:55:55 +0100
  • a3484e3d3b
    Merge pull request #311 from UweBonnes/f3_ccm Gareth McMullin 2017-12-12 14:49:21 -0800
  • 1f3c235205 src/target/stm32f1.c: Add CCM Ram of STM32F303 devices. Uwe Bonnes 2017-12-08 13:39:24 +0100
  • 568655063f
    Merge pull request #300 from gsmcmullin/m7-cache Gareth McMullin 2017-11-07 08:44:56 +1300
  • 048e8447a5 target: Only support buffered flash writes Gareth McMullin 2017-10-13 08:58:37 +1300
  • c53a12bfd1 cortexm: Better cache support for Cortex-M7 Gareth McMullin 2017-10-12 09:26:01 +1300
  • 0e5b3ab00e Make Cortex M driver write DCCIMVAC (Data cache clean and invalidate by address to the PoC=Point of Coherency) prior to reading or writing each 32 bytes of RAM Nick Downing 2017-07-14 20:45:54 +1000
  • 9a5b31c37b Fix fallthrough warnings on gcc 7 Gareth McMullin 2017-10-09 11:07:29 +1300
  • 231d42d581 Merge pull request #297 from UweBonnes/write_size Gareth McMullin 2017-10-06 19:40:02 +1300
  • 120a2d9378 target: Fix calculation of erase size. Uwe Bonnes 2017-10-05 22:07:23 +0200
  • 5950d8f56c Merge pull request #293 from UweBonnes/write_size Gareth McMullin 2017-10-05 09:07:18 +1300
  • ed8366813d Merge pull request #294 from UweBonnes/stm32_mem Gareth McMullin 2017-10-05 09:03:09 +1300
  • dc29e45606 stm32_mem: Really wait 5 seconds for DFU device to appear. Uwe Bonnes 2017-10-04 13:50:43 +0200
  • a7815fff3d target.c: No need to split write while still in same flash block. Uwe Bonnes 2017-10-04 14:35:26 +0200
  • 25610e5ec5 target: Fix unconsistant use of tmplen. Uwe Bonnes 2017-10-04 14:28:58 +0200
  • 72c86f939e Merge pull request #296 from gsmcmullin/libftdi_tdi_tdo_fix Gareth McMullin 2017-10-05 08:32:08 +1300
  • f27f3bad5c libftdi: Fix tdi_tdo_seq result unpacking Gareth McMullin 2017-10-05 08:25:11 +1300
  • 2db42ba8e5 Merge pull request #287 from gsmcmullin/update_libopencm3 Gareth McMullin 2017-10-04 10:58:44 +1300
  • 19e58a7205 Merge pull request #284 from UweBonnes/stm32_mem Gareth McMullin 2017-10-03 10:41:04 +1300
  • 2b2b6d8f31 stm32_mem.py: Allow to set start address. Uwe Bonnes 2017-10-02 15:50:40 +0200
  • 7cc9ee9d7a stm32_mem.py: Verify after write when bootloader supports upload Uwe Bonnes 2017-09-26 18:55:26 +0200
  • 613208c939 stm32_mem: Allow to switch from dfu to application without flashing. Uwe Bonnes 2017-09-28 13:01:59 +0200
  • c41dfaef9a stm32_mem.py: Run automatically after switching to DFU mode. Uwe Bonnes 2017-09-27 21:38:54 +0200
  • 4f3f4cb898 stm32_mem.py: Deny to work with the STM DFU bootloader Uwe Bonnes 2017-09-28 01:55:59 +0200
  • 4c6f735452 stm32_mem.py: Handle multiple devices. Uwe Bonnes 2017-09-26 19:40:27 +0200
  • eb7547111a Merge pull request #285 from UweBonnes/f4_rework Gareth McMullin 2017-10-03 07:23:52 +1300
  • 0aa47113f3 stm32f4: Fix F4 dual bank OPTCR1 to option byte mapping. Uwe Bonnes 2017-09-27 15:19:31 +0200
  • c4d3712b39 stm32f4.c: Rework flash structure recognition. Uwe Bonnes 2017-09-27 17:16:13 +0200
  • 0ed66547d5 Fix libopencm3 breakage Gareth McMullin 2017-09-25 10:27:29 +1300
  • f345cd24dc Update libopencm3 pointer Gareth McMullin 2017-09-25 10:04:05 +1300
  • ad71db05b9 Merge pull request #283 from UweBonnes/rdi Gareth McMullin 2017-09-25 08:12:23 +1300
  • 4966168802 s[t|w]link: Implement ENABLE_DEBUG. Uwe Bonnes 2017-09-20 11:17:37 +0200
  • ce1ef6e41b stm32: Move rdi handling to common stm32 code. Uwe Bonnes 2017-09-20 11:08:34 +0200
  • 98ab873784 Merge pull request #281 from UweBonnes/nucleo144 Gareth McMullin 2017-09-23 10:36:46 +1200