0
0
mirror of https://git.code.sf.net/p/openocd/code synced 2025-04-15 23:35:37 +00:00

Commit Graph

  • 6834f022b9 Makefile.am: Use SOURCE_DATE_EPOCH environment variable master Sofiane HAMAM 2025-03-28 12:31:17 +01:00
  • e45d66fd9a configure.ac: show the rshim adapter in the config summary R. Diez 2025-03-22 23:35:23 +01:00
  • 9eb2426411 configure.ac: show the Remote Bitbang driver in the config summary R. Diez 2025-03-23 22:04:20 +01:00
  • 160f7b3e5d target: remove events that are set to empty string Antonio Borneo 2025-03-23 15:27:37 +01:00
  • c023534e7b target: use list for target events Antonio Borneo 2025-03-23 12:09:28 +01:00
  • 04124c77f4 target: fix memory leak in handle_target_write_memory() Antonio Borneo 2025-03-29 22:51:59 +01:00
  • 169d463a3d tcl/target/nordic/nrf54l: minor corrections Tomas Vanek 2025-02-11 17:59:00 +01:00
  • fe3aa0a4bc target: rewrite command 'get_reg' as COMMAND_HANDLER Antonio Borneo 2023-12-02 15:04:09 +01:00
  • f885a8d76c target/aarch64: Cleanup on exit Adrien Grassein 2024-01-18 11:54:15 +01:00
  • a9fa339267 tcl/target: Add Renesas R-Car Gen4 R8A779G0 V4H and R8A779H0 V4M targets Marek Vasut 2024-08-23 01:29:12 +02:00
  • a86fdfc735 target: drop last instances of 'target->cmd_name' Antonio Borneo 2025-03-16 11:50:04 +01:00
  • 5773ff9d82 target/armv8: Handle instruction cache invalidate Adrien Grassein 2024-01-18 11:58:38 +01:00
  • 98e34fd1f1 flash/stm32l4x: support STM32U5F/U5Gx devices HAOUES Ahmed 2025-03-12 14:37:46 +01:00
  • 50c1a156ae command: factorize jim_command_mode() Antonio Borneo 2023-12-02 16:50:14 +01:00
  • f55ec6d449 target: rewrite command 'write_memory' as COMMAND_HANDLER Antonio Borneo 2023-12-02 14:21:42 +01:00
  • 864e1341ad target: read_memory: drop command name from error messages Antonio Borneo 2024-11-23 18:35:51 +01:00
  • 6d139422cb helper: command: return correct error on command 'echo' Antonio Borneo 2024-11-23 18:15:40 +01:00
  • 72ff2e2d9f target/armv8: regularly send keep_alive packet. Adrien Grassein 2024-01-18 15:12:12 +01:00
  • bb4c7e3233 tcl/ngultra: Use newly created armv8r target Adrien Grassein 2024-01-18 12:04:02 +01:00
  • 4275280698 adapter: simplify command 'adapter list' Antonio Borneo 2024-12-01 00:01:00 +01:00
  • 6beb6280af adapter: drop command 'adapter transports' Antonio Borneo 2024-12-22 17:13:59 +01:00
  • e4a51b3235 doc: drop mention of not implemented SPI transport Antonio Borneo 2024-12-23 20:59:28 +01:00
  • e12ceddd5e helper/log: mark fmt argument of alloc_vprintf() as format string Evgeniy Naydanov 2025-02-14 19:20:58 +03:00
  • a2d4b9b718 bcm2835gpio.c: change adapter init order R. Diez 2024-11-03 12:24:20 +01:00
  • fdd0c2b1d3 configure.ac: show the JTAG DPI and VPI adapters in the config summary R. Diez 2025-02-16 19:59:27 +01:00
  • 16c6497a89 rtos/linux: fix name overwrite in linux_thread_extra_info() Evgeniy Naydanov 2025-02-14 19:31:38 +03:00
  • d892a4d763 target/arm_adiv5: print DAP name if not found Marc Schink 2024-12-04 08:26:04 +01:00
  • 80b1c9aff8 tcl/board: Add TI AM261 launchpad config Shivasharan Nagalikar 2025-02-21 16:33:37 +05:30
  • da7e369266 tcl/target/ti_k3: Add support for AM261 Shivasharan Nagalikar 2025-02-19 13:58:43 +05:30
  • c00228468c tcl/board: Add TI AM263P launchpad config Shivasharan Nagalikar 2025-02-21 16:31:03 +05:30
  • 9e5ffed7d6 tcl/target/ti_k3: Add support for AM263P Shivasharan Nagalikar 2025-02-19 13:57:35 +05:30
  • a2c3c791ad tcl/target/ti_k3: Add support for system reset using powerAP Shivasharan Nagalikar 2025-02-19 13:53:03 +05:30
  • a8555b0b6d tcl/board: Add TI am62levm config Nishanth Menon 2025-03-03 06:57:23 -06:00
  • 5300242a3e tcl/target/ti_k3: Add AM62L SoC Nishanth Menon 2025-03-03 06:47:28 -06:00
  • f5dd564a7b target/armv8: fix 128-bit register writes Daniel Goehring 2025-03-06 10:55:20 -05:00
  • b2016dc443 target/target: fix RTOS thread awareness support Daniel Goehring 2025-03-05 17:48:01 -05:00
  • b7ad702bc8 tcl/board: Add MSPM0 Launchpad support Nishanth Menon 2023-09-28 03:37:03 -05:00
  • c81cb4aa2d tcl/target: Add support for TI MSPM0 Nishanth Menon 2023-09-28 03:37:03 -05:00
  • 8a6f89ca17 flash/nor: Add basic support for TI's MSPM0L/G family Nishanth Menon 2023-09-28 03:37:03 -05:00
  • b6b5edf13b rtos/linux: handle OOM in linux_gdb_thread_packet() Evgeniy Naydanov 2025-02-14 19:30:55 +03:00
  • 7ec11e5238 rtos/rtos: handle OOM in rtos_thread_packet() Evgeniy Naydanov 2025-02-14 19:29:08 +03:00
  • 953ad9e116 rtt: Raise error if control block was not found Marc Schink 2025-02-13 22:37:40 +00:00
  • 7837f508a5 target: fix wrap-around detection for read_memory/write_memory Parshintsev Anatoly 2024-11-08 07:12:46 +03:00
  • a168c63412 configure: better differentiate CMSIS-DAP versions Tomas Vanek 2025-02-18 08:13:07 +01:00
  • d126cdb923 drivers/cmsis_dap: fix misleading error selecting not compiled backend Tomas Vanek 2025-02-17 12:15:09 +01:00
  • accbeaed99 gdb_server: fix invalid free Jim Paris 2025-02-21 12:33:45 -05:00
  • c986b4dbf2 tcl/target: add Bouffalo Lab BL602 and BL702L chip series support Marek Kraus 2024-11-23 15:54:26 +01:00
  • e1425845ea target: algorithm: change reg_name to const in init_reg_param() Antonio Borneo 2025-02-26 23:25:03 +01:00
  • 91c11ea469 rtos: Use lower case filenames Marc Schink 2024-06-12 13:34:48 +02:00
  • 9470853d47 jep106: update to revision JEP106BL Feb 2025 Antonio Borneo 2025-02-19 22:30:45 +01:00
  • 297844cf46 target: Use 'bool' data type in target_{step,resume} Marc Schink 2024-10-10 17:07:20 +02:00
  • f63b41bbe4 drivers/linuxspidev: fix compilation on Linux older than 3.15 Tomas Vanek 2025-02-15 08:11:02 +01:00
  • 0d7d178ed4 flash/nor/rsl10: drop unused rsl10_info in rsl10_protect_check() Evgeniy Naydanov 2025-02-12 21:12:30 +03:00
  • 583506730d target/adi_v5_swd: drop unused swd_driver in swd_queue_dp_write() Evgeniy Naydanov 2025-02-12 20:54:00 +03:00
  • 1f3f635693 build: drop space after 'angie' folder name Antonio Borneo 2025-02-06 11:48:30 +01:00
  • ed4e584104 jtag/core: fix segfault when adapter driver has no reset method Tomas Vanek 2025-02-03 21:45:07 +01:00
  • 71f92c9446 target/cortex_m: call adapter_deassert_reset() only if srst is configured Tomas Vanek 2025-01-28 20:43:33 +01:00
  • dcf02f46ff Makefile.am: DISTCHECK_CONFIGURE_FLAGS -> AM_DISTCHECK_CONFIGURE_FLAGS R. Diez 2025-01-25 23:04:50 +01:00
  • 5e4ad24ba6 configure.ac: show vdebug in the config summary R. Diez 2025-01-25 21:04:05 +01:00
  • 4deb76fc9d options.c: option --help should yield exit code 0 R. Diez 2025-01-25 22:06:22 +01:00
  • a71f2b7089 README: report dependency from libjim Antonio Borneo 2025-01-25 17:26:16 +01:00
  • 44e782d55b target/arc: allow reading memory while target runs Daniel DeGrasse 2025-01-16 22:33:48 -05:00
  • 9bb0a4558b target/arc: add RTT commands Chris Friedt 2024-12-09 16:11:03 -05:00
  • 9ccd6265dd checkpatch: enable check for new typedefs Antonio Borneo 2025-01-10 17:11:24 +01:00
  • 4895a556fa jtag: drop useless typedef tap_state_t Antonio Borneo 2025-01-10 17:05:29 +01:00
  • 0d1932520b jtag: openjtag: drop useless typedef openjtag_tap_state_t Antonio Borneo 2025-01-10 15:26:50 +01:00
  • 54d07de86e jtag: bitbang: drop useless typedef bb_value_t Antonio Borneo 2025-01-10 15:25:15 +01:00
  • 8a5c331831 jtag: remote_bitbang: drop useless typedef flush_bool_t Antonio Borneo 2025-01-10 15:22:17 +01:00
  • 894a39eda3 target_request: drop useless typedef target_req_cmd_t Antonio Borneo 2025-01-10 15:20:35 +01:00
  • c50b541471 target: trace: drop useless typedef trace_status_t Antonio Borneo 2025-01-10 15:17:08 +01:00
  • ff5fb8f610 target: etm: drop useless typedefs Antonio Borneo 2025-01-10 15:12:38 +01:00
  • b023c4c6c5 nor: lpc2000: drop useless typedef lpc2000_variant Antonio Borneo 2025-01-10 15:09:49 +01:00
  • e325b482b1 target: esp_algorithm: drop useless typedefs Antonio Borneo 2025-01-10 15:01:20 +01:00
  • 4140fa2a81 drivers: rshim: drop useless typedef Antonio Borneo 2025-01-10 13:55:18 +01:00
  • 3e4512d62d openocd: drop useless typedef Antonio Borneo 2025-01-10 13:40:59 +01:00
  • 6e39af3b0e rtt: drop useless typedefs Antonio Borneo 2025-01-10 12:13:30 +01:00
  • 73e9b7898f github/workflow: build jimtcl from sources Samuel Obuch 2025-02-11 09:56:38 +01:00
  • d09f53a930 driver/linuxspidev: Clear queue on allocation Richard Pasek 2025-01-30 05:38:08 -05:00
  • 82277462b9 drivers/linuxspidev: fix use of uninitialized speed variable Tomas Vanek 2025-02-03 20:28:49 +01:00
  • 7dd875900e drivers/linuxspidev: fix minor memory leak Tomas Vanek 2025-02-03 20:23:08 +01:00
  • 7f2db80ebc rtos/hwthread: Use LOG_TARGET_xxx() Marc Schink 2024-12-07 10:53:56 +01:00
  • eb6f2745b7 flash/nor: add DesignWare SPI controller driver Sergey Matsievskiy 2024-09-18 20:12:48 +03:00
  • ce38758e3d rtos: chibios: replace malloc+sprintf with alloc_printf Paul Fertser 2024-11-26 23:16:15 +02:00
  • a510d51a78 bootstrap: Do not set up Git submodules by default Marc Schink 2024-06-26 15:50:45 +02:00
  • 77c904fd13 Deprecate jimtcl Git submodule Marc Schink 2024-07-02 17:12:46 +02:00
  • fceccde0b3 helper/log: Fix build using _DEBUG_FREE_SPACE_ Antonio Borneo 2024-02-19 20:11:07 -06:00
  • 8038e2f754 configure: allow --enable-malloc-logging only with glibc Antonio Borneo 2024-11-17 22:46:15 +01:00
  • ac18b8cd6a configure: make more robust the check for elf 64 Antonio Borneo 2024-11-17 21:35:45 +01:00
  • 345473f3ce helper/options: handle errors in -l Evgeniy Naydanov 2024-12-17 18:13:00 +03:00
  • 778d2dc4bb helper/options: drop redundant argument checks Evgeniy Naydanov 2025-01-17 18:03:40 +03:00
  • 0b97973bfb vdebug: Fix socket comparison warning on Windows Marek Vrbka 2025-01-13 10:28:15 +01:00
  • 77f9da7626 flash/nor/kinetis: fix assertion during flash write Tomas Vanek 2025-01-17 18:02:50 +01:00
  • 3099547069 OpenOCD: fix code indentation Antonio Borneo 2024-09-16 13:45:19 +02:00
  • 8e89a8af63 target: cortex_m: add support of ARMv8.1-M register 'vpr' Antonio Borneo 2024-12-30 12:14:24 +01:00
  • 41f7d18161 target: armv7m: add support of per register data_type Antonio Borneo 2024-12-30 12:10:28 +01:00
  • 83e0293f7b Add Linux SPI device SWD adapter support Richard Pasek 2024-12-11 00:43:57 -05:00
  • 26f2df80c3 helper: list: rename macro clashing with sys/queue.h Antonio Borneo 2024-12-31 14:47:02 +01:00
  • 0ed03df6e9 amend angie build definitions to fix make dist R. Diez 2024-11-28 21:47:34 +01:00
  • 8b5ea720da make bitbang_interface const R. Diez 2024-11-03 12:06:05 +01:00
  • d4b3b4ea82 target: free private_config if target initialisation fails Tomas Vanek 2024-12-10 13:48:53 +01:00