aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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 Schmitz2-5/+31
2023-03-18tcl: remove exec permission to tcl config filesAntonio Borneo2-0/+0
2023-03-18tcl/tools/test_cpu_speed: Fix register nameMarc Schink1-1/+1
2023-03-18jimtcl: update to version 0.82Antonio Borneo2-2/+2
2023-03-18build: fix distcheck for jimtclAntonio Borneo1-2/+6
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-18doc: add missing FreeRTOS symbolChao Du1-1/+1
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-03-18TODO: remove outdated AT91SAM92xx entryWolfram Sang1-2/+0
2023-03-18tcl/board/at91sam9g20-ek: remove outdated FIXMEWolfram Sang1-4/+0
2023-03-03tlc/interface: does fix source of raspberrypi-gpio-connector.cfgTomas Deingruber1-1/+1
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-03README: Remove statement about libjaylink Git submoduleMarc Schink1-2/+1
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-28tcl/target: add rescue mode to RP2040 configTomas Vanek1-0/+30
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-28tcl/interface: universal config for all Raspberry Pi modelsTomas Vanek3-73/+104
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
2023-01-28rtos: Fix constness of struct rtos_typeAndreas Fritiofson7-25/+25
2023-01-28rtos: Support rt-kernelAndreas Fritiofson4-1/+391