aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2019-01-27command: initialize the command mode for every commandAntonio Borneo2-0/+2
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-21nrf5: add nrf5 device definition for HWID 0x00E3Mirko Vogt1-0/+1
2019-01-16cortex_m: fix bug in poll() machine state (external resume awareness)Tarek BOCHKATI1-0/+11
2019-01-16cortex_a_poll: minor code factorization to enhance readabilityTarek BOCHKATI1-24/+11
2019-01-16at91samd: added SAM-DA1 partsSeverin Junker1-0/+22
2019-01-16helper/command: check for malloc failure in __command_nameAntonio Borneo1-3/+6
2019-01-14target/stm8: add missing destroy_reg_param()Tomas Vanek1-0/+1
2019-01-14drivers/sysfsgpio: fix usage messagesAntonio Borneo1-2/+10
2019-01-11Add flash support for SiFive's Freedom E platformsTim Newsome3-0/+1056
2019-01-08stlink_usb: Submit multiple USB URBs at once to improve performanceAustin Phillips1-2/+201
2019-01-08libusb: add debug message on adapter not found due to wrong serialAntonio Borneo2-0/+14
2019-01-08jtag/drivers/usb_common: return oocd error valuesAntonio Borneo1-4/+7
2019-01-08libusb0: return oocd error valuesAntonio Borneo1-3/+3
2019-01-08target/aarch64: add support for multi-architecture gdbAntonio Borneo3-0/+7
2019-01-08target/arm: add support for multi-architecture gdbAntonio Borneo16-0/+31
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-08drivers: xds110: Add support for XDS110 stand-alone probeEdward Fewell1-1/+84
2019-01-02NOR: lpc2000 Add support for LPC84x devicesRod Boyce1-0/+31
2019-01-02flash: nor: ath79: remove base calculationOleksij Rempel1-14/+0
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 Rivaz1-1/+25
2018-12-21add w600 supportSimon Qian3-0/+393
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 Vanek1-2/+4
2018-12-19target/cortex_m: do not use VECTRESET on Cortex-M0, M0+ and M1Tomas Vanek2-3/+21
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 Stallion8-89/+1474
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 Fewell1-5/+0
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