aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2019-02-21Follow OpenOCD style guide.log_outputTim Newsome1-4/+3
2019-02-21Add >stdout and >stderr to log_output command.Tim Newsome1-8/+9
2019-02-11Style fix.Tim Newsome1-2/+1
2019-02-11Fix old cut and paste bug.Tim Newsome1-1/+1
2019-02-08Fix build.Tim Newsome1-3/+2
2019-02-08Merge branch 'master' into from_upstreamTim Newsome110-1098/+5730
2019-02-07Rtos riscv (#350)Tim Newsome9-47/+127
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-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 Vojtech1-2/+12
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 Vanek3-0/+958
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-31Merge pull request #347 from riscv/hwthreadTim Newsome11-92/+720
2019-01-31Fix sending memory-map for 64-bit targets. (#348)Tim Newsome23-63/+84
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-25Use more compatible printf formatting.Tim Newsome1-1/+1
2019-01-25More cleanup.Tim Newsome5-47/+8
2019-01-25Remove debug statements.Tim Newsome5-50/+6
2019-01-25Merge branch 'riscv' into hwthreadTim Newsome4-137/+245
2019-01-25Invalidate register cache on reset.Tim Newsome1-1/+3
2019-01-25Properly clean up SMP watchpoints.Tim Newsome1-4/+26
2019-01-24WIP on hardware breakpoints.Tim Newsome8-61/+207
2019-01-23jtag: cmsis-dap: use macro SWJ_PIN_SRST in place of magic valueAntonio Borneo1-1/+1
2019-01-23rtos: Add RTOS task awareness for Chromium-ECMoritz Fischer3-0/+390
2019-01-23arm_opcode: fix encoding of ARMv5 breakpoint instructionAntonio Borneo1-1/+1
2019-01-23arm_adi_v5: fix and update sequences to spec IHI 0031EAntonio Borneo1-16/+110
2019-01-23target/arm_dap: fix segmentation fault in 'dap info' cmdTomas Vanek1-0/+5
2019-01-22Move version check until after dmactive=1.Tim Newsome1-10/+10
2019-01-21nrf5: add nrf5 device definition for HWID 0x00E3Mirko Vogt1-0/+1
2019-01-18Halt all SMP harts on halt request.Tim Newsome1-8/+20
2019-01-18Don't reset current thread id on single step.Tim Newsome1-13/+20
2019-01-17Fix reading of non-general registers for hwthreadTim Newsome8-12/+102