aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-02-02armv7m: remove unused armv7m_regtypeSpencer Oliver4-20/+7
2013-02-02armv7m: use generic arm::core_modeSpencer Oliver16-46/+44
2013-01-31helper: hexify correctly handle signed charsSpencer Oliver1-1/+1
2013-01-27rtos: fix error messageFreddie Chopin1-1/+1
2013-01-27rtos: do not use LOG_OUTPUTSpencer Oliver4-43/+42
2013-01-27rtos: Fix regression preventing use of first RTOS & clean up rtos_qsymbol()Evan Hunter1-13/+24
2013-01-27jtag: only change state if necessarySpencer Oliver3-3/+12
2013-01-27libusb: idProduct of USB device may be zeroHsiangkai Wang2-2/+2
2013-01-27hla: enable DWT component and fix watchpointsSpencer Oliver1-4/+4
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-21docs: update stm32f1x/stm32f2x driver infoSpencer Oliver1-5/+17
2013-01-21flash: stm32f2x support write protectionSpencer Oliver1-0/+49
2013-01-21flash: add stm32f2x flash lock/unlock cmdsSpencer Oliver1-15/+235
2013-01-20build: replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERSSpencer Oliver1-1/+1
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 D6-3/+1147
2013-01-03doc: Add documentation for the ftdi driverAndreas Fritiofson1-0/+117
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-30doc: Clarify the topic field in the commit comment templateAndreas Fritiofson1-5/+8
2012-12-30flash: stm32lx fallback to slow memory writes when no working areaSpencer Oliver1-4/+10
2012-12-30cfg: increase stm32l-discovery working areaSpencer Oliver1-0/+1
2012-12-30cfg: stm32l use minimum family ram size for working areaSpencer Oliver2-3/+3
2012-12-30cfg: enable stlink stm32l HSISpencer Oliver1-0/+15
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-23doc: replace luminary with TI urls'sSpencer Oliver1-5/+5
2012-12-23docs: update docs to include info on TI ICDISpencer Oliver1-9/+18
2012-12-23icdi: add TI icdi interfaceSpencer Oliver13-13/+858
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 Oliver8-33/+72
2012-12-23target: add deprecated target name supportSpencer Oliver19-313/+340
2012-12-23stlink: print version infoSpencer Oliver1-1/+1
2012-12-23stlink: use common layoutSpencer Oliver4-17/+3
2012-12-14flash: fm3 mb9bfxx7 mb9bfxx8 supportMuranaka Masaki1-6/+90
2012-12-14rtos: Add Cortex-R4 support for ThreadXEvan Hunter3-1/+50