aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-06-06arm_adi_v5: dap_ti_be_32_quirks_command minor simplificationTarek BOCHKATI1-18/+2
2020-06-06arm_adi_v5: enhance command error reportingTarek BOCHKATI1-17/+32
2020-06-06jtag/drivers/bcm2835gpio: bcm2835gpio_init has been updatedtscn921-1/+5
2020-06-06tcl/boards: Rename 'ek-tm4c1294xl.cfg' to 'ti_ek-tm4c1294xl.cfg'Marc Schink2-13/+16
2020-06-06tcl/boards: Rename 'ek-tm4c123gxl.cfg' to 'ti_ek-tm4c123gxl.cfg'Marc Schink2-12/+15
2020-06-06tcl/boards: Rename 'dk-tm4c129.cfg' to 'ti_dk-tm4c129.cfg'Marc Schink2-13/+16
2020-06-02Update Autotools Mythbuster link to avoid multiple redirects.Diego Elio Pettenò1-1/+1
2020-05-26Don't use MMU in M mode - https://github.com/riscv/riscv-openocd/issu… (#479)Tommy Murphy1-3/+22
2020-05-24helper/command: remove unused functions and make static local onesAntonio Borneo2-49/+8
2020-05-24openocd: properly use jim data typesAntonio Borneo3-4/+5
2020-05-24helper/command: fix check on value returned by jim APIAntonio Borneo1-2/+2
2020-05-24helper/command: strip replicated command name in logAntonio Borneo3-11/+8
2020-05-24stlink: fix open AP for v2j37 and v3j7Antonio Borneo1-4/+11
2020-05-24stlink: fix incorrectly returned error on v2j28Antonio Borneo1-1/+14
2020-05-24stlink: default dapdirect to SWD instead of JTAGAntonio Borneo1-1/+1
2020-05-24stm8 target: make adapter speed settings workAke Rehnman3-15/+37
2020-05-24tcl/board: add board ST nucleo-8l152r8Antonio Borneo1-0/+10
2020-05-24Revert "adapter: expose HLA interface in struct adapter_driver"Antonio Borneo2-9/+0
2020-05-24stlink: simplify handling of SWIMAntonio Borneo1-17/+8
2020-05-24stlink: simplify mem R/W with SWIMAntonio Borneo1-12/+36
2020-05-24swim: add new transportAntonio Borneo12-41/+197
2020-05-24swim: fix adapter speed handlingAntonio Borneo5-11/+18
2020-05-24swim: abstract the transport in stm8 targetAntonio Borneo4-53/+134
2020-05-24adapter: expose HLA interface in struct adapter_driverAntonio Borneo2-0/+9
2020-05-24stlink: reduce use of hla specific enum hl_transportsAntonio Borneo1-50/+52
2020-05-24flash/nor/sh_qspi: Fix dead assignmentMarc Schink1-1/+1
2020-05-24arm_disassembler: fix typo 'ARM_UNKNOWN_INSTUCTION' to '.._INSTRUCTION'Tarek BOCHKATI2-2/+2
2020-05-24nor/flash: Add keep_alive() during flash write handlerEdward Fewell1-0/+2
2020-05-24flash/nor/jtagspi: propagate error from jtag_execute_queue()Tomas Vanek1-2/+2
2020-05-24rtos/ChibiOS: Fix some coding stylesMarc Schink3-62/+62
2020-05-24contrib: Add HiFive1 to udev rulesAlistair Francis1-0/+2
2020-05-19Fix semihosting for multicore targets (#478)Tim Newsome5-76/+132
2020-05-18Speed up SBA block reads roughly 2x. (#477)Tim Newsome1-3/+49
2020-05-18flash: nor: jtagspi: make read_status report errorsPaul Fertser1-4/+15
2020-05-15Improvements for the HiFive1 revB (#476)Alistair Francis3-1/+3
2020-05-14target/arc: fix build with clangAntonio Borneo1-1/+1
2020-05-14Make mem2array work with 64-bit addresses. (#475)Tim Newsome1-5/+6
2020-05-12cortex_m: make bit fields in cortex_m unsigned.iosabi2-31/+32
2020-05-12flash/nor/bluenrg-x: Minor code cleanupsMarc Schink1-10/+9
2020-05-09coding style: open function's brace at beginning of new lineAntonio Borneo2-21/+11
2020-05-09coding style: wrap lines longer than 120 charsAntonio Borneo2-3/+13
2020-05-09coding style: join consecutive string fragmentsAntonio Borneo1-1/+1
2020-05-09coding style: let "else" follow the close braceAntonio Borneo2-4/+2
2020-05-09coding style: remove useless return statement from void functionsAntonio Borneo3-15/+0
2020-05-09coding style: prototype of functions with no parametersAntonio Borneo6-9/+9
2020-05-09coding style: add missing space when split stringsAntonio Borneo8-17/+17
2020-05-09coding style: avoid unnecessary line continuationsAntonio Borneo23-74/+74
2020-05-09coding style: add parenthesis around the argument of sizeofAntonio Borneo15-32/+32
2020-05-09coding style: remove useless break after a goto or returnAntonio Borneo18-68/+0
2020-05-09tcl: remove trailing whitespaceAntonio Borneo29-140/+140