aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
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
2020-05-09flash/nor/efm32: Some small code cleanupsMarc Schink1-14/+9
2020-05-09server/telnet: Fix history outputMarc Schink1-15/+35
2020-05-09hla: remove unused hl_interface_param_s.apiTarek BOCHKATI2-3/+1
2020-05-09flash/nor/avrf: Minor code cleanupsMarc Schink1-15/+11
2020-05-09flash/nor/kinetis: Minor code cleanupsMarc Schink1-34/+26
2020-05-08target/arc: introduce breakpoint functionalityEvgeniy Didin2-2/+162
2020-05-08target/arc: introduce arc_read/write_instruction functionsEvgeniy Didin2-0/+79
2020-05-08target/arc: Add initial stepping functionsEvgeniy Didin2-2/+108
2020-05-07Add get_thread_reg() and set_reg() for hwthreadTim Newsome1-51/+90
2020-05-03flash/stm32l4x: always use stm32l4_get_flash_regTarek BOCHKATI1-4/+3
2020-05-03revision id for STM32L4P5/Q5 correctedAndreas Bolsch1-1/+1
2020-05-03target/armv7m: cosmetic refactorizationTomas Vanek1-5/+7