aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2021-10-13Use submodules again.Tim Newsome1-0/+0
2021-10-13Remove files.Tim Newsome40-11795/+0
2021-10-06Fix incorrectly resolved conflict.Tim Newsome1-5/+7
2021-10-06Attempt to fix tracking of examined status.Tim Newsome1-8/+2
2021-10-05Fix build.Tim Newsome1-1/+1
2021-10-05Merge branch 'master' into from_upstreamTim Newsome65-769/+1905
2021-10-05Fix flashing on HiFive1. (#649)Tim Newsome1-0/+3
2021-10-05Dynamically allocate memory for RTOS registers. (#647)Tim Newsome4-24/+59
2021-10-05Clear type 6 triggers on connecting. (#648)Tim Newsome1-0/+4
2021-10-02helper: Remove src/helper from include dirsYasushi SHOJI14-18/+18
2021-10-02uint64_t->target_addr_t for stack pointers.Tim Newsome6-28/+28
2021-10-02stlink-dap: add 'cmd' to send arbitrary commandsAntonio Borneo1-0/+44
2021-10-02target: reset target examined flag if target::examine() failsTarek BOCHKATI1-11/+18
2021-10-02target/cortex_m: enhance multi-core examine logsTarek BOCHKATI1-3/+7
2021-09-25driver/linuxgpiod: add support for opendrain srstAlex Crawford1-19/+24
2021-09-25Speed up remote bitbang.Tim Newsome1-67/+87
2021-09-25openocd: prevent jimtcl error message while testing commandsAntonio Borneo4-4/+4
2021-09-25arm_tpiu_swo: fix support for deprecated 'tpiu' command before 'init'Antonio Borneo2-2/+12
2021-09-25arm_adi_v5: drop ANY_ID from table dap_part_numsAntonio Borneo1-16/+5
2021-09-25arm_adi_v5: add arm Neoverse N2 part numbersAntonio Borneo1-0/+1
2021-09-25arm_adi_v5: add arm Neoverse N1 part numbersKevin Burke1-0/+1
2021-09-25arm_adi_v5: add arm Cortex-R52 part numbersAntonio Borneo1-0/+5
2021-09-25arm_adi_v5: add arm SoC-600 part numbersAntonio Borneo1-0/+14
2021-09-25arm_adi_v5: add helper to search for part numberAntonio Borneo1-27/+26
2021-09-25arm_adi_v5: move in a separate function devtype decode/displayKevin Burke1-140/+149
2021-09-25arm_adi_v5: simplify handling of AP typeAntonio Borneo2-70/+65
2021-09-25arm_coresight: add include file and use itAntonio Borneo5-51/+145
2021-09-25armv7m.h: relax dependency from 'arm_adi_v5.h'Antonio Borneo19-1/+21
2021-09-23Properly cache s0/s1 (#645)Tim Newsome4-123/+129
2021-09-18Partially Revert "flash/stm32l4x: introduce flash programming without loader"Oleksij Rempel1-41/+13
2021-09-18flash/stm32l4x: fix dual bank support for STM32L552xC devicesTarek BOCHKATI1-3/+5
2021-09-18helper/command: fix echo return valuesTarek BOCHKATI1-5/+7
2021-09-18jep106.inc: Update to revision JEP106BCFlorian Zaruba1-8/+206
2021-09-18stlink: Add PID for V3 device without MSDAndreas Sandberg1-0/+2
2021-09-18hla: Increase HLA_MAX_USB_IDSAndreas Sandberg1-1/+1
2021-09-18target: do not cast NULL in assignmentAntonio Borneo1-4/+4
2021-09-18openocd: remove last NULL comparisonsAntonio Borneo13-32/+33
2021-09-12flash/stm32l4x: fix flash programming in 64-bit hostsTarek BOCHKATI2-3/+21
2021-09-11In SMP config, replicate watchpoints on each coreTim Newsome1-9/+59
2021-09-11flash/stm32l4x: do not use magic number for dual bank option bitsTarek BOCHKATI2-17/+25
2021-09-11flash/stm32l4x: introduce is_max_flash_size and use itTarek BOCHKATI1-9/+8
2021-09-11flash/stm32l4x: fix segmentation fault with HLA adapters and STM32WLx devicesTarek BOCHKATI1-2/+8
2021-09-04flash/nor/tcl: 'flash list' command: add the flash bank targetTarek BOCHKATI1-0/+2
2021-09-04flash/nor/tcl: fix the flash name returned by 'flash list' commandTarek BOCHKATI1-0/+2
2021-09-04target: cortex_m: Fix a typo VECTRESETYasushi SHOJI1-1/+1
2021-09-04openocd: prepare for jimtcl 0.81 'expr' syntax changeAntonio Borneo1-0/+60
2021-09-02flash/stm32l4x: avoid using magic numbers for device idsTarek BOCHKATI2-109/+133
2021-09-02flash/stm32l4x: add support of STM32WB1xTarek BOCHKATI1-5/+25
2021-09-02flash/stm32l4x: add support of STM32G05/G06xTarek BOCHKATI1-0/+17
2021-09-02flash/stm32l4x: switch to to c loader instead of assembly loaderTarek BOCHKATI2-36/+54