aboutsummaryrefslogtreecommitdiff
path: root/src/jtag/drivers/at91rm9200.c
AgeCommit message (Expand)AuthorFilesLines
2023-05-05jtag: drivers: with pointers, use NULL instead of 0Antonio Borneo1-2/+6
2022-09-18openocd: fix SPDX tag format for files .cAntonio Borneo1-1/+1
2022-07-23openocd: src/jtag: replace the GPL-2.0-or-later license tagAntonio Borneo1-13/+2
2021-07-24openocd: remove NULL comparisons with checkpatch [1/2]Antonio Borneo1-1/+1
2020-07-14jtag/drivers: replace perror() with LOG_ERROR()Antonio Borneo1-2/+2
2020-01-14adapter: switch from struct jtag_interface to adapter_driverAntonio Borneo1-2/+8
2020-01-14bitbang: jtag-only drivers: switch to new reset APIAntonio Borneo1-2/+1
2019-06-06jtag: set default "jtag_only" to uninitialized transportsAntonio Borneo1-0/+1
2019-04-07drivers/at91rm9200: fix help and usage to command "at91rm9200_device"Antonio Borneo1-1/+2
2018-01-25Add read buffer to bitbang, improving performance.Tim Newsome1-7/+11
2016-05-24Remove FSF address from GPL noticesMarc Schink1-3/+1
2014-10-06jtag: constify driver arraysSpencer Oliver1-4/+4
2013-06-05update files to correct FSF addressSpencer Oliver1-1/+1
2013-02-08jtag_interface: .speed can be NULL when not neededFranck Jullien1-8/+0
2012-02-06build: cleanup src/jtag/drivers directorySpencer Oliver1-26/+15
2012-01-04Change return value on error.Mathias K1-1/+1
2010-09-30Update ep93xx and at91rm9200 driversLuca Bruno1-18/+12
2010-03-16bitbang: add jtag_add_tms_seq supportØyvind Harboe1-0/+1
2009-12-03change #include "interface.h" to <jtag/interface.h>Zachary T Welch1-1/+1
2009-12-02move jtag drivers to src/jtag/driversZachary T Welch1-0/+292