aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2020-07-26drivers/bitbang: blink LED on SWDAntonio Borneo1-0/+10
2020-07-26drivers/linuxgpiod: add ledAntonio Borneo1-1/+39
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-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 Krebs5-0/+561
2020-07-26libjaylink: Update to 0.2.0 releaseMarc Schink1-0/+0
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-26target/arc: Introduce Actionpoints supportEvgeniy Didin3-9/+360
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-14jtag/drivers: add linuxgpiod driverAntonio Borneo3-0/+609
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 Borneo1-0/+7
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 Borneo3-3/+9
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