aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2018-07-24Add RISC-V support.Tim Newsome18-1/+12157
2018-07-24arm_adi_v5: put SWJ-DP back to JTAG mode at exitAntonio Borneo3-0/+19
2018-07-23drivers: cmsis_dap_usb: implement cmd JTAG_TMSAntonio Borneo1-0/+9
2018-07-23Avoid dereferencing NULL pointer.Darius Rad1-8/+5
2018-07-22armv7a: read ttbcr and ttb0/1 at every entry in debug stateAntonio Borneo3-6/+5
2018-07-21server: Improve signal handling under LinuxBrent Roman1-10/+30
2018-07-20target/aarch64: Call aarch64_init_debug_access() earlier in aarch64_deassert_...Dennis Ostermann1-3/+5
2018-07-19target/armv7m_trace: Use prefix for enumsMarc Schink5-19/+20
2018-07-19target/armv7m_trace: Fix typo in enumMarc Schink7-9/+9
2018-07-18target: Fix segfault for 'mem2array'Marc Schink1-1/+2
2018-07-18nrf5: Add HWID 0x139 (52832 rev E0)James Jacobsson1-0/+1
2018-07-18Avoid null target->semihosting references.Liviu Ionescu3-6/+9
2018-07-18flash/nor/stm32lx: Add revision 'V' for STM32L1xx Cat.3 devicesMarc Schink1-1/+1
2018-07-18flash/nor/at91sam4: fix sam4sa16c flash banks and its gpnvms countErwin Oegema1-44/+37
2018-07-18flash/nor: add support for TI MSP432 devicesEdward Fewell4-1/+1235
2018-07-18drivers: cmsis-dap: Print version info when availableKarl Palsson1-4/+4
2018-07-18drivers: cmsis-dap: pull up common connect codeKarl Palsson1-21/+8
2018-07-18flash/nor/tcl: Distinguish between sectors and blocks in status messagesDominik Peklo1-26/+30
2018-07-18nds32: Avoid detected JTAG clockHellosun Wu2-25/+28
2018-07-18Adds SAMD11D14AU flash support.Christopher Hoover1-2/+3
2018-07-18psoc5lp: fix erase check, add free_driver_privTomas Vanek1-10/+21
2018-07-13target/image: make i/j unsigned to avoid ubsan runtime errorCody Schafer1-2/+1
2018-07-13gdb_server: set current_target from connection's oneAntonio Borneo1-0/+1
2018-07-13gdb_server: only trigger once the event gdb-detach at gdb quitAntonio Borneo1-3/+6
2018-07-13target: armv8: Avoid semihosting segfault on haltAndreas Färber1-1/+1
2018-07-13GDB fileIO stdout supportOmair Javaid1-5/+19
2018-07-13Add ARM v8 AArch64 semihosting supportOmair Javaid5-22/+112
2018-07-09target: fix 'bp' command help messageAntonio Borneo1-1/+1
2018-07-03flash/nor/stm32h7: Fix incorrect commentChristopher Head1-1/+1
2018-07-03flash/nor/stm32: Eliminate working area leakChristopher Head4-4/+12
2018-07-03flash/nor/stm32: Report errors in wait_status_busyChristopher Head3-1/+7
2018-07-03target/cortex_m: return error if breakpoint address is out of rangeAntonio Borneo1-0/+4
2018-07-03jtag/drivers/cmsis-dap: fix connect in cmsis_dap_swd_switch_seq()Antonio Borneo1-2/+1
2018-06-22target/arm_adi_v5: keep CSW and TAR cache updatedAntonio Borneo1-2/+6
2018-06-22target/arm_adi_v5: sync CSW and TAR cache on apreg writeAntonio Borneo1-2/+16
2018-06-22mips_m4k.c: Fix build with --disable-target64Liviu Ionescu1-2/+2
2018-06-22target/arm: Add PLD command to ARM disassembler.James Marshall1-6/+69
2018-06-15flash/nor/psoc5lp: fix compile issue on GCC 8.1.0Antonio Borneo1-1/+2
2018-06-15src/flash/tms470: remove testing of sectors[].is_erased stateTomas Vanek1-24/+12
2018-06-15flash/nor/nrf5: remove is_erased setting and autoerase before writeTomas Vanek1-53/+5
2018-06-15flash/nor: Add support for TI CC26xx/CC13xx flashEdward Fewell4-0/+672
2018-06-06psoc5lp: Add NV Latch flash driverAndreas Färber2-0/+318
2018-06-06flash/nor/psoc5lp: fix bad commit 2d5f2ede55150235352773a976166c3ab68297bcTomas Vanek1-27/+39
2018-06-06drivers: xds110: Remove unnecessary and deprecated libusb function.Edward Fewell1-6/+2
2018-06-06psoc5lp: Add EEPROM flash driverAndreas Färber2-0/+273
2018-06-06flash/nor: Add PSoC 5LP flash driverAndreas Färber3-0/+978
2018-06-06flash/nor: Add support for TI CC3220SF internal flashEdward Fewell4-0/+578
2018-06-06Fix Semihosting FileIO for targets using vcont packetOmair Javaid1-0/+2
2018-06-06target/target.c: free semihosting memberLiviu Ionescu1-0/+3
2018-06-05Fix libusb-1.0.22 deprecated libusb_set_debug with libusb_set_optionKhem Raj1-1/+4