aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2023-07-13jtag/drivers/xds110: Fix compiler warning.us_xds110Tim Newsome1-4/+0
2023-07-08jtag/stlink: add STLINK-V3PWR supportLaurent LEMELE1-3/+42
2023-07-08ipdbg/pld: ipdbg can get tap and hub/ir from pld driver.Daniel Anselmi7-2/+217
2023-07-08pld/virtex2: add program/refresh commandDaniel Anselmi1-0/+51
2023-07-08pld/xilinx: make instruction codes configurableDaniel Anselmi2-12/+108
2023-07-08pld: give devices a name for referencing in scriptsDaniel Anselmi9-189/+234
2023-07-01semihosting: fix handling of errnoMarek Vrbka1-32/+47
2023-07-01semihosting: improve semihosting opcode debug messagesMarek Vrbka2-4/+75
2023-06-16riscv/semihosting: Fix ebreak skip on fileio modeMarek Vrbka1-5/+5
2023-06-10jep106: update to revision JEP106BG May 2023Antonio Borneo1-3/+58
2023-06-10semihosting: fix non-zero value on Windows isatty()Marek Vrbka1-1/+2
2023-06-10gdb_server: refactor and unify function gdb_get_char_innerMarek Vrbka1-31/+12
2023-06-10gdb_server: add debug signal reason printsMarek Vrbka3-2/+35
2023-06-10flash/nor: add support for NXP QN908xiosabi4-0/+1200
2023-06-02jtag/vdebug: using tap_stateJacek Wuwer1-5/+5
2023-06-02jtag/vdebug: fix endianness supportJacek Wuwer1-2/+2
2023-06-02target/espressif: fix clang scan-build warningErhan Kurubas1-1/+1
2023-06-02flash: jtagspi: fix clang build warningAntonio Borneo1-30/+22
2023-06-02flash: psoc4: fix clang errorAntonio Borneo1-1/+1
2023-06-02cortex_m: fix reading of DCB_DSCSR registerBohdan Tymkiv1-5/+2
2023-06-02target: armv8: fix support of pointer authenticationAntonio Borneo1-1/+1
2023-05-27flash/jtagspi: sending command and setting parameters without probing.Daniel Anselmi3-12/+34
2023-05-27target/xtensa: add file-IO supportIan Thompson5-3/+247
2023-05-27jtag/adapter: Removed unused include of strings.hJan Matyas1-4/+0
2023-05-27jtag: rewrite jim_jtag_tap_enabler() as COMMAND_HANDLERAntonio Borneo4-37/+44
2023-05-27jtag: rewrite commands 'jtag newtap' and 'swd newdap' as COMMAND_HANDLERAntonio Borneo5-190/+175
2023-05-27target: use unsigned int for timeout_msAntonio Borneo16-38/+38
2023-05-27target: rewrite command 'arp_waitstate' as COMMAND_HANDLERAntonio Borneo1-42/+27
2023-05-27target: rewrite command 'arp_examine' as COMMAND_HANDLERAntonio Borneo1-27/+18
2023-05-27target: espressif: apptrace: declare a local function as staticAntonio Borneo1-1/+1
2023-05-27target/espressif: add system level tracing featureErhan Kurubas5-17/+954
2023-05-27Revert "target/image: zero-initialize ELF segments up to p_memsz"Antonio Borneo1-34/+20
2023-05-25flash/nor/stm32f2x: Show error message when unprotecting OTPMatthijs Kooijman1-1/+3
2023-05-25flash/nor/stm32f2x: Fix typos in log messagesMatthijs Kooijman1-2/+2
2023-05-25target/riscv-013: clear sticky error when DMI operation failsAmaury Pouly1-0/+2
2023-05-24flash/stm32l4x: support STM32C0x devicesTarek BOCHKATI2-1/+44
2023-05-24jtag/drivers/bcm2835gpio: add peripheral_mem_dev config commandTomas Vanek1-8/+37
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 Vanek1-11/+23
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-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