aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2015-02-28Move common USB stuff out of platform header files.Gareth McMullin
2015-02-28Factor out common GPIO code in STM32 platforms.Gareth McMullin
2015-02-28Add missing includes to fix warnings.Gareth McMullin
2015-02-28Factor Morse code functions out of platform code.Gareth McMullin
2015-02-28Use sensible return convention for platform_target_get_power()Gareth McMullin
2015-01-26Merge pull request #72 from dlaw/masterGareth McMullin
2015-01-26Merge pull request #71 from maknoll/masterGareth McMullin
2015-01-23Add support for SAM4 erase commandDavid Lawrence
2015-01-22SAM3S supportMartin Knoll
2015-01-18Complete refactor of samd20 -> samdRichard Meadows
2015-01-18Added support for SAMD10/11/21, and list of tested SAM D devicesRichard Meadows
2015-01-18Support for the NVMCTRL Security Bit (PROT=1)Richard Meadows
2015-01-18Renamed nvmc control a register to match datasheetRichard Meadows
2015-01-18Added better feedback for samd erase failuresRichard Meadows
2015-01-18Avoid repetition of cortexm code in stmd20 driver.Gareth McMullin
2015-01-18Merge branch 'samd20-revb-fix' of https://github.com/richardeoin/blackmagic i...Gareth McMullin
2015-01-17Fixed run command on SAM D20 old revision B silicon.Richard Meadows
2015-01-17Fixed spaces / tabs from last commitRichard Meadows
2015-01-17Check target_attach succeeded in vRun command, and return error if notRichard Meadows
2015-01-17Merge pull request #63 from beewoolie/static-stubsGareth McMullin
2015-01-12SAM4S supportDavid Lawrence
2015-01-09Fix to move stubs into rodata.Marc Singer
2015-01-06First cut at Freescale Kinetis support.Gareth McMullin
2014-12-23stm32f4.c: Add STM32F411 ID.Uwe Bonnes
2014-12-23Merge pull request #60 from themadinventor/lp-icdi-cleanGareth McMullin
2014-11-23Added support for TI TM4C123 LaunchpadFredrik Ahlberg
2014-10-21Add support for halfword memory accesses.Vegard Storheil Eriksen
2014-10-16Revert USB double buffered OUT handling on STM32F1.Gareth McMullin
2014-10-16Fix build for f4discovery by defining platform_hwversion().Gareth McMullin
2014-10-16Whitespace cleanup.Gareth McMullin
2014-09-17Merge pull request #57 from aibara/dev/lpc43xx_wdtGareth McMullin
2014-09-16LPC43XX: Attempt to handle case of running WDT.Allen Ibara
2014-09-12Give up unwinding a fault if reading the stack fails.Gareth McMullin
2014-09-03SAMD20 prints die revisionRichard Eoin Meadows
2014-09-03Ooops - Semicolon from last commit :-)Richard Eoin Meadows
2014-09-03SAM D20 MBIST shouldn't fail silentlyRichard Eoin Meadows
2014-09-03Use external access DSU rangeRichard Eoin Meadows
2014-09-03Fixed SAM D20 support with reset attached.Richard Eoin Meadows
2014-09-03Optimised flash write, programming speed is now approx. 2x fasterRichard Eoin Meadows
2014-09-03Added notes about the datasheet and NVMCTRL Security BitRichard Eoin Meadows
2014-09-03Atmel SAMD20 supportRichard Eoin Meadows
2014-08-27Assert SRST when scanning JTAG if configured. Closes #54.Gareth McMullin
2014-08-08Fix build for non-native targets.Gareth McMullin
2014-08-06Send a null packet on end of USB transfer if last data packet is full.Gareth McMullin
2014-08-06Add support for STM32F401REHans Baier
2014-07-30Style clean up.Gareth McMullin
2014-07-30Minor fixes to stm32f1 flash routines.Gareth McMullin
2014-07-30Fix parity support on USB UART interface.Gareth McMullin
2014-07-30Merge branch 'nrf51-uicr' of https://github.com/richardeoin/blackmagic into r...Gareth McMullin
2014-07-30Merge pull request #50 from richardeoin/nrf51-ficrGareth McMullin