summaryrefslogtreecommitdiff
path: root/src/target
Commit message (Expand)AuthorAgeFilesLines
* - retired variable stuff. oharboe2008-07-111-1/+2
* .cfg files are now executed as Jim Tcl. Commands that terminate script w/erro...oharboe2008-07-111-3/+22
* - adding missing install entry for luminary-libftdi.cfg ntfreak2008-07-091-2/+2
* - added luminary libftdi interface configntfreak2008-07-092-1/+7
* - only check normal resume, not debug resumentfreak2008-07-092-11/+13
* - target_resume is now synchronous with 5sec timeoutntfreak2008-07-091-1/+23
* tcl regression fixes.oharboe2008-07-081-1/+1
* - removed target_process_events as only used in handle_resume_command and eve...ntfreak2008-07-081-9/+0
* - fix pre_resume script not being calledntfreak2008-07-082-14/+5
* reset event is synonym for post_reset event. oharboe2008-07-071-2/+9
* - fixed build issues with win32ntfreak2008-07-061-1/+0
* src/helper/configuration.hoharboe2008-07-062-71/+24
* - added event scripts for str73x and str75x targetsntfreak2008-07-046-8/+10
* - added jtag_khz to target scriptsntfreak2008-07-049-3/+34
* - fixed line endings with commands.tclntfreak2008-07-041-55/+55
* tcl tinkering.oharboe2008-07-041-1/+7
* typooharboe2008-07-041-3/+0
* tcl config script exampleoharboe2008-07-042-1/+53
* ARM11 update. OpenOCD supports starting without being able to talk to the har...oharboe2008-07-042-0/+9
* Valentin Longchamp target script for mx31.cfgoharboe2008-07-042-1/+17
* - allocate target_type_t structure for each target, fixes issue when multiple...ntfreak2008-07-021-1/+3
* - added svn props for newly added filesntfreak2008-06-273-61/+61
* David Anders more target lib scripts contributed by oharboe2008-06-274-1/+63
* Fixed bogus error message and plugged memory leak for the case when there was...oharboe2008-06-251-1/+3
* - fix reset_halt issue with certain arm cores - address not set in embedded i...ntfreak2008-06-251-9/+14
* added pre/post_reset scripts based on Pieter Conradie's ideas.oharboe2008-06-252-12/+32
* - fix compile errors when _DEBUG_INSTRUCTION_EXECUTION_ is definedntfreak2008-06-243-3/+3
* Spen spotted a bug in warning for missing srst_pulls_trstoharboe2008-06-181-3/+3
* - added missing install entries for eir-sam7se512 targetntfreak2008-06-161-1/+1
* - added target and event script for the eir-sam7se512 targetmifi2008-06-162-0/+111
* - removed duplicate cortex_m3_register_commandsntfreak2008-06-162-5/+0
* Nicolas Pitre: Feroceon fixesoharboe2008-06-063-28/+105
* - added checksum_memory and blank_check_memory for xscalentfreak2008-05-291-8/+3
* - moved flash erase_check target code to target.cntfreak2008-05-2715-1/+154
* - fixed typo in wp commandntfreak2008-05-271-1/+1
* moved srst_pulls_trst check into arm7_9_common.c. Not tested yet, if it is br...oharboe2008-05-212-10/+23
* Edgar Grimberg fixes some memory handling issues andoharboe2008-05-203-1/+20
* Fix crash when mode number fetched from the target is invalid.oharboe2008-05-194-0/+53
* print out an error if srst_pulls_trst is not specified foroharboe2008-05-191-6/+17
* fix mode output when illegal arm mode is detected. Now prints illegal mode fo...oharboe2008-05-192-3/+6
* Michael Fischer found and Edgar Grimberg fixed generic crash in timers reprod...oharboe2008-05-191-11/+14
* updated guidelines.oharboe2008-05-191-0/+14
* - added smoketest result for r657mifi2008-05-161-1/+1
* - added arm-usb-ocd.cfg and signalyzer.cfg to the interfacemifi2008-05-163-1/+12
* - added jlink support, based on Jürgen Stuber patchntfreak2008-05-142-1/+4
* - restored tabs and formattingntfreak2008-05-121-4/+5
* - added patch from uwe hermann, thanks for the hint.mifi2008-05-111-1/+1
* - added/renamed interfaces, remove jtag_speed from the interface partmifi2008-05-103-3/+10
* Michael Fischer spotted a problem in the reset routines for srst_pulls_trst. ...oharboe2008-05-091-0/+17
* This matters for embedded devices, but is probably not observably better for ...oharboe2008-05-076-193/+90