Commit Graph

  • 2e1503f988
    Merge pull request #467 from UweBonnes/stm32g03 UweBonnes 2019-05-12 20:21:44 +0200
  • 984813a29d Add Stm32G03 from reference manual Rev.2 Uwe Bonnes 2019-04-24 11:41:46 +0200
  • 7cb1858aca
    Merge pull request #463 from sidprice/bmp_windows_build UweBonnes 2019-04-07 18:44:20 +0200
  • 2108bb7137 Native Windows builds Sid Price 2019-03-27 16:09:32 -0600
  • 302ff20a6d
    Merge pull request #434 from UweBonnes/nrf5 UweBonnes 2019-03-21 19:43:29 +0100
  • 88ec557683
    Merge pull request #450 from jelson/prefix-fix-2 UweBonnes 2019-03-20 11:23:11 +0100
  • 3235fa2005 Improve parsing of commands that require enable or disable arguments: Jeremy Elson 2019-03-19 12:30:37 -0700
  • 691ada17e9 Implement read device info for NRF5x Boris Sorochkin 2018-12-19 22:57:07 +0200
  • 3f89fed32e nrf51: Use buffered direct write to flash. Uwe Bonnes 2018-12-22 21:17:33 +0100
  • 4ecd13a9a3 nrf51: Fix crash with not argument given to "mon read". Uwe Bonnes 2018-12-22 20:47:38 +0100
  • db2f403417 sam4l: Remove noisy debug message. Uwe Bonnes 2018-12-20 19:35:40 +0100
  • a336ac2084 NRF5: New detection scheme. Uwe Bonnes 2018-12-19 14:20:06 +0100
  • 2b4000b2b4
    Merge pull request #456 from newbrain/STM32L4memmap UweBonnes 2019-03-03 17:06:25 +0100
  • 6887628eaa Correction of #445 attach-detach problem newbrain 2019-03-02 20:21:43 +0100
  • da62cbaa3d
    Merge pull request #449 from jelson/width-fix UweBonnes 2019-02-25 13:21:55 +0100
  • 86ed86c2a2 Use 32-bit variable for 32-bit read. (Also fixes DEBUG compile error due to mismatch of format and argument.) Jeremy Elson 2019-02-24 17:42:09 -0800
  • dcd20ef08c
    Merge pull request #446 from UweBonnes/stm32f730_h750 UweBonnes 2019-02-21 20:18:19 +0100
  • 56fb0f7766 Handle STM32F730 and STM32H750. Uwe Bonnes 2019-02-21 18:49:25 +0100
  • a3bbdc26c0
    Merge pull request #445 from UweBonnes/#432 UweBonnes 2019-02-21 19:17:00 +0100
  • 3f8c40d3f5 Fixing stm32l4 target to allow probing w/o halting anyn99 2019-01-18 00:00:53 +0100
  • 22265243ab
    Merge pull request #360 from newbrain/ke04support UweBonnes 2019-02-18 13:07:32 +0100
  • 8de1b45c85 Kinetis KE04: Flash and debug support newbrain 2018-06-22 15:44:17 +0200
  • cdb04a4214
    Merge pull request #442 from r0ck3tAKATrashPanda/master UweBonnes 2019-02-14 16:15:09 +0100
  • 02c1934c03 Added ability to lock and unlock boot rom for samd controllers Carl 2019-02-13 16:33:07 -0800
  • 7032abd2b0
    Merge pull request #433 from UweBonnes/gcc8 UweBonnes 2019-01-28 21:25:33 +0100
  • a6b75bb4ef Makefile: Add -Wnocast-function-type for compilation on gcc8. Uwe Bonnes 2018-12-23 16:34:59 +0100
  • 0b28232f72 [efm32] Assume Device Identification (DI) version 1 if we don't know the OUI (#402) Richard Meadows 2019-01-15 20:58:59 +0000
  • 488436c46a
    Merge pull request #428 from UweBonnes/stm32g0 UweBonnes 2019-01-09 17:17:56 +0100
  • 7cc02867ae stm32f4: Fix problems with small flash sizes creating overflow or empty regions. Uwe Bonnes 2018-12-13 20:59:57 +0100
  • 47fad2bf7f Add Stm32L41x. Uwe Bonnes 2019-01-07 18:39:57 +0100
  • f0c6e2bbd2 Add STM32G07x. Uwe Bonnes 2019-01-07 18:33:14 +0100
  • a65ce77466
    Merge pull request #427 from UweBonnes/mingw_ftdi UweBonnes 2019-01-08 22:29:36 +0100
  • 0793dac2cf libftdi: Allow to compile with mingw and cygwin and use recent libftdi1. Uwe Bonnes 2018-10-21 23:14:18 +0200
  • 3f0c9ccee1 Fix support for LPC1115 and LPC1115XL devices (#415) Ingmar Jager 2019-01-07 01:34:00 +0100
  • 7cfeb61399 Add udev rules Manoel Brunnen 2018-11-22 09:34:42 +0100
  • 02b9d5f1ac Add delay to cortexm_reset Josh Robson Chase 2018-11-15 17:17:25 -0500
  • d7e2923990 Debug on stm32f1_flash_erase errors Josh Robson Chase 2018-11-15 17:18:05 -0500
  • 6df793dbf0 Revert "Allow to specificy if SRST is asserted and when it is released." Uwe Bonnes 2018-09-10 23:11:24 +0200
  • 9ce05ae67b stm32h7/f7: Store DBGMCU_CR on attach() and restore on detach(). Uwe Bonnes 2018-09-10 22:58:49 +0200
  • 8d6092b73f cortexm_forced_halt: Only release SRST after "Halt on reset" command. Uwe Bonnes 2018-09-10 22:24:49 +0200
  • 3ebf049424 cortexm: Only force halt before probe if idcode is unknown and ROM TABLE unreadable. Uwe Bonnes 2018-09-10 22:18:27 +0200
  • 6633f74d95 stm32h7/f7: Write DBGMCU_CR only on attach. Uwe Bonnes 2018-09-10 22:06:17 +0200
  • 8575d3e7a6 stm32f7/h7: Use the DPv2 provided idcode for MCU identification. Uwe Bonnes 2018-09-10 21:53:39 +0200
  • 525b90d4e5 cortexm: Only force halt before probe() if probe was forced. Uwe Bonnes 2018-09-10 21:40:37 +0200
  • da75acf015 adiv5: Only force cortexm_probe() once. Uwe Bonnes 2018-09-10 21:32:47 +0200
  • 489f24584b adiv5: Read TARGETID on DPv2 devices. Uwe Bonnes 2018-09-10 21:21:26 +0200
  • cde7726b87 cortexm: detach still needs extra cycles. Uwe Bonnes 2018-09-08 21:44:43 +0200
  • 14bedcc441 Add support for LPC11U3X devices. Ingmar Jager 2018-10-02 14:38:56 +0200
  • 771d81a5f0 Fix link for windows_dfu_util Benjamin Vernoux 2018-10-03 20:45:27 +0200
  • d8b01ff61f swlink: Enable UART2 for SWO. Uwe Bonnes 2018-09-30 17:02:49 +0200
  • 7cafc44bd9 swlink: Allow to enable debug on second VCOM. Uwe Bonnes 2018-09-22 22:33:38 +0200
  • 0d246fb31a swlink: Measure voltage on VDD pin of Stlink/Stm8s. Uwe Bonnes 2018-09-22 22:20:13 +0200
  • 184ef991bf swlink: Handle LED. Uwe Bonnes 2018-09-22 19:26:07 +0200
  • 06272e0a59 swlink: Implement dfu_upgrade. Uwe Bonnes 2018-09-22 15:42:32 +0200
  • 530d1e5c28 swlink: Handle force boot on bluepill. Uwe Bonnes 2018-09-22 15:28:46 +0200
  • b744d8b0c9 swlink: Implement NRST. Uwe Bonnes 2018-09-22 14:46:32 +0200
  • 1263d185a6 swlink: Distinguish between Stlink on STM8-Disco and "blue pill". Uwe Bonnes 2018-09-22 13:59:35 +0200
  • 29386aee14 scripts/stm32_mem: Fix issue with scanning USB DFU devices Nikolay Dimitrov 2018-09-17 05:27:40 +0300
  • 7f947d724c
    Merge pull request #393 from markrages/add_id_2 Gareth McMullin 2018-09-14 11:21:04 +1200
  • 91dd879dac Another nRF52 ID. Mark Rages 2018-09-13 16:18:29 -0600
  • 3a598a0cf3
    Merge pull request #384 from rikvdh/feature/readable-reset-stlink Gareth McMullin 2018-09-07 08:13:48 +1200
  • f328ca5181
    Merge pull request #391 from UweBonnes/swd_cycles Gareth McMullin 2018-09-07 07:58:41 +1200
  • f5cf6d4497 adiv5_swdp: Add extra idle cycles with write transactions. Uwe Bonnes 2018-09-06 16:27:31 +0200
  • db544e9b67
    Merge pull request #390 from rikvdh/feature/lpc_with_iap_down Gareth McMullin 2018-09-06 08:15:54 +1200
  • 95053b3b4e Change the ST-Link SRST function to use libopencm3 helper functions and fix waiting for the pin-state, change init to use the SRST function for reset de-assertion Rik van der Heijden 2018-08-26 21:48:03 +0200
  • f39701c4c8 Move the LPC17xx probe function down since it performs an IAP call which can hang when performed on other devices than a LPC17xx Rik van der Heijden 2018-09-05 17:40:02 +0200
  • c5c0783337
    Merge pull request #378 from markrages/nordic_unlock Gareth McMullin 2018-07-28 14:56:03 +1200
  • d0a8ce0819 Add extra port for mass erasing / unprotecting nRF52 with APPROTECT set. Mark Rages 2018-07-27 16:07:19 -0600
  • 6fd3ede5c7
    Merge pull request #377 from markrages/add_id_2 Gareth McMullin 2018-07-28 09:53:00 +1200
  • 8f9a9c4d71
    Merge pull request #286 from UweBonnes/h7 Gareth McMullin 2018-07-28 09:51:47 +1200
  • cb8596b0b2 Another chip ID for Nordic nRF52832. Mark Rages 2018-07-27 14:43:29 -0600
  • 5918608156 STM32F7: Debug does not work with WFI without DBG_SLEEP Uwe Bonnes 2018-07-20 17:42:33 +0200
  • 2c1c913213 adiv5.c: Add units found on M7. Uwe Bonnes 2018-07-20 16:40:42 +0200
  • f234074099 stm32h7: Start of support. Uwe Bonnes 2018-07-25 10:58:52 +0200
  • a988bba035
    Merge pull request #372 from richardeoin/efm32-1 Gareth McMullin 2018-07-27 11:41:58 +1200
  • d7b173ab39
    Merge pull request #310 from UweBonnes/stm32l4r Gareth McMullin 2018-07-27 10:32:00 +1200
  • 833407d299
    Merge pull request #376 from miek/nrf52840-qiaa-c0 Gareth McMullin 2018-07-27 10:25:45 +1200
  • b4dc666aca Add nRF52 QIAA C0 Mike Walters 2018-07-26 23:13:38 +0100
  • 4a312c7697 target/stm32l4.c: Add stm32l4r series and clean up. Uwe Bonnes 2017-12-03 19:45:53 +0100
  • 7034d0bb94 stm32l4: Option byte loader must be started with flash unlocked! Uwe Bonnes 2018-04-15 18:59:41 +0200
  • 83f9655f6e stm32l4: Fix wrong default for WRP2A option halfword. Uwe Bonnes 2018-04-15 18:55:23 +0200
  • 0551809475
    Merge pull request #373 from UweBonnes/fixes Gareth McMullin 2018-07-20 08:36:12 +1200
  • 139707c5c0 cortexm/detach: Add a dummy transaction after cleaning DHCSR. Uwe Bonnes 2018-07-18 23:20:26 +0200
  • 7908ba526b stm32_mem: Guard dfu.dfu_device with try/except. Uwe Bonnes 2018-03-30 21:37:25 +0200
  • a7106bd346 [efm32] Add support for flashing User Data (UD) and Bootloader (BL) regions Richard Meadows 2018-07-18 08:55:16 +0000
  • 55bb96cfdb [efm32] tidy compiler warning Richard Meadows 2018-07-16 20:46:53 +0000
  • 98faaceb70 [efm32] Add support for EFM32 devices with different DI and MSC layouts Richard Meadows 2018-07-16 20:05:56 +0000
  • 667cce7d17
    Merge pull request #370 from sinihappo/alo-stm32f0x-option-erase-fix Gareth McMullin 2018-07-11 11:51:14 +1200
  • 59d6eca8f0 Fixes option erase for STM32F070x6 STM32F070xB STM32F030xC Antti Louko 2018-07-10 18:44:05 +0300
  • c5713ea8d3
    Merge pull request #366 from UweBonnes/f7_fix Gareth McMullin 2018-07-07 13:03:14 +1200
  • 1b51c4961e
    Merge pull request #363 from korken89/master Gareth McMullin 2018-07-07 13:01:05 +1200
  • 46b681e050
    Merge pull request #361 from UweBonnes/gpio_swd Gareth McMullin 2018-07-07 13:00:32 +1200
  • 50514ccc31 stm32f4.c: F76x also has large sector by default. Uwe Bonnes 2018-07-05 13:29:43 +0200
  • 5e8c8cae10 Removed debug bits for F4/F7 target, same as all other MCUs now Emil Fresk 2018-06-28 16:31:34 +0200
  • 7a7266a0f7 Speed up JTAG. Uwe Bonnes 2018-03-07 18:49:19 +0100
  • 59e03dea27 Keep TMS floating until scanning. Uwe Bonnes 2018-03-07 15:57:00 +0100
  • 97561fc5cc stlink: Decrease delay with SWD turn around for native,stlink and swlink. Uwe Bonnes 2018-03-06 18:36:09 +0100
  • 5548d54626 common/swdptap: some clean up. Uwe Bonnes 2018-03-06 18:52:23 +0100
  • 7e3fe352ad adiv5_swdp.c: Use swdptap_seq_out for initialiation sequence. Uwe Bonnes 2018-01-23 20:27:43 +0100
  • e54a826745 common/swdptap.c: Speed up by "unrolling" swd.._seq_...() for GPIO. Uwe Bonnes 2018-01-23 20:15:16 +0100