Commit Graph

  • 61e19349b2 flash/nor/nrf5: use BIT() instead of << operator Tomas Vanek 2024-01-22 12:13:46 +01:00
  • cdc569ce3a flash/nor/nrf5: drop nrf5 info command Tomas Vanek 2024-01-21 23:34:30 +01:00
  • 2db325f539 flash/nor/nrf5: drop nrf5_get_probed_chip_if_halted() Tomas Vanek 2024-01-21 18:14:14 +01:00
  • 42e4f26a3d flash/nor/nrf5: add missing device types Tomas Vanek 2024-01-21 18:08:33 +01:00
  • 85bc328969 flash/nor/nrf5: add missing package codes Tomas Vanek 2024-01-21 18:00:06 +01:00
  • 19ef6634f0 target/nrf51: use PAN #16 workaround in reset-init only Tomas Vanek 2024-01-21 16:01:00 +01:00
  • 1354ff7adf flash/nor/nrf5, target/nrf51: deprecate nrf51 flash driver Tomas Vanek 2024-01-21 15:55:37 +01:00
  • 46ae39c623 flash/nor/nrf5: drop unused part of HWIDs table Tomas Vanek 2024-01-21 15:40:37 +01:00
  • 07141132a7 gdb_server: don't send unrequested ACK at connection Antonio Borneo 2021-12-04 00:48:23 +01:00
  • 271c4e5253 target/esp_xtensa_smp: don't use coreid as an SMP index Erhan Kurubas 2024-02-24 20:29:41 +01:00
  • 56a7925a1d src/jtag/drivers/mpsse: Add support for new FTDI chip types. Luca Rufer 2024-02-08 21:59:47 +01:00
  • 179169268c jtag/commands: fixed buffer overflow SydMontague 2024-02-02 12:12:48 +01:00
  • 33573cda4a src/target/riscv: Help older compilers Sevan Janiyan 2024-01-27 21:53:11 +00:00
  • b6ee137206 driver: Add additional check for count of BYPASS devices Kirill Radkin 2023-06-16 12:09:32 +03:00
  • 9d5117a23e server/gdb-server: fix type error. wangyanwen 2023-10-09 14:08:59 +08:00
  • 7145b984a9 portability fix: Switch binary literals to hex Sevan Janiyan 2024-01-28 20:34:41 +00:00
  • efdd5e09b1 jep106: update to revision JEP106BI January 2024 Antonio Borneo 2024-02-06 22:20:06 +01:00
  • 847f1209d6 jtag interfaces: Reduce usage of global for jtag queue Evan Hunter 2012-10-31 17:51:45 +11:00
  • c6e7e48b05 jtag/drivers: fix reset logic handling in OpenJTAG N S 2024-01-22 21:47:34 -08:00
  • 7295ddc15c jtag/drivers: OpenJTAG standard variant perf improvement N S 2023-01-22 21:34:16 -08:00
  • 81a50d3e90 jtag: fix jtag configure command containing events Antonio Borneo 2024-02-01 10:55:51 +01:00
  • d0548940f2 helper/log: report the file in log_output command Evgeniy Naydanov 2024-01-10 19:23:53 +03:00
  • 50be4bd267 jtag/mpsse: mpsse_flush should not treat LIBUSB_ERROR_INTERRUPTED as an error Parshintsev Anatoly 2023-07-10 16:30:07 +03:00
  • 3b5ef1726a jtag/drivers: Add vid_pid command to OpenJTAG N S 2024-01-21 17:45:06 -08:00
  • 79f519bb63 target/cortex_m: fix couple of comments Tomas Vanek 2024-01-21 12:29:14 +01:00
  • 226085065b target/cortex_m: drop useless target_halt() call Tomas Vanek 2024-01-21 12:05:35 +01:00
  • 3861699074 target/cortex_m: prevent asserting reset if examine is deferred Tomas Vanek 2024-01-21 10:15:07 +01:00
  • 0d3d4c981a jtag/adapter: retype adapter_gpio_config.{gpio,chip}_num Vincent Fazio 2024-01-31 09:06:20 -06:00
  • 4593c75f0b jtag/drivers/jlink: make jlink quiet polling target in -d 3 Tomas Vanek 2024-01-22 21:25:59 +01:00
  • 9659a9b5e2 target/esirisc: free memory at OpenOCD exit Antonio Borneo 2024-01-14 17:51:41 +01:00
  • 1b0ffa97ea target: get_gdb_arch() accepts target via const pointer Evgeniy Naydanov 2024-01-12 16:29:32 +03:00
  • 67675323e1 target: pass target to observers via const pointer Evgeniy Naydanov 2024-01-11 14:02:28 +03:00
  • 3d3f823920 target/xtensa: add dual-core support Ian Thompson 2024-01-18 16:10:26 -08:00
  • 151b743714 jtag/vdebug: add support for DAP6 Jacek Wuwer 2024-01-09 14:57:29 +01:00
  • 80b970bd29 jtag/vdebug: fix socket options on CYGWIN Jacek Wuwer 2024-01-09 11:23:56 +01:00
  • 987a274a85 target/xtensa: update COMMAND_HELPER output to use command_print() API Ian Thompson 2024-01-08 10:43:05 -08:00
  • d7ee0e422e contrib/rtos-helpers/uCOS-III-openocd: change license to Apache-2.0 Antonio Borneo 2023-11-09 15:18:22 +01:00
  • 3fb729980c LICENSES: Add the Apache-2.0 license for standalone files Antonio Borneo 2023-11-11 20:10:41 +01:00
  • d8499687f8 jtag/drivers: Correct ANGIE driver and GPIO Extender configuration Ahmed BOUDJELIDA 2024-01-15 15:45:49 +01:00
  • 43e1d60e77 jtag/drivers/cmsis_dap_usb_bulk: fix clang warning Tomas Vanek 2023-12-10 15:03:46 +01:00
  • ea2e26f7d5 jtag: rewrite jim_jtag_configure() as COMMAND_HANDLER Antonio Borneo 2023-08-06 23:14:15 +02:00
  • b9f5262d42 contrib/firmware: Change USB interruption handling for JTAG/I2C communications Ahmed BOUDJELIDA 2023-12-22 10:59:52 +01:00
  • b50a8dbe41 jtag/drivers: Add GPIO extender configuration function to ANGIE driver Ahmed BOUDJELIDA 2023-12-11 14:39:57 +01:00
  • 868700e720 jtag/drivers: give ANGIE a new PID after renumeration Ahmed BOUDJELIDA 2023-12-06 15:28:16 +01:00
  • 74807daeb3 jtag/drivers: correct the angie_reset function Ahmed BOUDJELIDA 2023-12-04 10:58:05 +01:00
  • c7073853eb contrib/firmware: Add direction control for 'SCL' i2c signal Ahmed BOUDJELIDA 2023-11-29 15:21:27 +01:00
  • 995a7af21d jtag/drivers: send bitstream size to firmware via libusb Ahmed BOUDJELIDA 2023-11-21 17:45:55 +01:00
  • fce7aa754f contrib/firmware: update gpif FSM configuration file Ahmed BOUDJELIDA 2023-11-15 11:26:28 +01:00
  • c47d77780c target/mips32: fix false positive from clang Antonio Borneo 2024-01-06 17:54:24 +01:00
  • 53811fc584 target/xtensa: enable xtensa algo support ianst 2023-11-01 16:41:43 -07:00
  • e680841fd2 helper/command: pass command arguments also as Jim_Obj Antonio Borneo 2023-08-06 12:38:54 +02:00
  • f857db98bd helper/command: inline run_command() in exec_command() Antonio Borneo 2023-08-06 12:26:25 +02:00
  • f9ea9ce24c helper/command: simplify exec_command() Antonio Borneo 2023-08-06 11:34:28 +02:00
  • 712c1244e8 helper/command: simplify script_command_args_alloc() Antonio Borneo 2023-08-06 10:32:46 +02:00
  • 5e1468da18 helper/command: drop unused variables Antonio Borneo 2023-08-06 10:40:03 +02:00
  • 6e6d486de2 target: drop deprecated code for mem2array and array2mem Antonio Borneo 2023-12-03 18:10:45 +01:00
  • 305f293201 LICENSES: drop SPDX tag 'GPL-2.0' and use 'GPL-2.0-only' Antonio Borneo 2024-01-04 22:26:38 +01:00
  • 0de852f561 target/arc: skip over breakpoints in arc_resume() Evgeniy Didin 2020-07-31 00:13:12 +03:00
  • 2c10e3e257 target/arc: restore breakpoints in arc_resume() Evgeniy Didin 2020-07-31 00:13:12 +03:00
  • 04eda37263 target/xtensa: extra debug info for "xtensa exe" failures ianst 2023-12-06 14:34:09 -08:00
  • 22ebb693b6 cortex_m: add detection of MVE feature for Armv8.1-M cores Tarek BOCHKATI 2022-04-28 03:46:35 +01:00
  • d2b2ac28d9 ipdbg: improve ipdbg-host speed Daniel Anselmi 2023-03-12 01:43:32 +01:00
  • 44e02e1f49 jtag/drivers/cmsis_dap: use oocd_libusb_dev_mem_alloc() helper Tomas Vanek 2023-12-10 11:58:43 +01:00
  • 15f74c2595 drivers/libusb_helper: introduce oocd_libusb_dev_mem_alloc() helper Tomas Vanek 2023-12-20 13:20:27 +01:00
  • adcc8ef87b target/adiv5: probe MEM-AP supported transfer sizes including large data Tomas Vanek 2023-04-02 17:23:46 +02:00
  • ffdcec938f target/arm_adi_v5: rework Nuvoton NPCX quirk workaround. Tomas Vanek 2023-04-02 18:49:12 +02:00
  • 5039848424 target/arm_adi_v5: simplify TI BE 32 quirk workaround Tomas Vanek 2023-04-02 18:27:17 +02:00
  • a77d280bd0 flash/nor/kinetis: add support for NXP S32K series David Vidrie Leon 2022-04-27 14:45:04 -04:00
  • 0886730f5a doc: address is optional in *_image commands Evgeniy Naydanov 2023-12-25 13:03:54 +03:00
  • b123128737 target/mips32: optimize pracc access Walter Ji 2023-08-29 13:27:49 +08:00
  • 019bf5f83c target/mips32: add mips ejtag command Walter Ji 2023-11-17 15:13:55 +08:00
  • b2172ed7d7 target/mips32: update coprocessor 0 command Walter Ji 2023-11-17 15:13:21 +08:00
  • 7de4b1202d target/mips32: add cpu info detection Walter Ji 2023-09-26 17:21:42 +08:00
  • b717373247 doc: usb_adapters: update the script for unavailable reports Antonio Borneo 2023-12-10 21:35:10 +01:00
  • 5c53034d85 doc/openocd: Mention APM32F1 and APM32F4 series Marc Schink 2023-11-14 10:55:46 +01:00
  • b0f99dfed0 tcl/target: Add Geehy APM32F1x config Marc Schink 2023-11-08 10:27:36 +01:00
  • 7f3aba1319 tcl/target: Add Geehy APM32F4x config Marc Schink 2023-05-14 15:03:07 +02:00
  • d46a3d635e tcl/target: Add Geehy APM32F0x config Marc Schink 2023-05-13 12:37:12 +02:00
  • a90b1642ec flash/nor/stm32f1x: Add support for Geehy APM32F0 series Marc Schink 2023-05-13 12:24:04 +02:00
  • 5394e5b762 target/cortex_m: Add Cortex-M85 part Marc Schink 2023-12-11 16:28:17 +01:00
  • 8df529fa66 bitbang: Add flush before sleep Aleksey Shargalin 2017-10-31 17:23:40 +03:00
  • 65fc586d6e tcl/target: add Marvell Octeon TX2 CN9130 target Henrik Nordström 2023-12-17 17:39:50 +01:00
  • 8d3728f931 jtag: add -ir-bypass option to newtap Henrik Nordström 2023-12-17 23:14:37 +01:00
  • fc268f8326 target/armv8: Add more support for decoding memory attributes Peter Collingbourne 2023-12-08 13:57:44 -08:00
  • 357996d996 target/adi_v5_swd: optimize sequences in swd_connect_multidrop() Tomas Vanek 2023-03-15 14:12:47 +01:00
  • bfc1252239 target/arm_adi_v5,arm_dap: introduce pre_connect_init() dap operation Tomas Vanek 2023-03-15 13:58:52 +01:00
  • ee3fb5a0ea target/arm_adi_v5: fix DP SELECT logic Tomas Vanek 2023-03-14 18:40:25 +01:00
  • 492dc7c537 helper/bin2char: drop trailing empty line Antonio Borneo 2023-12-14 22:05:52 +01:00
  • 49489747d2 doc: usb_adapters: fix HID report in lsusb dump of few adapters Antonio Borneo 2023-12-10 22:26:44 +01:00
  • b8422b076d tcl/board: Add TI j722sevm config Nishanth Menon 2023-11-29 06:37:14 -06:00
  • 33749a7fbe tcl/target/ti_k3: Add J722S SoC Nishanth Menon 2023-11-29 06:32:53 -06:00
  • 2e920a212f break from long loops on shutdown request Evgeniy Naydanov 2023-11-22 18:10:27 +03:00
  • e8e09b1b55 remote_bitbang: add use_remote_sleep option to send delays to remote Jeremy Herbert 2023-02-07 12:02:31 +10:00
  • 16e9b9c44f doc/usb_adapters: add dumps of two versions of Atmel EDBG Tomas Vanek 2023-12-06 15:05:03 +01:00
  • d2b34b4740 jtag/core: Use 'bool' data type for 'bypass' Marc Schink 2023-12-06 18:11:11 +01:00
  • f018cd7d90 jtag: Rename 'hasidcode' to 'has_idcode' Marc Schink 2023-12-06 18:08:50 +01:00
  • d3d287bf67 helper: nvp: minor fixes Antonio Borneo 2023-12-04 00:29:56 +01:00
  • 49348f1ce1 target: use bool for backup_working_area Antonio Borneo 2023-12-03 11:34:03 +01:00
  • 3413ae67ae cmsis_dap_usb_hid: improve detection of probes with unusual report sizes Samuel Dewan 2023-12-01 14:16:22 -05:00
  • c1ae95f6f5 HACKING: fix how to retrieve hooks/commit-msg Antonio Borneo 2023-12-01 23:49:35 +01:00