aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-11-15tcl/board: rename board file ST b-l475e-iot01aAntonio Borneo1-0/+2
2020-11-11target/cortex_m: Change sleep to running stateKevin Yang2-7/+3
2020-11-08Flash, FRAM and EEPROM driver for STM32 QUAD-/OCTOSPI interfaceAndreas Bolsch57-33/+6709
2020-11-07stlink: fix computation of trace prescalerAntonio Borneo1-6/+10
2020-11-07stlink: fix max SWV baudrate on stlink v3Antonio Borneo1-3/+7
2020-11-07drivers/jlink: fix check for max prescalerAntonio Borneo1-2/+2
2020-11-07build: fix build with --enable-minidriver-dummyAntonio Borneo2-3/+3
2020-11-07target/arm7tdmi: remove unused/deprecated function parameterAntonio Borneo1-81/+78
2020-11-07doc: remove reference to already dropped tftp supportAntonio Borneo1-23/+0
2020-11-07configure.ac: add libutil to the dependency listAntonio Borneo1-0/+1
2020-11-07stm32h7x: Fix reset with non-HLA interfaces on macOSAlberto García Hierro1-10/+15
2020-11-07target: Examine subsequent targets after failureKevin Yang1-3/+5
2020-11-07target/image: Use proper data typesMarc Schink10-56/+46
2020-11-07GitHub/WorkFlow: fix for CVE-2020-15228Tarek BOCHKATI1-5/+5
2020-11-07Github: add capstone in windows snapshotsTarek BOCHKATI1-0/+11
2020-11-07contrib/cross-build.sh: build capstone from sourceTarek BOCHKATI1-2/+25
2020-11-07tcl/interface/ftdi: Add HIE JTAG Debugger configJonathan McDowell1-0/+20
2020-11-07doc: Improve 'jlink usb' descriptionMarc Schink1-2/+2
2020-11-07semihosting: print the semihosting operation idAdrian Negreanu2-2/+2
2020-11-07armv7m: add a TCP channel to stream captured traceTarek BOCHKATI3-31/+137
2020-11-07server: permit the add_service function to return the created serviceTarek BOCHKATI6-6/+12
2020-11-04openocd: convert function setup_command_handler() to staticAntonio Borneo1-4/+1
2020-11-04target/adi_v5_jtag: remove unused global variableAntonio Borneo1-1/+1
2020-11-04cortex_m: declare local functions as staticAntonio Borneo2-6/+3
2020-11-04rtos: make private the API rtos_try_next()Antonio Borneo2-2/+3
2020-11-04transport: remove unused function transports_are_declared()Antonio Borneo2-12/+0
2020-11-04server: declare local functions as staticAntonio Borneo1-1/+1
2020-11-04jtag: declare local symbols as staticAntonio Borneo14-119/+119
2020-11-04target: declare local symbols as staticAntonio Borneo19-51/+48
2020-11-04rtos: declare local symbols as staticAntonio Borneo4-21/+21
2020-11-04flash: declare local symbols as staticAntonio Borneo9-15/+19
2020-11-04openocd: add support for libftdi 1.5Antonio Borneo5-8/+40
2020-11-04configure.ac: stop automake to search for scripts in parent dirsAntonio Borneo1-0/+1
2020-11-04target: handle command 'target current' when no target is presentAntonio Borneo1-1/+3
2020-11-04gdb_server: allow multiple GDB connections to selected targetsAntonio Borneo4-5/+40
2020-11-04tcl: replace '-ctibase' with '-baseaddr'Antonio Borneo11-17/+17
2020-11-04target/arm_cti: use adiv5_jim_mem_ap_spot_configure()Antonio Borneo3-102/+48
2020-11-04target/arm_adi_v5: add helper to get mem_ap spot in configure/cgetAntonio Borneo2-85/+135
2020-11-04stm32h7x.cfg: alignment with RM0399 rev3Tarek BOCHKATI1-2/+4
2020-11-04jtag/tcl: fix memory leak in error returnTomas Vanek1-0/+5
2020-11-04gdb_server: fix clang static analyzer warningTomas Vanek1-1/+1
2020-11-04helper/command: fix clang static analyzer warningTomas Vanek1-28/+18
2020-11-04flash/nor/atsamv: fix clang static analyzer warningTomas Vanek1-0/+3
2020-10-30tcl/board: fix changed target config filenamesAntonio Borneo2-2/+2
2020-10-30tcl/board: drop 'tcl' prefix in 'find' commandAntonio Borneo2-2/+2
2020-10-30tcl/interface/ti-icdi: remove empty lines at end of fileAntonio Borneo1-1/+0
2020-10-30jtag: xlnx-pcie-xvc: Declare function staticMoritz Fischer1-1/+1
2020-10-30board: drop open-bldcKarl Palsson1-7/+0
2020-10-30jtag/drivers/stlink_usb: fix SWO prescalerCliff L. Biffle1-6/+6
2020-10-30target: restore last run state after profilingChristopher Head1-1/+13