aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-05-18nand: move in driver.h the nand_flash_controller's declarationAntonio Borneo2-20/+15
2023-05-18rtos: move in rtos.h the rtos_type's declarationAntonio Borneo2-16/+15
2023-05-18target: move in target_type.h the target_type's declarationAntonio Borneo3-42/+41
2023-05-13jtag: tcl: show error message when attempting manual "drscan" on a bypassed tapPaul Fertser1-0/+5
2023-05-13jtag: tcl: change drscan usage to show at least one value is requiredPaul Fertser1-1/+1
2023-05-13target: rewrite command 'arp_reset' as COMMAND_HANDLERAntonio Borneo2-37/+26
2023-05-13target: rewrite command 'arp_halt' as COMMAND_HANDLERAntonio Borneo1-12/+12
2023-05-13target: rewrite command 'arp_poll' as COMMAND_HANDLERAntonio Borneo1-17/+13
2023-05-13jtag: rewrite command 'pathmove' as COMMAND_HANDLERAntonio Borneo1-23/+20
2023-05-13jtag: rewrite command 'drscan' as COMMAND_HANDLERAntonio Borneo1-114/+65
2023-05-13openocd: trivial replace of jim-nvp with new nvpAntonio Borneo6-37/+43
2023-05-13xtensa: fix build with gcc 13.1.1Antonio Borneo1-1/+1
2023-05-06target: etm: fix check trace statusAntonio Borneo1-1/+1
2023-05-06jtag: xds110: fix check on malloc() returned pointerAntonio Borneo1-1/+1
2023-05-05pld/virtex2: add missing error checksDaniel Anselmi1-27/+94
2023-05-05pld: gatemate: fix memory leakAntonio Borneo1-1/+3
2023-05-05target: with pointers, use NULL instead of 0Antonio Borneo4-10/+10
2023-05-05target: rtt: include rtt.hAntonio Borneo1-0/+1
2023-05-05target: use 'ULL' suffix for long constantsAntonio Borneo4-102/+102
2023-05-05rtos: with pointers, use NULL instead of 0Antonio Borneo1-4/+4
2023-05-05helper: with pointers, use NULL instead of 0Antonio Borneo3-8/+8
2023-05-05helper: util: include util.hAntonio Borneo1-0/+1
2023-05-05flash: with pointers, use NULL instead of 0Antonio Borneo3-3/+3
2023-05-05flash: nor: add static to local symbolsAntonio Borneo2-3/+3
2023-05-05flash: nor: use 'ULL' suffix for long constantsAntonio Borneo2-11/+11
2023-05-05jtag: drivers: with pointers, use NULL instead of 0Antonio Borneo14-32/+40
2023-05-05jtag: drivers: add static to local symbolsAntonio Borneo3-4/+4
2023-04-30pld: add support for cologne chip gatemate fpgasDaniel Anselmi6-0/+282
2023-04-30pld: add support for gowin devicesDaniel Anselmi6-0/+639
2023-04-30pld: add support for altera/intel devicesDaniel Anselmi17-49/+809
2023-04-30pld: add support for efinix devicesDaniel Anselmi7-0/+291
2023-04-30pld: add support for lattice certus devicesDaniel Anselmi9-10/+383
2023-04-30pld: add support for lattice ecp5 devicesDaniel Anselmi8-3/+297
2023-04-30pld: add support for lattice ecp2 and ecp3 devicesDaniel Anselmi13-1/+1044
2023-04-30target/espressif: fix clang report on list useAntonio Borneo1-10/+6
2023-04-30target/espressif: fix clang report on use of garbage valueAntonio Borneo1-2/+4
2023-04-30src: fix clang15 compiler warningsErhan Kurubas4-12/+4
2023-04-30server/ipdbg: add error checks after allocating memoryDaniel Anselmi1-1/+22
2023-04-30tcl/target: renesas gen3 Set target to armv8r for Cortex-R52Julien Massot1-8/+13
2023-04-30aarch64: Add support for ARMv8-RJulien Massot3-4/+71
2023-04-30target:armv8: aarch32 do not try to restore same ELJulien Massot1-0/+3
2023-04-14pld: move file sanity checks to pld.cDaniel Anselmi2-17/+17
2023-04-14flash/rsl10: fix typoMark Zhuang1-1/+1
2023-04-14rtos/linux.c: Fix Linux user space border checkpanciyan1-1/+1
2023-04-14src/server: Fix memory leak of reg_listpanciyan1-0/+1
2023-04-14target/espressif: add application tracing functionality over JTAGErhan Kurubas11-0/+2099
2023-04-14doc: drop "resume will wait 5 seconds"Tomas Vanek1-1/+0
2023-04-14tcl: cpld/xilinx-xc7: remove virtex-7 devices with ir-length > 6Daniel Anselmi1-8/+10
2023-04-14tcl: zynq_7000: add missing id codesDaniel Anselmi1-4/+20
2023-04-07helper/compiler fix build with gcc on MacOSAntonio Borneo1-2/+4