aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-10-22tcl/target/nrf52: fix nrf52_recoverTomas Vanek1-17/+18
2020-10-22cortex_m: support control.FPCASylvain Chouleur3-7/+7
2020-10-14riscv: fix compile errorAntonio Borneo1-2/+2
2020-10-14Upstream tons of RISC-V changes.Tim Newsome16-2662/+7273
2020-10-14flash/nor/at91sam4: ATSAMG55x19 Rev.BBenedikt-Alexander Mokroß1-2/+70
2020-10-11target/aarch64: fix use of 'target->private_config'Antonio Borneo1-0/+5
2020-10-11target/aarch64: Use apnum settingKevin Yang1-10/+14
2020-10-03drivers/jlink: fix (again) calculate_swo_prescaler formulaAntonio Borneo1-2/+1
2020-10-03Update user dir config file search pathAndreas Fritiofson2-23/+62
2020-10-03FreeRTOS: strip duplicate line returnsKarl Palsson1-10/+10
2020-10-03FreeRTOS: properly read on big endian systems.Karl Palsson1-42/+41
2020-10-03ARM|Driver: Add DPI Driver for emulationKevin Burke6-0/+490
2020-10-03target/cortex_m.c: vector_catch command checks if a target is examinedDaniel Trnka1-0/+5
2020-10-03target/aarch64: a64 disassemblerMete Balci5-1/+224
2020-10-03tcl: board/dp_busblaster_v4 Busblaster v4.1a by Seed Studio addedUlrich-Lorenz Schlüter1-0/+19
2020-10-03tcl/board: Add QuickLogic QuickFeather configurationJan Kowalewski1-0/+9
2020-10-03tcl/target: Add QuickLogic EOS S3 MCU configurationJan Kowalewski1-0/+44
2020-09-27drivers/jlink: fix calculate_swo_prescaler formulaAdrian Negreanu1-7/+5
2020-09-27Add support of STM32H72x/73x 1M (0x483)Tarek BOCHKATI1-2/+23
2020-09-27Use capstone for ARM disassemblerMarc Schink5-1615/+122
2020-09-20cortex_m: add detection of Cortex M35P and M55Tarek BOCHKATI2-3/+9
2020-09-20cortex_m: read and display core security stateTarek BOCHKATI3-1/+25
2020-09-20armv8-m: add SecureFault exceptionTarek BOCHKATI3-1/+12
2020-09-20GitHub: add workflow to provide an openocd snapshot binaries for win32Tarek BOCHKATI2-15/+132
2020-09-05target: avoid checking for non NULL pointer to free itAntonio Borneo11-87/+43
2020-09-05drivers/buspirate: remove empty lines at end of fileAntonio Borneo1-2/+0
2020-09-05jtag: avoid checking for non NULL pointer to free itAntonio Borneo23-122/+60
2020-09-05openrisc: Fix segv jsp due to free of unallocated dataStafford Horne1-6/+0
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 Borneo3-35/+47
2020-09-05tcl/target: use command 'jtag newtap' to add a boundary scan TAPAntonio Borneo6-6/+9
2020-09-05tcl/board/st_nucleo_l1.cfg use dualbank configurationAlexandre Bourdiol1-1/+1
2020-09-05Fix debug prints when loading to flashSamuel Obuch7-58/+31
2020-09-05tcl/interface/ftdi: fix comment in minimodule-swd.cfgJan Kowalewski1-1/+1
2020-08-17Refer to cross-build script in READMEAndreas Fritiofson1-0/+4
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-16tcl: Add support for NDS V5 target and xc7/Corvette-F1Hellosun Wu3-0/+35
2020-08-09src/flash/nor/virtual: handle null pointersChristopher Head1-13/+5