aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-11-15helper/command: disable logging of registered commands [RFC]Tomas Vanek1-0/+2
2020-11-15flash/nor/stm32f1x: fix error messageTomas Vanek1-1/+1
2020-11-15stm32l4x: cosmetic simplification of get_stm32l4_infoTarek BOCHKATI1-10/+8
2020-11-15flash/stm32l4x: STM32L55/L56xx basic support (non-secure mode)Tarek BOCHKATI5-15/+209
2020-11-15flash/stm32l4x: introduce table with register offsetsTarek BOCHKATI2-49/+104
2020-11-1560-openocd.rules: add ULINKplus CMSIS-DAP based adapterTarek BOCHKATI1-0/+1
2020-11-15doc: document CMSIS-DAP v2Tomas Vanek1-1/+19
2020-11-15jtag/drivers/cmsis_dap: fix build with gcc 10.1.0Antonio Borneo2-9/+4
2020-11-15jtag/drivers/cmsis_dap: fix usb bulk connection logicTomas Vanek1-76/+157
2020-11-15Add CMSIS-DAP v2 supportMickaël Thomas7-182/+755
2020-11-15target/armv7m, cortex_m: fix misleading commentsTomas Vanek2-6/+9
2020-11-15flash/nor/psoc6: remove setting of xPSR.T bit from sromalgo_prepare()Tomas Vanek1-6/+0
2020-11-15target/cortex_m: remove wrong xPSR.ICI/IT bits handlingTomas Vanek1-6/+0
2020-11-15target/armv7m: use arch_info[i].value instead of allocated memoryTomas Vanek2-6/+1
2020-11-15cortex_m: use the new enum ARMV7M_REGSEL_nameAntonio Borneo2-2/+2
2020-11-15stlink: handle read/write FPU registers in HLA APIAntonio Borneo1-0/+21
2020-11-15hla: API: specify that read_reg/write_reg use regsel as parameterAntonio Borneo4-16/+31
2020-11-15target/cortex_m,hla_target: rework Cortex-M register handling part 4Tomas Vanek2-227/+8
2020-11-15target/armv7m: rework Cortex-M register handling part 3Tomas Vanek4-165/+159
2020-11-15target/armv7m: rework Cortex-M register handling part 2Tomas Vanek2-37/+3
2020-11-15target/armv7m: rework Cortex-M register handling part 1Tomas Vanek4-107/+194
2020-11-15target, register: allow a register hidden from gdb and 'reg' cmdTomas Vanek4-6/+8
2020-11-15flash/stmqspi: minor fixes on coding styleAntonio Borneo4-118/+115
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