aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-07-26doc/target/mips: fix grammarChristopher Head1-4/+4
2020-07-26Introduce tcl config files for Synopsys HSDK boardEvgeniy Didin4-0/+180
2020-07-26target/arc: Introduce Actionpoints supportEvgeniy Didin4-9/+418
2020-07-21spi: add MX25U1635E flashHellosun Wu1-0/+1
2020-07-14cmsis-dap: fix USB interface for NXP LPC-Link2Antonio Borneo1-0/+4
2020-07-14cmsis-dap: prevent hidapi to search again for the adapterAntonio Borneo1-14/+8
2020-07-14jtag/drivers: replace perror() with LOG_ERROR()Antonio Borneo5-14/+14
2020-07-14doc: remove duplicated wordsAntonio Borneo5-11/+11
2020-07-14tcl/interface: add example of linuxgpiod through dln-2Antonio Borneo1-0/+25
2020-07-14contrib/60-openocd.rules: add udev rules for Linux gpiodAntonio Borneo1-0/+3
2020-07-14jtag/drivers: add linuxgpiod driverAntonio Borneo4-0/+626
2020-07-14bcm2835gpio: enable only the transport specific gpioAntonio Borneo1-37/+53
2020-07-14imx_gpio: enable only the transport specific gpioAntonio Borneo1-21/+25
2020-07-14sysfsgpio: enable only the transport specific gpioAntonio Borneo1-42/+37
2020-07-14bitbang: split jtag and swd operationsAntonio Borneo5-42/+33
2020-07-13bitbang: remove superfluous switch between jtag and swdAntonio Borneo5-18/+1
2020-07-13bitbang: document bitbang callbacksAntonio Borneo1-1/+9
2020-07-13flash/nor/kinetis: fix FCF handlingTomas Vanek1-22/+34
2020-07-13flash/nor/kinetis: use target_get_working_area_avail()Tomas Vanek1-14/+13
2020-07-08gdb_server: suggest user to prefer GDB extended modeAntonio Borneo2-6/+26
2020-07-08coding style: add arguments to function prototypesAntonio Borneo6-27/+27
2020-07-08coding style: fix space separationAntonio Borneo17-262/+262
2020-07-08coding style: fix print of hex values as decimalAntonio Borneo2-2/+2
2020-07-08target/arm926ejs: fix memory leaksAntonio Borneo7-0/+44
2020-07-08configure: split build of hla layoutsAntonio Borneo4-4/+13
2020-07-08flash/nor/w600: Use 'bool' data typeMarc Schink1-4/+4
2020-07-08flash/nor/stmsmi: Use 'bool' data typeMarc Schink1-4/+4
2020-07-08flash/nor/stm32h7x: Use 'bool' data typeMarc Schink1-1/+1
2020-07-08flash/nor/sh_qspi: Use 'bool' data typeMarc Schink1-3/+3
2020-07-08flash/nor/pic32mx: Use 'bool' data typeMarc Schink1-4/+4
2020-07-08flash/nor/mrvlqspi: Use 'bool' data typeMarc Schink1-4/+4
2020-07-08flash/nor/mdr: Use 'bool' data typeMarc Schink1-3/+3
2020-07-08flash/nor/max32xxx: Use 'bool' data typeMarc Schink1-8/+8
2020-07-08flash/nor/lpcspifi: Use 'bool' data typeMarc Schink1-4/+4
2020-07-08flash/nor/jtagspi: Use 'bool' data typeMarc Schink1-4/+4
2020-07-08flash/nor/fm3: Use 'bool' data typeMarc Schink1-4/+4
2020-07-08flash/nor/fespi: Use 'bool' data typeMarc Schink1-4/+4
2020-07-08flash/nor/em357: Use 'bool' data typeMarc Schink1-4/+4
2020-07-08flash/nor/cfi: Use 'bool' data typeMarc Schink3-17/+17
2020-07-08flash/nor/atsamv: Use 'bool' data typeMarc Schink1-2/+2
2020-07-08flash/nor/ath79: Use 'bool' data typeMarc Schink1-3/+3
2020-07-08flash/nor/at91sam4: Use 'bool' data typeMarc Schink1-132/+132
2020-07-08flash/nor/at91sam3: Use 'bool' data typeMarc Schink1-88/+88
2020-07-08flash/nor/ambiqmicro: Use 'bool' data typeMarc Schink1-9/+9
2020-07-08jtag/tcl: fix a double free of jim objectMikhail Rasputin1-2/+4
2020-07-07flash/nor: Use proper data types in driver APIMarc Schink70-755/+773
2020-07-07flash/nor/atsame5: Fix a timeout when erasingMichael Hope1-6/+16
2020-06-27target: do not print an error on shutdown in target eventsAntonio Borneo1-2/+6
2020-06-27jtag: drivers: xlnx-pcie-xvc: Add support for SWD mode.Moritz Fischer2-5/+215
2020-06-27target/arc: Introduce L1I,L1D,L2 caches supportEvgeniy Didin4-5/+328