aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
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
2022-03-26arm_tpiu_swo: fix autodetection of SWO pin frequencyAntonio Borneo1-4/+13
2022-03-26semihosting: fix mode flags for local host open()Antonio Borneo1-3/+18
2022-03-19breakpoints: fix build on -fno-inlineAntonio Borneo1-2/+2
2022-03-19target: Rework 'set' variable of break-/watchpointsMarc Schink21-242/+258
2022-03-19flash/stm32l4x: fix auto-probe when RDP is promoted from 0 to 0.5Tarek BOCHKATI1-2/+13
2022-03-19stlink: enable queuing with stlink-server API v3Tarek BOCHKATI1-8/+21
2022-03-19semihosting: permit redirection of semihosting I/O to TCPTarek BOCHKATI2-17/+332
2022-03-19keep-alive: drop link with log frameworkAntonio Borneo4-21/+49
2022-03-19gdb_server: simplify logic to enable/disable gdb_log_callback()Antonio Borneo1-13/+29
2022-03-19server: change prototype of add_service()Antonio Borneo9-46/+107
2022-03-19log: drop global current_timeAntonio Borneo1-4/+2
2022-03-19server: fix: remove kept_alive() from server loopAntonio Borneo1-1/+0
2022-03-12target: Deprecate 'array2mem' and 'mem2array''Marc Schink2-50/+30
2022-03-12target/tcl: Add 'read_memory' and 'write_memory'Marc Schink1-0/+321
2022-03-12flash/nor/efm32: Use Cortex-M 'core_info' fieldMarc Schink1-11/+7
2022-03-12flash/nor/sim3x: Fix typoMarc Schink1-1/+1
2022-03-12flash/stm32h7x: fix FLASH_WPSN_PRG mask used for protectionTarek BOCHKATI1-1/+2
2022-03-12jtag_vpi: Minor cleanup in jtag_vpi driverJan Matyas1-20/+21
2022-03-12cortex_m: use LOG_TARGET_XXXTarek BOCHKATI1-106/+104
2022-03-12flash/stm32f1x,f2x: fix endianess in slow fallback flash writeTomas Vanek2-8/+2
2022-03-05target/arm_tpiu: Fix usage of 'tpiu create'Marc Schink1-1/+1