aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2012-01-15rtos : ps commandMichel JAOUEN2-0/+30
2012-01-15rtos : smp supportMichel JAOUEN4-17/+36
2012-01-15rtos : current_threadid move to rtos contextMichel JAOUEN2-5/+5
2012-01-15rtos :introduce possible overload by rtos of gdb_thread_packetMichel JAOUEN2-5/+16
2012-01-15rtos : remove unused parameterMichel JAOUEN3-3/+3
2012-01-12stlink: handle wrong initialization file if no layout was specifiedMathias K1-2/+4
2012-01-12stlink: add none 32bit memory read/write functionsMathias K1-19/+49
2012-01-12stlink: add read/write 8bit memoryMathias K2-5/+78
2012-01-12build: fix broken commitSpencer Oliver1-2/+2
2012-01-12stlink: correctly signal stlink_interface_open failureSpencer Oliver2-3/+4
2012-01-12flash: stm32f2x incorrectly using 512 as max family sizeSpencer Oliver1-4/+8
2012-01-12flash: detect stm32f4x device id errataSpencer Oliver1-3/+33
2012-01-12cmd: add missing usage varSpencer Oliver19-0/+27
2012-01-12stlink: add dummy speed handlersSpencer Oliver1-1/+14
2012-01-12flash: use correct device_id maskSpencer Oliver3-49/+20
2012-01-12optimize: replace while loop by memcpyMathias K5-38/+13
2012-01-12build: remove unused variablesSpencer Oliver3-7/+0
2012-01-12flash: pre-check flash unlock for stm32f2xBruno FLEURETTE1-1/+11
2012-01-12xsvf: fix clang warningSpencer Oliver1-1/+1
2012-01-12target: fix missing semihosting return pathSpencer Oliver1-0/+1
2012-01-09flash: support stm32f4x flashSpencer Oliver1-8/+25
2012-01-09flash: use stm32f2x flash size registerSpencer Oliver1-18/+34
2012-01-09rtos: fix bug in error handlingØyvind Harboe1-2/+2
2012-01-04Change return value on error.Mathias K50-220/+132
2012-01-04stlink: update to use ERROR_COMMAND_SYNTAX_ERRORSpencer Oliver1-8/+8
2012-01-04flash: introduce .usage field for nand and nor flash driver structureØyvind Harboe3-6/+15
2012-01-04retire ERROR_INVALID_ARGUMENTS and replace with ERROR_COMMAND_SYNTAX_ERRORØyvind Harboe36-167/+166
2012-01-04command: print BUG warning when usage is missingMathias K5-3/+27
2012-01-04build: fix make distSpencer Oliver2-2/+6
2012-01-03STM32 ST-LINK target initial releaseMathias K3-1/+674
2012-01-03ST-LINK USB initial releaseMathias K14-1/+1513
2012-01-03Make jim functions public accessible.Mathias K2-2/+12
2012-01-03Make cortex_m3 functions public accessible.Mathias K2-13/+21
2012-01-03add private data pointer to the tap interfaceMathias K1-1/+3
2012-01-03helper: fix arm11 help textSpencer Oliver1-3/+5
2011-12-31build: fix mingw build issuesSpencer Oliver1-0/+3
2011-12-23Renamed mx2.{c,h} to mxc.{c,h} and added copyright noticeErik Ahlén3-3/+9
2011-12-23Added support for i.MX35 NAND Flash Controller (v2)Erik Ahlén2-136/+285
2011-12-23Added command to enable/disable/query BI-swap for MXC NANDErik Ahlén1-0/+51
2011-12-23Made BI-swap optional in mxc.Erik Ahlén2-18/+34
2011-12-23Added board type as a parameter to mx2 NFC as they have different base addres...Erik Ahlén2-43/+62
2011-12-23jtag: only if an in_value storage is provided will the captured IR value be c...Øyvind Harboe1-7/+1
2011-12-20jtag: stop using sharp corner of JTAG APIØyvind Harboe1-0/+4
2011-12-20jtag: make caller always allocate bufferØyvind Harboe3-41/+2
2011-12-20jtag: retire jtag_alloc_in_value32Øyvind Harboe3-21/+0
2011-12-20jtag: retire jtag_alloc_in_value32 APIØyvind Harboe2-4/+12
2011-12-19STM32F2x: check flash unlock, add mass eraseMathias K1-0/+81
2011-12-19Renamed mx2/imx27 to mxc.Erik Ahlén3-243/+244
2011-12-19Indentation and white space fixes.Erik Ahlén2-135/+129
2011-12-16Initialize return value.Mathias K1-1/+1