aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-12-19target: allow moving and resizing working area on running targetTomas Vanek1-5/+8
2018-12-19target: move all working_area functions to one blockTomas Vanek1-51/+51
2018-12-19target/cortex_m: fix cortex_m reset_config help and check for syntax errorTomas Vanek2-8/+11
2018-12-19target/cortex_m: do not use VECTRESET on Cortex-M0, M0+ and M1Tomas Vanek3-6/+28
2018-12-18target: armv8: Add TARGET_HALTED check for gdb connectLiming Sun1-0/+6
2018-12-18target/cortex_a: enable DSCR_HALT_DBG_MODE during examineAntonio Borneo1-14/+25
2018-12-17adi_v5_jtag: fix build break when open DEBUG_WAIT macroYanLin Zhu1-2/+2
2018-12-15helper/startup.tcl: fix execution stack frame of wrapped commandsAntonio Borneo1-3/+6
2018-12-13Fix block read corner cases.Tim Newsome1-43/+33
2018-12-12flash/nor/core: Fix chunk size calculation in default_flash_mem_blank_checkBohdan Tymkiv1-2/+2
2018-12-12flash/esirisc: refactor register write protectionSteven Stallion1-53/+12
2018-12-12esirisc: support eSi-TraceSteven Stallion9-101/+1641
2018-12-12fix cc32xx related changesJiri Kastner1-1/+3
2018-12-12armv7a_mmu: s/LOG_ERROR/LOG_WARNING/ on address translation failureAntonio Borneo1-2/+4
2018-12-11libusb0: add compatibility define for transfer type bulkAntonio Borneo2-4/+2
2018-12-11flash/nor: Add support for sector erase in stm32l4x.c for L4+ familybob1-27/+78
2018-12-11flash/nor: update cc3220sf for issue found in code reviewEdward Fewell1-16/+3
2018-12-11flash/nor: update CC26xx/CC13xx supportEdward Fewell3-11/+35
2018-12-11jtag: sysfsgpio: clean up swd gpiosReto Schneider1-0/+2
2018-12-11helper/log: remove dead code in log_forward()Antonio Borneo1-38/+8
2018-12-11jtag: cmsis-dap: developer tool - enter a command by hex nuberTomas Vanek1-0/+31
2018-12-06doc: add ARMv6-M info regarding TAP DeclarationSpencer Oliver1-3/+3
2018-12-06doc: fix some typo about STMicroelectronics nameAntonio Borneo1-12/+12
2018-12-06stlink: add support for STLINK-V3Antonio Borneo4-29/+215
2018-12-06stlink: fix printed version for new STM8 nucleo boardAntonio Borneo1-4/+11
2018-12-06stlink: dump version in the same format of ST firmware upgrade toolAntonio Borneo1-12/+41
2018-12-06stlink: add STLINK_F_HAS_GETLASTRWSTATUS2Antonio Borneo1-2/+15
2018-12-06stlink: remove reset pulse when entering in JTAGAntonio Borneo1-5/+5
2018-12-06stlink: simplify api version handlingAntonio Borneo1-33/+23
2018-12-06stlink: add STLINK_F_HAS_MEM_16BITAntonio Borneo1-10/+9
2018-12-06stlink: add STLINK_F_HAS_JTAG_SET_FREQAntonio Borneo1-6/+9
2018-12-06stlink: add STLINK_F_HAS_SWD_SET_FREQAntonio Borneo1-6/+9
2018-12-06stlink: add STLINK_F_HAS_TARGET_VOLTAntonio Borneo1-2/+4
2018-12-06stlink: add STLINK_F_HAS_TRACEAntonio Borneo1-7/+10
2018-12-06stlink: simplify maintenance of version and featuresAntonio Borneo1-6/+28
2018-12-06stlink: check for SWD supportAntonio Borneo1-0/+3
2018-12-06stlink: add support for 16 bit memory read/writeLaurent LEMELE1-20/+121
2018-12-06stlink: add JTAG speed selectionLaurent LEMELE1-40/+144
2018-12-06stlink: add usb pid for v2.1 without mass storage deviceAntonio Borneo3-1/+4
2018-12-06flash/stmsmi: fix byte order for big-endian hostAntonio Borneo1-11/+8
2018-12-06mem_helper: add mrh commandSteven Stallion1-0/+11
2018-12-06jtag: drivers: ft232r: unhardcodedEMARD2-35/+359
2018-12-05flash/nor: use default_flash_blank_check() instead of dummyTomas Vanek3-41/+3
2018-12-04Add `riscv reset_delays` for testing.Tim Newsome4-2/+83
2018-12-03Deal with DMI busy in block reads/writes.Tim Newsome1-79/+110
2018-12-03Document how to get code coverage. (#339)v2018.12.0Tim Newsome1-0/+26
2018-11-29Add idle count to debug output. (#337)Tim Newsome2-17/+33
2018-11-29SPI table updates (some new devices and new info)Andreas Bolsch7-96/+277
2018-11-26Merge master into riscv-scPavel S. Smirnov0-0/+0
2018-11-26Set TCP_NODELAY for local connections to jtag_vpi.Darius Rad1-0/+13