aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-01-08target/stm8: add support for multi-architecture gdbAntonio Borneo1-0/+6
2019-01-08armv7m: always set xPSR.T=1 when starting an algorithmCody P Schafer1-0/+17
2019-01-08icepick.cfg: add cancel reset bit to TAP register writesEdward Fewell1-3/+3
2019-01-08drivers: xds110: Add support for XDS110 stand-alone probeEdward Fewell2-1/+90
2019-01-08HACKING: add note about refs/for/masterJerome Forissier1-0/+4
2019-01-08HACKING: replace refs/publish/master with refs/for/masterJerome Forissier2-3/+3
2019-01-02NOR: lpc2000 Add support for LPC84x devicesRod Boyce4-3/+51
2019-01-02flash: nor: ath79: remove base calculationOleksij Rempel6-20/+6
2019-01-02flash/nor/nrf5: set correct timeout for nvmc operationsJānis Skujenieks1-1/+1
2018-12-27target/arm_cti : export CTI APPPULSE and INACK registerTarek BOUCHKATI1-1/+3
2018-12-27target/arm_cti: add debug message when an incorrect CTI register name is usedTarek BOCHKATI1-2/+4
2018-12-25command: Log the failed command nameJean-Christian de Rivaz1-1/+1
2018-12-23Add LPC8Nxx and NHS3xx support.Jean-Christian de Rivaz4-4/+113
2018-12-21add w600 supportSimon Qian4-0/+404
2018-12-19flash/nor/spi: add adesto AT25DF081ATomas Vanek1-0/+1
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-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