aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-09-13src/jtag/drivers/ep93xx: fix GCC 12 warningAntonio Borneo1-8/+5
2022-09-13configure.ac: drop unneeded dependency checkAntonio Borneo1-4/+1
2022-09-13openocd: fix for polling during "expr" computationAntonio Borneo1-1/+13
2022-09-13target: don't export local symbolsAntonio Borneo10-25/+9
2022-09-13flash/nor: move variable's declaration in C fileAntonio Borneo6-30/+30
2022-09-13usbprog: remove unused variableAntonio Borneo1-2/+0
2022-09-13riscv: don't export local symbolsAntonio Borneo2-42/+22
2022-09-13flash/nor/npcx: make local symbols staticAntonio Borneo1-1/+1
2022-09-13target: make local symbols staticAntonio Borneo6-15/+15
2022-09-13xtensa: make local symbols staticAntonio Borneo6-12/+12
2022-09-13riscv: make local symbols staticAntonio Borneo3-33/+33
2022-09-13jtag: make local symbols staticAntonio Borneo2-2/+2
2022-09-13log: remove unused set_log_output()Antonio Borneo2-7/+0
2022-09-13tcl/board: add ESP32-S3 config for ESP USB Bridge boardErhan Kurubas1-0/+15
2022-09-13tcl/board: add ESP32 config for ESP USB Bridge boardErhan Kurubas1-0/+15
2022-09-13target/xtensa: fix step state transitionIan Thompson1-3/+4
2022-09-13target/xtensa: DAP-based Xtensa config filesIan Thompson4-1/+282
2022-09-13target/xtensa: enable DAP/SWD for generic xtensaIan Thompson4-37/+191
2022-09-13src/flash/nor: flash driver for RSL10Toms Stūrmanis8-0/+999
2022-09-13.gitignore: remove cross-compile *-libtoolAntonio Borneo1-1/+0
2022-09-13contrib: add GPL license tag on files that miss itAntonio Borneo35-0/+69
2022-09-13contrib: replace the GPLv2-or-later license tagAntonio Borneo65-901/+131
2022-09-13contrib: replace the BSD-3-Clause license tagAntonio Borneo29-752/+62
2022-09-13contrib: replace the GPLv3-or-later license tagAntonio Borneo3-17/+8
2022-09-13openocd: fix syntax of SPDX tagsAntonio Borneo8-15/+14
2022-09-13openocd: remove CamelCase symbols *xPSR*Antonio Borneo18-58/+58
2022-09-13openocd: remove recently added CamelCase symbolsAntonio Borneo5-23/+23
2022-09-08target/xtensa: virtualize XDM registersIan Thompson4-239/+390
2022-09-08jep106: update to revision JEP106BE Jan 2022Antonio Borneo1-3/+91
2022-09-08jep106: add SPDX tag and JEDEC copyrightAntonio Borneo1-4/+10
2022-09-08jtag/vdebug: remove BSD-2-Clause boilerplateAntonio Borneo1-23/+2
2022-09-08libjaylink: Update to 0.3.1 releaseMarc Schink1-0/+0
2022-09-03server: add function to get openocd shutdown statusErhan Kurubas2-0/+7
2022-09-03target/espressif: add semihosting supportErhan Kurubas16-15/+510
2022-09-03target/arm: Add support with identify STAR-MC1iysheng2-0/+7
2022-09-01flash/nor/kinetis: fix clang scan-build error format-truncationErhan Kurubas1-1/+1
2022-08-27target/riscv: Update with latest encoding from riscv-opcodesTim Newsome1-3374/+3661
2022-08-27target/xtensa: fix clang analyzer warningsIan Thompson1-0/+2
2022-08-27flash/nor/bluenrg-x: clarify target algo stack usageTomas Vanek1-10/+19
2022-08-27flash/nor/nrf5: don't misuse uint32_t for refcountTomas Vanek1-1/+1
2022-08-27flash/nor/core: remove unused defineTomas Vanek1-2/+0
2022-08-27flash/nor: remove empty command definitionsAntonio Borneo3-64/+0
2022-08-27doc: how to use QEMU to test big-endian buildAntonio Borneo3-0/+226
2022-08-27server/server: fix target timer timingTomas Vanek1-4/+7
2022-08-27tcl/target: stm32[fl]4x: document the settings for traceAntonio Borneo2-0/+8
2022-08-27tcl/target: replace event trace-configAntonio Borneo11-19/+75
2022-08-27jtag/drivers/kitprog: workaround serious firmware problemTomas Vanek1-2/+18
2022-08-27jtag/drivers/kitprog: use HID read timeoutTomas Vanek1-3/+7
2022-08-27flash: nor: use binary prefixes consistentlyPaul Fertser10-27/+27
2022-08-21target/xtensa: fix clang analyzer warnings and gcc12 build errorsErhan Kurubas1-3/+6