aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
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 Kurubas12-15/+434
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-27server/server: fix target timer timingTomas Vanek1-4/+7
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
2022-08-20target: add generic Xtensa LX supportIan Thompson18-1787/+2663
2022-08-20server/gdb_server: Add support for default thread, use by IDA debuggerMadSquirrel1-93/+92
2022-08-20target/semihosting: drop type casting from semihosting->resultErhan Kurubas1-29/+18
2022-08-15target/espressif: remove author lines from esp32xx and xtensa filesErhan Kurubas11-30/+4
2022-08-15drivers/linuxgpiod: Migrate to adapter gpio commandsSteve Marple2-502/+261
2022-08-15drivers/am335xgpio: Release resources on error and when quittingSteve Marple1-0/+11
2022-08-15drivers/am335xgpio: Migrate to adapter gpio commandsSteve Marple2-427/+303
2022-08-15jtag/adapter: Add command 'adapter gpio'Steve Marple3-0/+424
2022-08-15target/cortex_m: supress historical reset detectionTomas Vanek2-0/+21
2022-08-15gdb_server: custom target-specific GDB queriesIan Thompson2-0/+14
2022-08-15gdb_server: support sparse register mapsIan Thompson1-2/+6
2022-08-15openocd: prevent target polling during 'init'Antonio Borneo1-0/+4
2022-08-15target: add API to temporarily mask target pollingAntonio Borneo5-15/+41
2022-08-15gdb_server: add "not supported" Z-packet replyIan Thompson1-2/+8
2022-08-15adapter: run at default speed when clock speed not specifiedErhan Kurubas1-6/+14
2022-08-15rtos: Support for "none" rtosAsier Llano1-1/+4
2022-08-15target/riscv: Update debug_defines.h.Tim Newsome1-936/+1444
2022-08-14target/arm: do not expose 'arm reg', 'arm mcr/mrc' commands on Cortex-MTomas Vanek3-15/+28
2022-08-14target/arm: make 'arm core_state' command compatible with Cortex-MTomas Vanek2-11/+13
2022-08-14target/cortex_m: prevent segmentation fault in cortex_m_poll()Tomas Vanek1-0/+10
2022-08-14target: move parent target structs just after common_magicTomas Vanek4-7/+8
2022-08-14target/aarch64: fix duplicate common magicTomas Vanek1-1/+1
2022-08-14target: consolidate existing target/algo common_magicTomas Vanek23-48/+67
2022-08-08flash/nor: remove useless setting of bus_width and chip_widthTomas Vanek3-15/+2
2022-08-08target: fix unaligned return of target_get_working_area_avail()Tomas Vanek1-4/+3
2022-08-08fix Kinetis 100 MHz rev 1.x programmingMartin Hierholzer1-0/+39
2022-08-08FreeRTOS: Always show current execution before scheduler is startedFrank Dischner1-1/+16
2022-08-08FreeRTOS: Fix current thread ID when no threads are activeFrank Dischner1-1/+2