aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-03-06target/register: Use 'bool' data typeMarc Schink1-4/+4
2019-03-06target/cortex_m: Use 'bool' instead of 'int'Marc Schink2-9/+9
2019-03-06target: Remove unused variable 'has_percent'Marc Schink1-1/+0
2019-03-06helper/command: return proper JIM error codeAntonio Borneo1-1/+1
2019-03-06stlink: remove unused assignmentAntonio Borneo1-1/+1
2019-03-06gdb_server: fix 'null' pointer passed as 'nonnull' parameterAntonio Borneo1-2/+2
2019-03-05src/jtag/drivers/ftdi: fix swd pin comment and linksDiego Herranz1-4/+4
2019-03-04gdb_server: remove warning for stepi after gdb_syncAntonio Borneo1-2/+2
2019-03-04armv8: allow halt on exceptionMatthias Welwarsky7-2/+90
2019-03-01Use enum for target_register_timer_callback()Marc Schink8-8/+14
2019-03-01target: Use proper data types for timer callbackMarc Schink2-7/+13
2019-02-27flash: stm32f2/f4/f7: Add One-Time-Porgrammable (OTP) supportMoritz Fischer5-10/+226
2019-02-25jtag: drivers: cmsis-dap: correct vendor request codePaul Fertser1-2/+2
2019-02-25aarch64: fix a potential memory leak in aarch64_target_create()Antonio Borneo1-1/+7
2019-02-25mem_ap: fix a potential memory leak in mem_ap_target_create()Antonio Borneo1-1/+7
2019-02-25cortex_a: fix a potential memory leak in cortex_a_target_create()Antonio Borneo1-5/+14
2019-02-21server: fix small mem leak of bindto_nameTomas Vanek1-0/+2
2019-02-21Fix support for single-bank stm32l4 processorsArmin van der Togt1-2/+13
2019-02-19ftdi: use "adapter usb location" instead of ftdi_location commandOleksij Rempel3-28/+13
2019-02-15target, breakpoints: improve error handlingTomas Vanek3-25/+19
2019-02-14doc: fix typo in "adapter usb location" commandOleksij Rempel1-1/+1
2019-02-14doc/openocd.texi: fix xref warningTomas Vanek1-1/+1
2019-02-14target/riscv-011: Fix memory leak in handle_halt_routine()Marc Schink1-2/+2
2019-02-07jlink: Use correct SWD buffer sizeMarc Schink1-1/+1
2019-02-07drivers/bitbang: remove unused extern declaration of jtag_interfaceAntonio Borneo1-3/+0
2019-02-07command: fix the mode for command "jtag configure"Antonio Borneo2-2/+2
2019-02-07doc: add documentation for "adapter usb location" commandOleksij Rempel1-0/+10
2019-02-07target/cortex_m: fix clang static analyzer warningTomas Vanek1-2/+7
2019-02-07target/hla_target: fix clang static analyzer warningTomas Vanek1-4/+6
2019-02-07at91samd: Add flash programming support for SAMC2?N* partsKevin Vermilion1-0/+4
2019-02-07target start_algorithm: Don't copy the IN mem_params fix uninitialised value.Jean-Christian de Rivaz5-1/+10
2019-02-07flash/nor/stm32f1x: Ability to change user option bytes.Jan Vojtech2-3/+14
2019-02-07target algo: do not write reg_param if direction is PARAM_INTomas Vanek7-1/+19
2019-02-07drivers/imx_gpio: fix polarity of srst and trstAntonio Borneo1-2/+2
2019-02-07jtag: drivers: provide initial support for usb path filteringOleksij Rempel5-1/+185
2019-02-05flash/nor: flash driver and cfg for SAM E54, E53, E51 and D51Tomas Vanek6-3/+1119
2019-02-04flash/nor/stm32f1x: use address instead of offset in stm32x_write_block()Tomas Vanek1-6/+4
2019-02-04flash/nor/stm32f1x: fix minor error messagesTomas Vanek1-3/+5
2019-02-04cortex_m: fix stepping on FPB rev 1Tomas Vanek1-3/+10
2019-02-04flash/nor/at91samd: add samr34j18.Guillaume Revaillot1-0/+3
2019-01-30arm_adi_v5: rewrite dap_to_jtag and dap_to_swdAntonio Borneo5-119/+80
2019-01-30aarch64: support for aarch32 ARM_MODE_SYSMatthias Welwarsky3-0/+12
2019-01-27target: do not allow 'target create' after initTomas Vanek1-2/+1
2019-01-27command: check command mode for native jim commandsTomas Vanek1-19/+26
2019-01-27target/cortex_m: inform if an external reset occursTomas Vanek1-1/+4
2019-01-27command: Log the failed command by full nameTomas Vanek1-1/+4
2019-01-27hla_target: fix adapter_poll() to preserve TARGET_DEBUG_RUNNING stateTomas Vanek1-0/+3
2019-01-27command: initialize the command mode for every commandAntonio Borneo2-0/+2
2019-01-26tcl: Support for Analog Devices ADSP-SC58x / ADSP-SC584-EZBRDPeter Lawrence2-13/+51
2019-01-23jtag: cmsis-dap: use macro SWJ_PIN_SRST in place of magic valueAntonio Borneo1-1/+1