aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-08-02nulink: add minimal support for Nu-Link2Antonio Borneo4-12/+91
2020-08-02nor/spi.c: add N25Q032A flash chipMichael Betz1-0/+1
2020-08-02jtag/drivers: add support for Nu-Link (Nuvoton ICE) over usbZale Yu8-4/+1145
2020-07-30Make autotools warnings visible.R. Diez1-4/+5
2020-07-30cmsis_dap_usb: Support for Microchip's nEDBG CMSIS-DAP interfaceMichal Potrzebicz1-1/+1
2020-07-26target: fix minor typos and duplicated wordsAntonio Borneo47-114/+114
2020-07-26drivers/bitbang: blink LED on SWDAntonio Borneo1-0/+10
2020-07-26drivers/linuxgpiod: add ledAntonio Borneo2-1/+41
2020-07-26svf: fix minor typosAntonio Borneo1-6/+6
2020-07-26flash: fix minor typo s/fifo's/fifos/Antonio Borneo1-4/+4
2020-07-26contrib: fix minor typosAntonio Borneo17-25/+25
2020-07-26jtag: fix minor typosAntonio Borneo31-69/+69
2020-07-26xsvf: fix minor typosAntonio Borneo1-4/+4
2020-07-26transport: fix minor typosAntonio Borneo1-3/+3
2020-07-26server: fix minor typosAntonio Borneo2-4/+4
2020-07-26rtos: fix minor typosAntonio Borneo5-5/+5
2020-07-26flash: fix typos and duplicated wordsAntonio Borneo42-125/+125
2020-07-26target/arm720t: fix memory leak of register cacheAntonio Borneo1-0/+6
2020-07-26target/arm7tdmi: fix memory leak of register cacheAntonio Borneo2-0/+14
2020-07-26target/xscale: fix memory leak of register cacheAntonio Borneo1-0/+24
2020-07-26target: fix memory leaks on targets based on arm9tdmiAntonio Borneo7-0/+62
2020-07-26rtos: add support for RIOTDaniel Krebs6-1/+566
2020-07-26tcl/target: Add initial GigaDevice GD32VF103 supportMarc Schink1-0/+26
2020-07-26libjaylink: Update to 0.2.0 releaseMarc Schink1-0/+0
2020-07-26tcl/target: add Rockchip RK3308 targetJiri Kastner1-0/+69
2020-07-26src/target/arm_adi_v5.c: add Cortex-A35 related entriesJiri Kastner1-0/+4
2020-07-26src/target/arm_adi_v5.c: resorted idsJiri Kastner1-4/+4
2020-07-26src/flash/nor/stm32f2x: fix format stringsChristopher Head1-20/+20
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