aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2021-06-13Add remote bitbang write buffer.Tim Newsome1-37/+86
2021-06-13target/cortex_a: Use bool data typeMarc Schink2-13/+13
2021-06-04target/startup.tcl: Do not use 'Yoda conditions'Marc Schink1-14/+13
2021-06-04Avoid non-standard conditionals with omitted operands.R. Diez8-14/+14
2021-06-04Add target_data_bits().Tim Newsome4-4/+38
2021-06-04cmsis_dap: add support for swo commandsAdrian Negreanu2-94/+440
2021-06-04target: Use 'bool' for 'reset_halt'Marc Schink2-2/+2
2021-06-04drivers/jlink: Remove trailing dotsMarc Schink1-120/+117
2021-06-04gdb_server: Log both incoming and outgoing GDB packetsJan Matyas3-20/+56
2021-06-04helper/list.h: add mention to the example in contribAntonio Borneo1-0/+2
2021-06-04helper/list.h: align file to Linux v5.12Antonio Borneo1-137/+431
2021-06-04server/telnet: fix autocomplete for jimtcl commandsAntonio Borneo3-19/+26
2021-06-04helper/jim-nvp: comply with coding style [2/2]Antonio Borneo21-316/+316
2021-06-04helper/jim-nvp: comply with coding style [1/2]Antonio Borneo2-110/+250
2021-06-03target/cortex_a: fix memory leak on watchpointsAntonio Borneo1-0/+1
2021-06-03target/cortex_a: add support for watchpoint length of 1, 2 and 4 bytesAntonio Borneo1-5/+41
2021-06-03target/cortex_a: fix number of watchpointsAntonio Borneo1-2/+6
2021-06-03target/cortex_a: add support for watchpointsChengyu Zheng4-9/+201
2021-05-31target/arm_adi_v5: Fix clear sticky overrun flag during replay of commandsmicbis1-0/+7
2021-05-29stlink: reorder the flag macro by firmware releaseAntonio Borneo1-11/+11
2021-05-29stlink: add comment of firmware version for each flag bitAntonio Borneo1-11/+11
2021-05-29help: fix line size in 'usage' outputAntonio Borneo1-7/+6
2021-05-29help text: remove trailing spaceAntonio Borneo10-13/+13
2021-05-29rtos: use ARRAY_SIZE() and simplify rtos_type.create()Antonio Borneo4-59/+36
2021-05-29openocd: use macro ARRAY_SIZE()Antonio Borneo5-10/+8
2021-05-29drivers/versaloon: use ARRAY_SIZE()Antonio Borneo2-2/+1
2021-05-22riscv: replace macro DIM() with ARRAY_SIZE()Antonio Borneo3-15/+9
2021-05-22riscv: drop unused variableAntonio Borneo1-3/+0
2021-05-22mem_ap: fix target arch_info typeAntonio Borneo1-5/+7
2021-05-22helper/command: silent debug msg on command register/unregisterAntonio Borneo1-2/+4
2021-05-22openocd: fix some minor typoAntonio Borneo3-3/+3
2021-05-22target: fix some minor typoAntonio Borneo7-8/+8
2021-05-22jtag: fix some minor typoAntonio Borneo8-13/+13
2021-05-22flash: fix some minor typoAntonio Borneo6-6/+6
2021-05-22flash/stm32l4x: add missing break statementTarek BOCHKATI1-1/+3
2021-05-22target/aarch64: fix watchpoint managementAntonio Borneo5-56/+22
2021-05-22target/arm_dpm: rename 'wp_pc' as 'wp_addr'Antonio Borneo7-13/+14
2021-05-20cortex_m: fix VECTRESET detection for ARMv6-M coresTarek BOCHKATI1-3/+3
2021-05-20cortex_m: do not perform soft_reset_halt on targets without VECTRESETTarek BOCHKATI1-0/+5
2021-05-18cmsis_dap: fix build on macOSAntonio Borneo1-2/+2
2021-05-18target/armv7m: fix static analyzer warningTomas Vanek1-4/+16
2021-05-15jimtcl: restrict memory leak workaround on Linux onlyAntonio Borneo1-2/+3
2021-05-15server: gdb_server: Add colon for target extended-remoteYasushi SHOJI1-1/+1
2021-05-15target/armv7m.h: [style] replace tab with space between variable type and nameTarek BOCHKATI1-1/+1
2021-05-11rtos: Add support for Zephyr RTOSEvgeniy Didin3-0/+791
2021-05-11cortex_m: add armv8m special registersTarek BOCHKATI3-13/+91
2021-05-11flash/nor/xcf: Do not use 'Yoda conditions'Marc Schink1-11/+11
2021-05-08Add IPDBG JtagHost functionality to OpenOCDDaniel Anselmi5-2/+847
2021-05-08target/riscv: Change 'authdata_read' outputMarc Schink1-1/+1
2021-05-08target/stm8: Make 'stm8_command_handlers' staticMarc Schink2-3/+1