aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2020-06-14openocd: fix issue in WIN32 with TCP adaptersTarek BOCHKATI3-2/+22
2020-06-14flash: Add the Freedom E310-G002 SPI FlashAlistair Francis1-1/+2
2020-06-06coding style: fix multi-line dereferencingAntonio Borneo2-16/+9
2020-06-06jtag/tcl: fix memory leak in command 'irscan'Antonio Borneo1-4/+9
2020-06-06target/cortex_a: fix memory leak of register cacheAntonio Borneo4-0/+25
2020-06-06target/mem_ap: fix two memory leaksAntonio Borneo1-0/+10
2020-06-06libusb_helper: fix memory leak when no adapter is foundAntonio Borneo1-0/+3
2020-06-06target/cortex-m: enable C_DEBUGEN during examineAntonio Borneo1-0/+13
2020-06-06log: fix kept_alive() and report expired timeoutAntonio Borneo1-17/+39
2020-06-06nor/kinetis: add keep-alive during flash writeAntonio Borneo1-0/+4
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-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 Rehnman1-11/+29
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 Borneo7-31/+161
2020-05-24swim: fix adapter speed handlingAntonio Borneo3-7/+14
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-18flash: nor: jtagspi: make read_status report errorsPaul Fertser1-4/+15
2020-05-14target/arc: fix build with clangAntonio Borneo1-1/+1
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-09helper/ioutil: silence gcc-8 on strncpyAntonio Borneo1-1/+1
2020-05-09helper/command: register all commands through register_commands()Antonio Borneo1-3/+15