aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-08-15jtag/adapter: Add command 'adapter gpio'Steve Marple4-0/+474
2022-08-15target/cortex_m: supress historical reset detectionTomas Vanek2-0/+21
2022-08-15loaders/reset/espressif: replace the GPL-2.0-or-later license tagErhan Kurubas5-65/+10
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 Llano2-2/+10
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
2022-08-08target/cortex_a: remove unused CORTEX_A15_COMMON_MAGICTomas Vanek1-1/+0
2022-08-01flash/nor/fespi: check target typeTomas Vanek1-0/+6
2022-08-01target/riscv: add common magicTomas Vanek2-0/+12
2022-08-01target/riscv: use struct riscv_info instead of typedef riscv_info_tTomas Vanek4-27/+35
2022-07-30arm_adi_v5: Adding Nuvoton NPCX quirkBen Bender3-0/+42
2022-07-30drivers/vdebug: add support for DAP level interfaceJacek Wuwer10-146/+488
2022-07-23target/semihosting: export semihosting_common_handlers[] from header fileErhan Kurubas5-6/+2
2022-07-23tcl: ngultra: add target config fileAdrien Grassein1-0/+51
2022-07-23helper/jim-nvp: avoid camelcase error by deprecated APIAntonio Borneo2-141/+0
2022-07-23openocd: src: replace SPDX to remaining filesAntonio Borneo7-85/+35
2022-07-23openocd: src: replace the GPL-2.0-or-later license tagAntonio Borneo30-390/+60
2022-07-23openocd: src/target: replace the GPL-2.0-or-later license tagAntonio Borneo192-2501/+384
2022-07-23openocd: src/rtos: replace the GPL-2.0-or-later license tagAntonio Borneo28-370/+53
2022-07-23openocd: src/jtag: replace the GPL-2.0-or-later license tagAntonio Borneo108-1404/+216
2022-07-23openocd: src/helper: replace the GPL-2.0-or-later license tagAntonio Borneo23-299/+46
2022-07-23openocd: src/flash: replace the GPL-2.0-or-later license tagAntonio Borneo110-1429/+220
2022-07-23openocd: src: fix incorrect SPDX tagsAntonio Borneo16-30/+33
2022-07-23openocd: src: fix incorrect GPL license tagAntonio Borneo1-2/+2
2022-07-23openocd: src: replace the GPL-2.0-only license tagAntonio Borneo1-12/+2
2022-07-23openocd: src: replace the incomplete GPL-2.0-or-later license tagAntonio Borneo6-71/+20
2022-07-23openocd: src: replace the GPL and BSD-Source-Code license tagsAntonio Borneo5-161/+70
2022-07-23openocd: src: replace the GPL with eCos exception 2.0 license tagAntonio Borneo4-25/+81
2022-07-23openocd: src: replace the BSD-2-Clause-Views license tagAntonio Borneo4-56/+44
2022-07-23openocd: src: replace the BSD-3-Clause license tagAntonio Borneo1-27/+2
2022-07-23openocd: src: add GPL license tag on files that miss itAntonio Borneo4-0/+8
2022-07-23openocd: src: remove duplicated GPL license tagAntonio Borneo1-13/+0
2022-07-23openocd: build: add SPDX tagAntonio Borneo30-0/+60
2022-07-02semihosting: fix return value of SYS_READ and SYS_WRITEPavel Kirienko1-9/+3