aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
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-08Fix 2 warnings about obsolete Autoconf macros.R. Diez1-2/+2
2020-08-02tcl/interface: snps_sdp: fix minor typo s/similiar/similar/Antonio Borneo1-1/+1
2020-08-02tcl/target/armada370: remove useless 'init' commandAntonio Borneo1-2/+0
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