aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2023-03-25jtag: rewrite command 'adapter name' as COMMAND_HANDLERAntonio Borneo1-12/+10
2023-03-25target: cti: rewrite command 'cti names' as COMMAND_HANDLERAntonio Borneo1-12/+9
2023-03-25target: armv4_5: rewrite commands 'arm mcr/mrc' as COMMAND_HANDLERAntonio Borneo1-79/+53
2023-03-25target: aarch64: rewrite commands 'aarch64 mcr/mrc' as COMMAND_HANDLERAntonio Borneo1-83/+46
2023-03-25rtt: rewrite command 'rtt channellist' as COMMAND_HANDLERAntonio Borneo1-60/+26
2023-03-25openocd: rewrite command 'version' as COMMAND_HANDLERAntonio Borneo1-13/+13
2023-03-25helper: util: rewrite command 'ms' as COMMAND_HANDLERAntonio Borneo1-13/+6
2023-03-25flash: nor: rewrite command 'flash list' as COMMAND_HANDLERAntonio Borneo1-30/+18
2023-03-25transport: rewrite command 'transport select' as COMMAND_HANDLERAntonio Borneo1-51/+49
2023-03-25helper: command: rewrite command 'ocd_find' as COMMAND_HANDLERAntonio Borneo1-10/+10
2023-03-25svf: make command 'svf' syntax consistentAntonio Borneo1-18/+77
2023-03-25svf: fix memory leak on error during command executionAntonio Borneo1-12/+16
2023-03-25svf: fix leaking file descriptorAntonio Borneo1-1/+7
2023-03-25target/adi_v5_jtag: fix endianness error in transaction replayTomas Vanek1-1/+7
2023-03-25target/adi_v5_swd: update comment about SWD capabilityTomas Vanek1-1/+1
2023-03-25target/espressif: check common_magic instead of gdb_arch stringErhan Kurubas1-6/+4
2023-03-25rtos/nuttx: add Espressif target support and refactoringErhan Kurubas4-278/+329
2023-03-25helper/compiler: fix build on MacOSAntonio Borneo1-0/+8
2023-03-18svf: new command line options -noreset and -addcyclesKai Schmitz1-4/+25
2023-03-18openocd: drop JIM_EMBEDDED macroAntonio Borneo1-3/+0
2023-03-18helper: add compiler.h to handle compiler specific workaroundsAntonio Borneo3-3/+50
2023-03-18target/xtensa: add NX supportIan Thompson3-52/+370
2023-03-18target/image: zero-initialize ELF segments up to p_memszPeter Collingbourne1-20/+34
2023-03-18flash/nor/at91samd: add missing SAMR34/35 part numbersAndrew Lalaev1-0/+4
2023-03-18flash/nor/at91samd: fix RAM size for SAMR34/35Andrew Lalaev1-2/+2
2023-03-18drivers/ftdi: prevent misleading error msg when more vid/pids configuredTomas Vanek2-19/+8
2023-03-18drivers/libusb_helper: allow external use of jtag_libusb_match_ids()Tomas Vanek2-1/+3
2023-02-26jtag/drivers/cmsis_dap: run queue on reaching transaction limitPeter Collingbourne1-1/+3
2023-02-26helper: command: drop last LF ('\n') from sequence of command_print()Antonio Borneo2-2/+21
2023-02-18flash/nor/spi: add 25pe{10/20/40/80/16}Daniel Anselmi1-0/+5
2023-02-12new SPI memory devices, continuation code for manufacturer idAndreas Bolsch1-9/+64
2023-02-03flash/nor/stm32l4x: Add revision 'Z' for STM32L552/562 devicesMarc Schink1-1/+1
2023-02-03target: arc: rewrite command 'arc add-reg' as COMMAND_HANDLERAntonio Borneo2-143/+96
2023-02-03target: arc: rewrite command 'arc add-reg-type-struct' as COMMAND_HANDLERAntonio Borneo1-151/+101
2023-02-03target: arc: rewrite command 'arc add-reg-type-flags' as COMMAND_HANDLERAntonio Borneo1-103/+94
2023-02-03helper: nvp: add openocd nvp filesAntonio Borneo3-1/+145
2023-02-03target: arc: fix error handling in command 'arc set-reg-exists'Antonio Borneo1-2/+2
2023-02-03target: arc: rewrite command 'arc num-actionpoints' as COMMAND_HANDLERAntonio Borneo1-31/+13
2023-02-03target: arc: rewrite command 'arc get-reg-field' as COMMAND_HANDLERAntonio Borneo1-35/+16
2023-02-03target: arc: rewrite command 'arc jtag set-core-reg' as COMMAND_HANDLERAntonio Borneo1-25/+13
2023-02-03target: arc: rewrite command 'arc jtag get-core-reg' as COMMAND_HANDLERAntonio Borneo1-25/+14
2023-02-03target: arc: rewrite command 'arc jtag set-aux-reg' as COMMAND_HANDLERAntonio Borneo1-24/+11
2023-02-03target: arc: rewrite command 'arc jtag get-aux-reg' as COMMAND_HANDLERAntonio Borneo1-23/+12
2023-02-03flash/nor/spi: Add some zbit flash chips.Daniel Serpell1-0/+7
2023-01-28jtag/drivers/jlink: allow SWD multidropTomas Vanek1-3/+7
2023-01-28rtos: remove config.h includes from stackings headersErhan Kurubas14-37/+13
2023-01-28jtag/drivers/bcm2835gpio: refactor delays to inline functionTomas Vanek1-6/+9
2023-01-28jtag/drivers/bcm2835gpio: use rounding in delay mathTomas Vanek1-2/+5
2023-01-28jtag/drivers/bitbang: avoid mostly harmless glitch on SWDIOTomas Vanek1-1/+13
2023-01-28jtag/drivers/openjtag: fix annoying num_cycles > 16 warningN S1-6/+8