aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2020-09-05openocd: fix command's usage stringAntonio Borneo4-7/+7
2020-09-05jtag/aice: fix command's usage stringAntonio Borneo1-13/+13
2020-09-05target/arc: fix command's usage stringAntonio Borneo1-10/+10
2020-09-05openocd: use proper format with uint32_tAntonio Borneo5-14/+14
2020-09-05target: use proper format with uint32_tAntonio Borneo30-121/+121
2020-09-05flash: use proper format with uint32_tAntonio Borneo38-142/+141
2020-09-05jtag: use proper format with uint32_tAntonio Borneo18-43/+43
2020-09-05jtag/aice: avoid abusing of int32_t typeAntonio Borneo2-86/+60
2020-09-05openocd: avoid checking for non NULL pointer to free itAntonio Borneo9-111/+61
2020-09-05flash: avoid checking for non NULL pointer to free itAntonio Borneo30-161/+71
2020-09-05adi_v5: use macro DP_APSEL_MAX to allocate struct adiv5_apAntonio Borneo1-1/+1
2020-09-05helper: fix minor typosAntonio Borneo7-13/+13
2020-09-05hla_transport: split command registration per transportAntonio Borneo2-32/+43
2020-09-05tcl/target: use command 'jtag newtap' to add a boundary scan TAPAntonio Borneo1-0/+3
2020-09-05Fix debug prints when loading to flashSamuel Obuch7-58/+31
2020-08-16log: handle LOG_*() before calling to log_init()Antonio Borneo1-4/+9
2020-08-16server/gdb_server: fix incorrect condition checkChristopher Head1-1/+1
2020-08-09src/flash/nor/virtual: handle null pointersChristopher Head1-13/+5
2020-08-09flash/nor/stm32f2x: clean up data typesChristopher Head1-18/+17
2020-08-09src/flash/nor/stm32h7x: fix format stringsChristopher Head1-11/+11
2020-08-08target: fix memory leaks on target_create() failAntonio Borneo1-14/+55
2020-08-08gdb_server: refuse gdb connection if target is not examinedAntonio Borneo1-0/+11
2020-08-08target: fix registers reading from non examined targetMikhail Rasputin1-1/+10
2020-08-02target/arm11: fix memory leaks, including register cacheAntonio Borneo3-0/+20
2020-08-02target: use one second timeout while halting target at gdb attachAntonio Borneo1-1/+1
2020-08-02nulink: add minimal support for Nu-Link2Antonio Borneo1-10/+87
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 Yu4-0/+1116
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 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