Commit Graph

  • b771d0dcd6 Add support for SAM4 erase command David Lawrence 2015-01-23 16:36:12 -0500
  • a7283196d1 SAM3S support Martin Knoll 2015-01-22 16:09:01 +0100
  • ea78e2d737 Complete refactor of samd20 -> samd Richard Meadows 2015-01-18 22:40:02 +0000
  • 565795e168 Added support for SAMD10/11/21, and list of tested SAM D devices Richard Meadows 2015-01-18 22:35:59 +0000
  • 3726061773 Support for the NVMCTRL Security Bit (PROT=1) Richard Meadows 2015-01-18 20:46:26 +0000
  • e75ea64a01 Renamed nvmc control a register to match datasheet Richard Meadows 2015-01-18 14:11:58 +0000
  • 1c1312b467 Added better feedback for samd erase failures Richard Meadows 2015-01-18 13:22:41 +0000
  • a3ab9b24d1 Avoid repetition of cortexm code in stmd20 driver. Gareth McMullin 2015-01-18 12:16:17 +1300
  • f1981925b3 Merge branch 'samd20-revb-fix' of https://github.com/richardeoin/blackmagic into richardeoin-samd20-revb-fix Gareth McMullin 2015-01-18 11:03:10 +1300
  • 94c3b2b3d3 Merge pull request #68 from richardeoin/vrun-check-attach Gareth McMullin 2015-01-18 11:01:11 +1300
  • cad30cfa39 Fixed run command on SAM D20 old revision B silicon. Richard Meadows 2015-01-17 18:58:00 +0000
  • 9072faf6ca Fixed spaces / tabs from last commit Richard Meadows 2015-01-17 18:35:36 +0000
  • c12002b636 Check target_attach succeeded in vRun command, and return error if not Richard Meadows 2015-01-16 21:52:19 +0000
  • abcc04d4f3 Merge pull request #63 from beewoolie/static-stubs Gareth McMullin 2015-01-17 13:18:20 +1300
  • 4e2c99a65b Merge pull request #66 from dlaw/master Gareth McMullin 2015-01-17 13:03:35 +1300
  • 985627af7e SAM4S support David Lawrence 2015-01-12 14:42:58 -0500
  • da28970c3e Fix to move stubs into rodata. Marc Singer 2015-01-09 17:53:18 -0800
  • 9c5ffd61f7 First cut at Freescale Kinetis support. Gareth McMullin 2015-01-06 22:26:00 +1300
  • d162e75ceb stm32f4.c: Add STM32F411 ID. Uwe Bonnes 2014-12-18 11:12:09 +0100
  • fdd7799304 Merge pull request #60 from themadinventor/lp-icdi-clean Gareth McMullin 2014-12-23 21:31:43 +1300
  • 9c78e26c1d Merge pull request #59 from zyp/add_halfwords Gareth McMullin 2014-12-23 21:17:32 +1300
  • 346258934b Added support for TI TM4C123 Launchpad Fredrik Ahlberg 2014-11-23 22:59:16 +0100
  • 9434299613 Add support for halfword memory accesses. Vegard Storheil Eriksen 2014-10-21 00:12:50 +0200
  • fd9eef821e Revert USB double buffered OUT handling on STM32F1. Gareth McMullin 2014-10-16 13:48:28 -0700
  • f85a8c4ebb Fix build for f4discovery by defining platform_hwversion(). Gareth McMullin 2014-10-16 13:40:47 -0700
  • a5549d630c Whitespace cleanup. Gareth McMullin 2014-10-16 13:19:34 -0700
  • 60626e5bbe Merge pull request #57 from aibara/dev/lpc43xx_wdt Gareth McMullin 2014-09-17 10:14:21 +1200
  • c5abc9a0bd LPC43XX: Attempt to handle case of running WDT. Allen Ibara 2014-09-09 15:11:29 -0700
  • 9fda010b32 Give up unwinding a fault if reading the stack fails. Gareth McMullin 2014-09-12 12:24:43 +1200
  • 091389b982 SAMD20 prints die revision Richard Eoin Meadows 2014-08-24 15:25:59 +0100
  • f4e20d0d04 Ooops - Semicolon from last commit :-) Richard Eoin Meadows 2014-08-22 22:52:24 +0100
  • f4474557d0 SAM D20 MBIST shouldn't fail silently Richard Eoin Meadows 2014-08-22 22:15:20 +0100
  • 39a0b064af Use external access DSU range Richard Eoin Meadows 2014-08-22 21:56:35 +0100
  • 2a444ab1fb Fixed SAM D20 support with reset attached. Richard Eoin Meadows 2014-08-22 21:47:47 +0100
  • e75798f201 Optimised flash write, programming speed is now approx. 2x faster Richard Eoin Meadows 2014-07-06 17:31:49 +0100
  • 02812b6bf1 Added notes about the datasheet and NVMCTRL Security Bit Richard Eoin Meadows 2014-07-03 22:39:01 +0100
  • 945a2802d5 Atmel SAMD20 support Richard Eoin Meadows 2014-07-03 22:03:11 +0100
  • 9d9ecb572e Assert SRST when scanning JTAG if configured. Closes #54. Gareth McMullin 2014-08-27 19:03:37 +1200
  • 8a32b46f65 Fix build for non-native targets. Gareth McMullin 2014-08-08 20:22:33 +1200
  • 84fc40085e Send a null packet on end of USB transfer if last data packet is full. Gareth McMullin 2014-08-06 12:38:57 +1200
  • d265b76001 Add support for STM32F401RE Hans Baier 2014-08-04 17:19:58 +0700
  • 9b0c4ca51a Replace README and HACKING with references to the Github wiki. Gareth McMullin 2014-08-01 21:00:25 +1200
  • d7c30caa3e Style clean up. Gareth McMullin 2014-07-30 21:15:43 +1200
  • f06bc0fd79 Minor fixes to stm32f1 flash routines. Gareth McMullin 2014-07-30 20:27:30 +1200
  • fad6eb3c14 Fix parity support on USB UART interface. Gareth McMullin 2014-07-30 19:57:18 +1200
  • 2b61bed291 Merge branch 'nrf51-uicr' of https://github.com/richardeoin/blackmagic into richardeoin-nrf51-uicr Gareth McMullin 2014-07-30 16:55:02 +1200
  • 4447fb428a Merge pull request #50 from richardeoin/nrf51-ficr Gareth McMullin 2014-07-30 16:51:46 +1200
  • 936b7460e0 Merge branch 'John-Titor-lpc11xx-flash' Gareth McMullin 2014-07-30 16:48:56 +1200
  • 3daf5d7e11 Merge branch 'lpc11xx-flash' of https://github.com/John-Titor/blackmagic into John-Titor-lpc11xx-flash Gareth McMullin 2014-07-30 16:45:55 +1200
  • bfe5d1168b Merge pull request #47 from richardeoin/target-power Gareth McMullin 2014-07-30 14:19:46 +1200
  • 7e396b0205 Merge pull request #30 from BuFran/pulls/l152c Gareth McMullin 2014-07-30 14:17:51 +1200
  • 5d61575ce6 Merge remote-tracking branch 'origin/lpc8xx' Gareth McMullin 2014-07-30 14:11:10 +1200
  • cb1b1670d1 Merge pull request #45 from richardeoin/fatal-fix Gareth McMullin 2014-07-30 13:56:12 +1200
  • 88a80e25d5 [SUP] Add support for stm32l152c-discovery board Frantisek Burian 2014-01-04 17:24:32 +0100
  • 7dc18768c4 Support erasing + flashing the User Information Configuration Registers (UICRs) Richard Eoin Meadows 2014-06-10 23:21:16 +0100
  • 380f128d0a Added monitor commands for reading various nRF51 device parameters Richard Eoin Meadows 2014-06-06 19:57:15 +0100
  • 3543e560af Fix lpc11xx magic number programming when chunks overlap none 2014-06-10 21:23:17 -0700
  • c1b1d45155 TRST only exists on hardware version 0 Richard Eoin Meadows 2014-05-28 12:45:21 +0100
  • 42e41edfa1 Target power option is only for versions > 0 Richard Eoin Meadows 2014-05-28 12:33:43 +0100
  • c9089f5851 Added monitor option to toggle target power Richard Eoin Meadows 2014-04-11 18:35:55 +0100
  • 63bce97cbd PLATFORM_FATAL_ERRORs are now caught even when they happen in the initial JTAG scan that occours during platform_init. Richard Eoin Meadows 2014-05-26 13:25:53 +0100
  • 72ae78a185 Updated libopencm3. Fixes broken bootloader, issue #43. Gareth McMullin 2014-05-08 11:02:35 -0700
  • 8ba0265383 Merge pull request #44 from miek/nrf51 Gareth McMullin 2014-05-01 15:43:59 -0700
  • 34d0f64529 Nordic nRF51 series support Mike 2014-04-25 22:34:58 +0100
  • 3077472620 Unwind hardfaults in dual-stack mode. Gareth McMullin 2014-03-31 20:58:06 +1300
  • 096e1b32c6 Add support for LPC11U14 (tested) and related U-series microcontrollers (untested). Jared Boone 2014-03-03 09:56:08 -0800
  • cbb85b6a45 LPC812 support Gareth McMullin 2014-03-08 18:58:39 +1300
  • 12aeaad441 [locm3] Use the new clock-enabling mechanisms in locm3. Frantisek Burian 2014-02-13 18:21:16 +0100
  • 690e99c6b2 Fix the STK_CTRL to the STK_CSR library change. Frantisek Burian 2014-02-13 17:52:09 +0100
  • e5624a7e6d Added support for the LPC1115FBD48/303 (ID determined experimentally) Richard Eoin Meadows 2014-01-26 23:54:23 +0000
  • d27c50c601 Add STM32F03X and STM32F07X handling. bon@elektron.ikp.physik.tu-darmstadt.de 2014-01-23 15:51:13 +0100
  • 0c9d5d8166 Add dfu bootloader update application and use absolute delay for stlink bon@elektron.ikp.physik.tu-darmstadt.de 2014-01-06 12:51:09 +0100
  • ac0fc8216a Merge pull request #35 from burgrp/upstream Gareth McMullin 2014-01-23 10:52:09 -0800
  • eb2f2afa9a Merge pull request #32 from aibara/lpc43xx_updates Gareth McMullin 2014-01-23 10:51:46 -0800
  • a7fd985cfc Merge pull request #31 from BuFran/pulls/libopencm3_update Gareth McMullin 2014-01-23 10:51:09 -0800
  • ce17cc2e2b Fix in checksum calculation condition Pavel Burgr 2013-12-14 21:25:10 +0100
  • 01244fc84d LPC43XX: Force target to use internal clock. Allen Ibara 2014-01-10 11:53:46 -0800
  • 2b798fa8fc LPC43XX: Make the chunk_offset logic more explicit. Allen Ibara 2014-01-10 11:10:57 -0800
  • 487252150f LPC: Cleanup regs_size (in bytes). Allen Ibara 2014-01-10 10:59:44 -0800
  • df9c19f071 LPC43XX: Remove type cast for erase function Allen Ibara 2014-01-10 10:56:19 -0800
  • 911af3b836 LPC43XX: Add reset command to do a system reset (but not the debug). Allen Ibara 2014-01-10 10:54:56 -0800
  • 813622b1b6 LPC43XX: Add mkboot target command; dont make banks bootable by default. Allen Ibara 2014-01-10 10:48:59 -0800
  • 29c7846612 LPC43XX: Make sure to align target struct to word alignment Allen Ibara 2014-01-10 10:26:45 -0800
  • 8014d434de Update to the newest libopencm3 Frantisek Burian 2014-01-04 17:27:57 +0100
  • 8835df1822 Merge remote-tracking branch 'origin/usbuart_highrate' Gareth McMullin 2013-12-04 16:16:08 +1300
  • 42570efaf8 Revert "STM32F4: Add handling of second bank and dual boot devices." Gareth McMullin 2013-10-22 07:48:06 +0800
  • 09fbe783c5 f4discovery: Limit clock to 48 MHz and stack 24 kiByte so that code can be compiled unchanged for F401Discovery too. Uwe Bonnes 2013-10-14 17:02:59 +0200
  • 536482f804 STM32F4: Add handling of second bank and dual boot devices. Uwe Bonnes 2013-10-14 20:10:49 +0200
  • cbd73cfb8f STM32F4: Recognize F401. Uwe Bonnes 2013-10-14 17:23:28 +0200
  • 5aa802969b stlink: Give the NRST check more time as otherwise some L1 discovery board stayed in the bootloader. Uwe Bonnes 2013-10-06 14:50:39 +0200
  • 086f3565f0 stm32f1: Fix handling of option byte write. Write needs to happend on erased option bytes. Uwe Bonnes 2013-10-06 16:47:30 +0200
  • 15e529a43a stm32f1.c: On a read protected device, deny any other option action than erase. Uwe Bonnes 2013-10-06 15:45:54 +0200
  • c395c6f73a Configure SRST output as open-drain for BMP Mini hardware Michael Tharp 2013-10-04 21:24:53 -0400
  • 3cce6f472c Add support for the SYS_WRITEC semihosting operation. Benno Leslie 2013-09-15 19:15:49 +1000
  • b8f9a2ed4b Bugfix: Always apply the vector table magic number correctly. Richard Eoin Meadows 2013-09-08 13:13:16 +0100
  • 40820a2354 Added internal pull-up to PWR_BR. Marc Singer 2013-09-06 21:19:37 -0700
  • e5d253bf81 Merge pull request #24 from richardeoin/master Gareth McMullin 2013-10-04 21:33:39 -0700
  • e67192348f FIX: usbd_init compatibility fix BuFran 2013-07-29 20:48:17 +0200
  • c857165c12 FIX: FLASH_* collision with libopencm3 definitions BuFran 2013-07-29 21:12:50 +0200
  • c28350f242 FIX: u{8,16,32} -> uint{8,16,32}_t to be compatible with new library BuFran 2013-07-29 21:12:19 +0200