aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2022-05-29flash/nor/core, target: don't ask for working mem if no target algoTomas Vanek2-2/+6
2022-05-27Give each SMP group a unique number.Tim Newsome2-2/+4
2022-05-21semihosting: add semihosting_basedir commandErhan Kurubas3-3/+59
2022-05-21flash: fix clang static analyzer build errorsErhan Kurubas2-5/+0
2022-05-21target: fix clang static analyzer warningTomas Vanek1-1/+1
2022-05-18target/riscv: fix 'reset run' after 'reset halt'Tomas Vanek1-5/+5
2022-05-14drivers/am335xgpio: Add AM335x driver for bitbang support on BeagleBonesSteve Marple3-0/+742
2022-05-14bcm2835gpio: Fix incorrect GPIO validationSteve Marple1-14/+14
2022-05-14openocd: add post-init and pre-shutdown helpersAntonio Borneo3-0/+27
2022-05-14aarch64: don't wait for smp targets halted in deassert resetAntonio Borneo1-3/+7
2022-05-14arm_adi_v5: add support for 64bit Class 0x9 ROM tablesAntonio Borneo1-11/+32
2022-05-14arm_adi_v5: replace dap_lookup_cs_component()Antonio Borneo2-76/+85
2022-05-14arm_adi_v5: let dap_lookup_cs_component() to get AP dbgbaseAntonio Borneo4-28/+24
2022-05-14arm_adi_v5: abstract actions during ROM table parsingAntonio Borneo1-30/+123
2022-05-14arm_adi_v5: separate ROM table parsing from command output [3/3]Antonio Borneo1-17/+41
2022-05-14arm_adi_v5: separate ROM table parsing from command output [2/3]Antonio Borneo2-65/+107
2022-05-14arm_adi_v5: separate ROM table parsing from command output [1/3]Antonio Borneo1-6/+44
2022-05-14arm_adi_v5: handle faulting entry in ROM tableAntonio Borneo1-2/+5
2022-05-14arm_adi_v5: report sysmem on class 0x9 ROM tablesAntonio Borneo1-1/+10
2022-05-14arm_adi_v5: split ROM table loop from generic coresightAntonio Borneo1-36/+66
2022-05-14arm_adi_v5: rework dap_read_part_id()Antonio Borneo1-69/+80
2022-05-14arm_adi_v5: add support for display Class 0x9 ROM tablesFlorian Fainelli1-22/+47
2022-05-14arm_adi_v5: describe Class 0x9 Device Architecture registerAntonio Borneo1-0/+49
2022-05-14adi_v5_jtag: reduce verbosity on persistent WAITAntonio Borneo1-2/+2
2022-05-14arm_coresight: define ARM_CS_CIDR_CLASS()Antonio Borneo2-2/+2
2022-05-07target: document possibly unreachable target in deinit_target()Tomas Vanek1-0/+11
2022-05-07target: fix build with jimtcl 0.79Antonio Borneo1-0/+8
2022-05-07bluenrg: add support for bluenrg-lps device and boardSalvatore Giorgio PECORINO1-3/+16
2022-05-07server/gdb: fix gdb remote monitor cmd on multi-targetAntonio Borneo1-4/+16
2022-05-07smp: deprecate legacy SMP core switching supportAntonio Borneo3-0/+11
2022-05-01drivers/cmsis-dap: Correct the DAP protocol parameter parsing errorjihongbin1-7/+7
2022-04-30target/disassembler: update capstone include path to <capstone.h>fatalc2-2/+2
2022-04-30target/arm_cti: Fix error handling in 'cti create'Marc Schink1-1/+6
2022-04-30bcm2835gpio: Make buffer an output before the GPIO connected to itSteve Marple1-6/+7
2022-04-30linuxgpiod: add SWDIO bufferSteve Marple1-0/+47
2022-04-24flash/nor/stm32f1x: add can_load_options flag for GD32F1x0, F3x0 and E23xTomas Vanek1-0/+3
2022-04-24flash/stm32f1x: add support for RISC-V GigaDevice GD32VF103Tomas Vanek1-44/+161
2022-04-23rtos: zephyr: do not use deprecated symbols nameJulien Massot1-3/+3
2022-04-23target/image: fix - p_flags field in ELF64 segment headers is 64 bits wideJan Matyas2-4/+4
2022-04-23server/gdb: fix return of gdb remote monitor commandAntonio Borneo1-1/+42
2022-04-13flash/nor/stm32f1x: lock flash in case of errorTomas Vanek1-39/+46
2022-04-13flash/nor/stm32f1x: unify flash error reportingTomas Vanek1-17/+15
2022-04-13flash/nor/stm32f1x: tidy up async algo supporting codeTomas Vanek1-21/+26
2022-04-13flash/nor/stm32f1x: remove write alignment codeTomas Vanek1-23/+14
2022-04-13flash/nor/stm32f1x: allow write fallback for flash optionsTomas Vanek1-34/+50
2022-04-03drivers/cmsis-dap: Remove stray whitespaceMarc Schink1-1/+1
2022-04-03libusb_helper.h: Increase USB timeoutGabor Csapo7-36/+46
2022-04-03gdb_server: Improve logging of GDB-remote packetsJan Matyas1-14/+31
2022-03-26helper/bits: add BIT_ULL and GENMASK macrosAntonio Borneo2-1/+5
2022-03-26openocd: include config.h in every file .cAntonio Borneo6-0/+24