aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-05-24flash/stm32l4x: support STM32C0x devicesTarek BOCHKATI3-1/+118
2023-05-24jtag/drivers/bcm2835gpio: add peripheral_mem_dev config commandTomas Vanek2-13/+55
2023-05-24jtag/drivers/bcm2835gpio: extend peripheral_base to off_tTomas Vanek1-6/+10
2023-05-24jtag/drivers/bcm2835gpio: don't touch pad setting on /dev/gpiomemTomas Vanek2-12/+28
2023-05-18tcl/target: Add support for TMS570LC43xxPhil Kirkpatrick2-9/+9
2023-05-18flash/jtagspi: handle error return values where neededDaniel Anselmi1-2/+2
2023-05-18pld/virtex2: check error propagated by virtex2_read_stat()Antonio Borneo1-2/+6
2023-05-18HACKING: add info on usage of sparseAntonio Borneo1-0/+15
2023-05-18rtos: uCOS-III: split struct ucos_iii_paramsAntonio Borneo1-47/+35
2023-05-18rtos: move prototype of rtos_thread_packet() in rtos.hAntonio Borneo4-7/+1
2023-05-18target: arm_adi_v5: move in include file the declaration of dap_opsAntonio Borneo2-2/+3
2023-05-18flash: nand: move in include file the declaration of 'nand_devices'Antonio Borneo2-3/+1
2023-05-18server: gdb: export gdb_actual_connections through a functionAntonio Borneo4-12/+17
2023-05-18jtag: move declaration outside functionAntonio Borneo2-5/+3
2023-05-18hello: include hello.hAntonio Borneo1-0/+1
2023-05-18helper: types: rework h_u32_to_le() and similar for sparseAntonio Borneo1-18/+18
2023-05-18target: arm_dpm: with pointers, use NULL instead of 0Antonio Borneo1-1/+1
2023-05-18pld: fix new warnings from sparseAntonio Borneo2-3/+1
2023-05-18helper: replacements: rework including replacements.hAntonio Borneo2-8/+11
2023-05-18nand: declare exported function in core.hAntonio Borneo2-2/+2
2023-05-18jtag: move in interface.h the adapter_driver's declarationAntonio Borneo2-114/+40
2023-05-18pld: validate exported functions by including its own .hAntonio Borneo3-0/+3
2023-05-18pld: move in pld.h the pld_driver's declarationAntonio Borneo2-9/+7
2023-05-18nor: move in driver.h the flash_driver's declarationAntonio Borneo8-80/+74
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