aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2017-04-24mips32, pic32 use uint8_t in 8 bit scan functionSalvador Arroyo
2017-04-24Added 512K flashing support for em3587Byron Kubert
2017-04-24libusb: Add transfer type filter to get correct epHellosun Wu
2017-04-24flash/nor/tcl: Make verify_bank parameter optionalMarc Schink
2017-04-24flash/nor/tcl: Fix some format specifiersMarc Schink
2017-04-24stm32lx: fix dual-bank configuration for Cat.5 and Cat.6 devicesCezaryGapinski
2017-04-24Fix flash writing on stm32l0Armin van der Togt
2017-04-24flash/nor/at91samd: fix chip erase of a secured deviceTomas Vanek
2017-04-24jtag/drivers cmsis-dap: do not limit speed so strictlyTomas Vanek
2017-04-24Add support for the ATMEL SAM G55 Xplained Pro board and CPU.Jerome Lambourg
2017-04-23help/log.c: better error handling for "log_output"Girts
2017-04-23helper/options.c: fail if unexpected cmdline arguments are presentGirts
2017-04-23help/options.c: add error handling for -d argGirts
2017-04-23nrf51: Add new HWID 0x008FDamyan Mitev
2017-04-23jtag/drivers cmsis-dap: fix speed setting on Atmel EDBGTomas Vanek
2017-04-23flash Kinetis: reduce a flash write message severity to infoJoakim NohlgÄrd
2017-04-23target: Fix memory leakMarc Schink
2017-04-23stlink: increase trace buffer size to maximum allowed on st-link v2 firmwareAustin Morton
2017-04-02aarch64: clear CTI halt event early at debug entryMatthias Welwarsky
2017-03-29nrf51: Remove pointer castAndreas Fritiofson
2017-03-06arm_dpm: fix dpm setupGirts Folkmanis
2017-02-24armv8_dpm: fix exception handlingMatthias Welwarsky
2017-02-24armv8_dpm: retrieve only necessary registers on haltMatthias Welwarsky
2017-02-24armv8: spelling and formatting updatesMatthias Welwarsky
2017-02-24aarch64: run control reworkMatthias Welwarsky
2017-02-24aarch64: clean up struct aarch64_commonMatthias Welwarsky
2017-02-24aarch64: clean up target specific commandsMatthias Welwarsky
2017-02-24aarch64: reset fixesMatthias Welwarsky
2017-02-24armv8: factor out generic bit set/clr for debug registersMatthias Welwarsky
2017-02-24armv8: load aarch32 register through aarch64 equivalentMatthias Welwarsky
2017-02-24aarch64: remove bogus address check before memory accessMatthias Welwarsky
2017-02-24target: generic ARM CTI function wrapperMatthias Welwarsky
2017-02-24aarch64: optimize core state detectionMatthias Welwarsky
2017-02-24aarch64: reduce debug output to improve legibilityMatthias Welwarsky
2017-02-24aarch64: remove mrs/msr functions from struct armMatthias Welwarsky
2017-02-24aarch64: refactor SCTLR manipulationMatthias Welwarsky
2017-02-24aarch64: fix software breakpoints when in aarch32 stateMatthias Welwarsky
2017-02-15aarch64: Fix #include guardsMarc Schink
2017-02-13flash/nor: avrf: support atmega128rfa1Karl Palsson
2017-02-10aarch64: don't try resuming if target is not haltedMatthias Welwarsky
2017-02-10aarch64: don't segfault on reset when target is not examinedMatthias Welwarsky
2017-02-10aarch64: use cached value of dscr register where neededMatthias Welwarsky
2017-02-10aarch64: remove arm command chain from aarch64 target commandsMatthias Welwarsky
2017-02-10aarch64: remove "mrs <Xt>, currentel" opcodeMatthias Welwarsky
2017-02-10aarch64: remove unused struct componentsMatthias Welwarsky
2017-02-10aarch64: improve debug outputMatthias Welwarsky
2017-02-10aarch64: enlarge value buffer of arm_reg to store 64 bitMatthias Welwarsky
2017-02-10aarch64: consolidate sticky error handlingMatthias Welwarsky
2017-02-10aarch64: discard async aborts on entering debug stateMatthias Welwarsky
2017-02-10aarch64: cleanup context restoreMatthias Welwarsky