aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-04-30If we know which trigger hit, don't disassemble.Tim Newsome1-4/+11
2022-04-27Report some triggers as hardware breakpoints.Tim Newsome1-0/+5
2022-04-27During polling, check which trigger has `hit` set.Tim Newsome1-0/+4
2022-04-27Remove empty line.Tim Newsome1-1/+0
2022-04-27Add trigger_hit field to riscv_infoTim Newsome1-0/+4
2022-04-27Create riscv_hit_trigger_hit_bit() function.Tim Newsome1-0/+61
2022-04-27Small code cleanup.Tim Newsome1-2/+1
2022-04-27Make watchpoint.unique_id a uint32_tTim Newsome1-1/+1
2022-04-27Fix typo in comment.Tim Newsome1-1/+1
2022-04-24flash/nor/stm32f1x: add can_load_options flag for GD32F1x0, F3x0 and E23xTomas Vanek1-0/+3
2022-04-24tcl/target/gd32vf103: add flash bankTomas Vanek1-1/+15
2022-04-24flash/stm32f1x: add support for RISC-V GigaDevice GD32VF103Tomas Vanek5-44/+227
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-23tcl/target/stm32l4x: align format/order/comments with stm32f4xMarkus Reiter1-11/+14
2022-04-23tcl/target/stm32l4x: switch to new TPIU/SWO supportMarkus Reiter1-7/+33
2022-04-23tcl/target/stm32l4x: set default WORKAREASIZE to smallest deviceMarkus Reiter1-2/+2
2022-04-23tcl/target/stm32f4x: fix nameMarkus Reiter1-1/+1
2022-04-23nds32: deprecate it, together with aice adapter driverAntonio Borneo2-5/+11
2022-04-20riscv: Add a option to specify the JTAG TAP tunnel IR (#690)Dolu19902-2/+39
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-12Merge pull request #691 from riscv/from_upstreamTim Newsome89-1176/+2347
2022-04-11Fix build.Tim Newsome1-6/+0
2022-04-11Merge branch 'master' into from_upstreamTim Newsome89-1176/+2353
2022-04-11riscv: Increase batch allocation size to improve transfer speed. (#689)Dolu19902-3/+5
2022-04-03tcl/board: Add NXP FRDM-K64FMarc Schink1-0/+15
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-26tcl/tools: Add function to measure the speed of ARM Cortex-M devicesMarc Schink1-0/+50
2022-03-26semihosting: fix mode flags for local host open()Antonio Borneo1-3/+18
2022-03-23Fix: Set proper debug_reason in deassert_reset() (#687)Jan Matyas2-5/+12
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-19tcl/stm32u5x: fix clock config used at 'reset init'Tarek BOCHKATI1-9/+12
2022-03-19stlink: enable queuing with stlink-server API v3Tarek BOCHKATI1-8/+21
2022-03-19semihosting: permit redirection of semihosting I/O to TCPTarek BOCHKATI3-17/+343
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