aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2013-01-21flash: add stm32lx loader Hard Fault workaroundSpencer Oliver1-0/+53
2013-01-21flash: reduce stm32lx loader timeoutSpencer Oliver1-1/+1
2013-01-21flash: cleanup stm32lx driverSpencer Oliver1-90/+96
2013-01-21flash: stm32f2x support write protectionSpencer Oliver1-0/+49
2013-01-21flash: add stm32f2x flash lock/unlock cmdsSpencer Oliver1-15/+235
2013-01-18flash: EFM32 GG/LG page size detection fixRoman D1-8/+16
2013-01-16opendous: Inhibit unnecessary state transitionsRoman Reichel1-1/+3
2013-01-14flash: EFM32 flash implementationRoman D3-0/+980
2013-01-02hla: support setting DCB_DEMCR on resumeSpencer Oliver1-0/+5
2012-12-31flash: allow stm32f1x options_write args in any orderSpencer Oliver1-30/+37
2012-12-31flash: use correct stm32f1x option read maskSpencer Oliver1-2/+2
2012-12-31stm32f1x: fix stm32f0/f3 broken unlockSpencer Oliver1-1/+8
2012-12-31stm32f1x: preserve user option byte dataSpencer Oliver1-2/+14
2012-12-31flash: stm32f1x: write option bytes using the loaderSzymon Modzelewski1-60/+19
2012-12-30flash: stm32lx fallback to slow memory writes when no working areaSpencer Oliver1-4/+10
2012-12-30flash: add new stm32l HD variantSpencer Oliver1-0/+4
2012-12-30flash: format stm32f2x driver definesSpencer Oliver1-42/+41
2012-12-24stlink: print target voltage if supportedSpencer Oliver1-0/+58
2012-12-24stlink: add generic open error routineSpencer Oliver1-17/+25
2012-12-24helper: improve windows gdb pipe performanceSpencer Oliver1-2/+3
2012-12-24gdb: fix correct shutdown when using pipesSpencer Oliver1-2/+3
2012-12-24flash: add stm32f2x rev XSpencer Oliver1-0/+4
2012-12-23icdi: add TI icdi interfaceSpencer Oliver6-0/+770
2012-12-23hla: add ability to configure read/write buffer sizeSpencer Oliver5-7/+18
2012-12-23hla: fix watchpoints not being setSpencer Oliver3-1/+8
2012-12-23rtos: rename stm32_stlink target to hla_targetSpencer Oliver2-2/+2
2012-12-23stlink: rename stlink cmd namesSpencer Oliver5-20/+47
2012-12-23target: add deprecated target name supportSpencer Oliver18-306/+333
2012-12-23stlink: print version infoSpencer Oliver1-1/+1
2012-12-23stlink: use common layoutSpencer Oliver2-15/+1
2012-12-14flash: fm3 mb9bfxx7 mb9bfxx8 supportMuranaka Masaki1-6/+90
2012-12-14rtos: Add Cortex-R4 support for ThreadXEvan Hunter3-1/+50
2012-12-11mips_m4k: Fixed mips_m4k_resume code for smp targetsKamal Dasu1-1/+1
2012-12-10jtag: fix reset_config copy/paste errorSpencer Oliver1-1/+1
2012-12-10stlink: enable connect under resetSpencer Oliver3-2/+27
2012-12-10jtag: enable connect under resetSpencer Oliver1-1/+19
2012-12-10jtag: add connect_type reset_config mode flagSpencer Oliver2-3/+26
2012-12-09cortex_a: Fix target entry state route.Evan Hunter1-0/+1
2012-12-09mips_m4k: Added SMP debug support for mips architecturesKamal Dasu1-12/+221
2012-12-09mips_ejtag: Adding EJTAG 4.x and 5.x as valid versionsKamal Dasu1-0/+6
2012-12-03helper: fix code formattingSpencer Oliver1-12/+6
2012-11-30Make NetBSD a recognized systemAymeric Vincent1-0/+2
2012-11-30arm: Mis-aligned data issue fix.Jason Moehlman1-2/+3
2012-11-23stlink: format src definesSpencer Oliver1-78/+78
2012-11-19flash: add stm32f42x/stm32f43x supportSpencer Oliver1-3/+25
2012-11-16mips: patch mips32_pracc_exec_write()Salvador Arroyo1-5/+1
2012-11-16mips: optimize mips32_pracc_read_regs() codeSalvador Arroyo1-60/+29
2012-11-16mips: optimize mips32_pracc_write_regs() code.Salvador Arroyo1-61/+43
2012-11-16mips: optimize write code for speedSalvador Arroyo1-245/+113
2012-11-16mips: optimize read code for speedSalvador Arroyo1-227/+82