aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-06-23Convert filter_openocd_log.py to use python3. (#709)Tim Newsome1-5/+5
2022-06-16Fix: Prevent segfault in riscv_invalidate_register_cache for non-examined tar...Jan Matyas2-7/+4
2022-06-15Remove unused code. (#707)Tim Newsome1-2/+0
2022-06-08Document `ftdi oscan1_mode` (#705)Tim Newsome1-0/+7
2022-06-06tcl: add Espressif riscv targets (ESP32-C2 & ESP32-C3) (#706)Erhan Kurubas6-0/+284
2022-06-01flash: redirect gd32vf103 driver to stm32f1x (#704)Huaqi Fang2-0/+54
2022-05-25Use new debug_defines.h (#703)Tim Newsome3-1040/+1467
2022-05-18Correctly set target->smp. (#701)Tim Newsome1-1/+0
2022-05-16Change set_haltgroup() to more general set_group() (#697)Tim Newsome1-7/+14
2022-05-16fix: semihosting_fileio display the unsupported info (#699)wzgpeter1-5/+5
2022-05-12Merge pull request #696 from riscv/from_upstreamTim Newsome23-1568/+566
2022-05-04Try to fix capstone build for win32.Tim Newsome1-0/+1
2022-05-04server/gdb: fix gdb remote monitor cmd on multi-targetAntonio Borneo1-4/+16
2022-05-03Remove gd32vf103 flash driver.Tim Newsome3-1347/+0
2022-05-03Merge branch 'master' into from_upstreamTim Newsome19-221/+553
2022-05-02Merge pull request #694 from riscv/trigger_hitTim Newsome3-8/+87
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-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