aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
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-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
2021-09-02flash/nor: add support for Nuvoton NPCX series flashWealian Liao3-0/+527
2021-08-31server/telnet: add variables auto-completionTarek BOCHKATI1-16/+37
2021-08-31server/telnet: simplify telnet_input functionTarek BOCHKATI1-131/+168
2021-08-30server/telnet: enhance telnet_move_cursorTarek BOCHKATI1-2/+6
2021-08-30server/telnet: support 'CTRL+C'Tarek BOCHKATI1-0/+7
2021-08-30server/telnet: cleanup the if statement mixed styleTarek BOCHKATI1-15/+17
2021-08-30Makefile: drop warning suppression on win buildAntonio Borneo3-19/+0
2021-08-30helper: remove fix for libusb pre-v1.0.9Antonio Borneo3-48/+0
2021-08-30flash/stm32l4x: free write_algorithm work area if no space left for the bufferTarek BOCHKATI1-0/+1
2021-08-30flash/stm32l4x: add support of STM32U57x/U58xTarek BOCHKATI2-19/+70
2021-08-26flash/stm32l4x: add support of STM32WL5x dual coreTarek BOCHKATI2-12/+76
2021-08-26flash/stm32l4x: prevent undefined behavior warnings caused by signed integer ...Sebastiaan de Schaetzen1-23/+33
2021-08-26flash/stm32l4x: add support of STM32G0Bx/G0Cx devicesTarek BOCHKATI2-5/+53
2021-08-26flash/stm32l4x: remove stm32l4_part_info.default_flash_regsTarek BOCHKATI2-27/+19
2021-08-26flash/stm32l4x: introduce flash programming without loaderTarek BOCHKATI1-7/+88
2021-08-26flash/stm32l4x: STM32L5 support programming when TZEN=1 and RDP=0x55Tarek BOCHKATI1-0/+7
2021-08-26flash/stm32l4x: STM32L5 support programming when TZEN=1 and RDP=0xAATarek BOCHKATI2-6/+143
2021-08-26flash/stm32l4x: introduce auto-probe when OPTR is changedTarek BOCHKATI1-17/+25