aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-07-22Fix clobbering s2 in read_memory_progbuf(increment=0)s2_incrementTim Newsome1-1/+1
2021-07-12Use github actions for automated builds (#627)Tim Newsome3-0/+144
2021-07-01Merge pull request #626 from riscv/from_upstreamTim Newsome91-679/+682
2021-06-30Fix build.Tim Newsome1-5/+5
2021-06-30Merge branch 'master' into from_upstreamTim Newsome90-674/+677
2021-06-27stlink: fix SIGSEGV with libusb v1.0.24-33-g32a2206 (11618)Antonio Borneo3-6/+7
2021-06-27flash/nor/stm32l4: Fix stm32l4_probe()Marc Schink1-4/+4
2021-06-26target/breakpoints: Remove dead code and cleanupMarc Schink1-19/+14
2021-06-26armv7m: replace flag 'stlink' with 'is_hla_target'Antonio Borneo3-6/+6
2021-06-26target/dsp563xx: Use bool data type for 'hardware_breakpoints_cleared'Marc Schink2-3/+3
2021-06-26target/dsp563xx: Handle return valuesMarc Schink1-0/+9
2021-06-26tcl/board: Add Renesas Falcon boardMarek Vasut1-0/+10
2021-06-26tcl/target: Add support for Renesas R8A779A0 V3U SoCMarek Vasut1-16/+41
2021-06-26tcl/target: Select default boot core on Renesas R-Car Gen2/Gen3Marek Vasut2-0/+6
2021-06-26target/riscv: Implement get_gdb_arch()Jesse Sheridan1-0/+13
2021-06-23tcl: Add support for the Digilent Nexys Video boardRohit Singh1-0/+26
2021-06-21Get closer to mainline. (#624)Tim Newsome3-3/+6
2021-06-21Merge pull request #625 from riscv/fix_mergeTim Newsome0-0/+0
2021-06-21Merge branch 'from_upstream' into fix_mergeTim Newsome0-0/+0
2021-06-18Doc fix: echo writes to the log, and not to stdoutR. Diez2-2/+0
2021-06-18doc/openocd: Fix typoMarc Schink1-1/+1
2021-06-18Use boolean argument for register_get_by_name()Marc Schink8-18/+18
2021-06-18target/register: Minor code cleanupMarc Schink1-14/+12
2021-06-18flash/stm32fxx.c: do not read CPUID as this info is stored in cortex_m_commonTarek BOCHKATI2-44/+37
2021-06-18cortex_m: enhance core and arch detectionTarek BOCHKATI2-41/+108
2021-06-18target/arm: optimize architecture flagsTarek BOCHKATI9-26/+29
2021-06-18contrib/itmdump.c: fix implicit declaration warningDiego Herranz1-1/+2
2021-06-18target: Rename 'linked_BRP' to 'linked_brp'Marc Schink4-8/+8
2021-06-13armv4_5: do not read/write non-existent registersTarek BOCHKATI1-1/+1
2021-06-13arm_dpm: do not read/write non-existent registersTarek BOCHKATI1-2/+2
2021-06-13armv8_dpm: do not read/write non-existent registersTarek BOCHKATI1-2/+5
2021-06-13flash/nor: improved API of flash_driver.info & fixed buffer overrunsJan Matyas51-444/+292
2021-06-13Add remote bitbang write buffer.Tim Newsome1-37/+86
2021-06-13target/cortex_a: Use bool data typeMarc Schink2-13/+13
2021-06-11From upstream (#620)Tim Newsome197-2919/+6167
2021-06-08Fix build.Tim Newsome1-2/+2
2021-06-08Merge branch 'master' into from_upstreamTim Newsome197-2919/+6167
2021-06-08Call keep_alive() more often. (#616)Tim Newsome2-6/+7
2021-06-07Print dcsr.cause always (#617)Jan Matyas1-1/+3
2021-06-04target/startup.tcl: Do not use 'Yoda conditions'Marc Schink1-14/+13
2021-06-04Avoid non-standard conditionals with omitted operands.R. Diez8-14/+14
2021-06-04Add target_data_bits().Tim Newsome4-4/+38
2021-06-04cmsis_dap: add support for swo commandsAdrian Negreanu2-94/+440
2021-06-04target: Use 'bool' for 'reset_halt'Marc Schink2-2/+2
2021-06-04drivers/jlink: Remove trailing dotsMarc Schink1-120/+117
2021-06-04target/renesas_rz_g2: Introduce tcl config file for RZ/G2 devicesmicbis1-0/+185
2021-06-04gdb_server: Log both incoming and outgoing GDB packetsJan Matyas3-20/+56
2021-06-04Makefile: add special target .DELETE_ON_ERRORR. Diez1-0/+2
2021-06-04tcl/target/stm32f4x: fix hardcoded chip nameTarek BOCHKATI1-1/+1
2021-06-04helper/list.h: add mention to the example in contribAntonio Borneo1-0/+2