summaryrefslogtreecommitdiff
path: root/src/target
Commit message (Expand)AuthorAgeFilesLines
* 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
* - added svn props for newly added filesntfreak2008-05-061-3/+3
* The target library is now the authorotative source of config examplesoharboe2008-05-063-1/+9
* add missing reset scriptoharboe2008-05-061-1/+3
* - add missing svn propsntfreak2008-05-012-23/+23
* now compiles again.oharboe2008-04-301-4/+4
* lpc2148 fixes from Edgar Grimbergoharboe2008-04-303-2/+4
* - added new device to luminary flash driverntfreak2008-04-301-4/+32
* Edgar Grimberg added a new rule for target scripts. Flash + verify must succeed.oharboe2008-04-291-0/+6
* - updated cortex_m3 docs regarding luminary reset behaviourntfreak2008-04-293-3/+3
* - add cortex_m3 variant luminary to fix reset issue with asserting SRSTntfreak2008-04-284-6/+34
* - added ARMV7_GDB_HACKS define to armv7m.h, enabling all gdb hacks to be enab...ntfreak2008-04-263-16/+55
* set communication speedsoharboe2008-04-261-0/+2
* - incorrect ram size for lm3s811 target scriptntfreak2008-04-261-2/+2
* make debug_level 3 useful again... the log just drowns. perhaps introduce deb...oharboe2008-04-251-1/+1
* Close dangling file handleoharboe2008-04-241-6/+10
* Pavel Chromy's on chip flash loaderoharboe2008-04-231-0/+1
* - added svn props for newly added filesntfreak2008-04-2316-269/+269
* Tim Hudson contributed at91sam9260 target config files + some interface defin...oharboe2008-04-235-2/+60
* added fast option.oharboe2008-04-231-2/+2
* - added stm32 stick and luminary eval boards interface configsntfreak2008-04-216-7/+38
* Nicolas Pitre fixed regression.oharboe2008-04-181-4/+3
* Edwin Olsen: improves breakpoint handling on cortex-m3 parts. Specifically, t...oharboe2008-04-171-2/+17
* - correct stm32stick config scriptntfreak2008-04-161-1/+1
* Update Embedded ICE registers explicitly during target->type->examine() insteadoharboe2008-04-165-24/+10
* Edgar Grimberg added some missing scripts from the installoharboe2008-04-161-1/+1
* fix SEGFAULT regression in cortex after TRST fixesoharboe2008-04-163-7/+25
* - sw_bkpts fails if the target is not halted. The side effect is oharboe2008-04-152-27/+44
* Added checks for target->type->read/write_memory, soft_reset_halt and run_alg...oharboe2008-04-152-0/+57
* target read/write is no longer attempted for target_xxx() functions when the ...oharboe2008-04-151-4/+49
* - added new and missing target scripts - stm32stick and str730ntfreak2008-04-144-2/+66
* retired fast_memory_access. It's always fast now.oharboe2008-04-141-124/+37
* - split str71x driver into banksntfreak2008-04-144-19/+4
* moved out stuff that wasn't already moved from openocd.pdf to the target libr...oharboe2008-04-1412-1/+175
* TRST is asserted *before* target->type->assert_reset() is invoked. Removed ol...oharboe2008-04-142-17/+0
* allows launching OpenOCD w/telnet+gdb server w/theoharboe2008-04-132-0/+5
* - Set up ICE registers after TRSToharboe2008-04-134-53/+121
* found two more gaffes for reset wipoharboe2008-04-112-0/+3
* fixed gaffe for default examine implementationoharboe2008-04-111-0/+1
* Reset wip. Just adding hooks. This is just to reduce the size of the actual c...oharboe2008-04-111-0/+1
* Reset wip. Just adding hooks. This is just to reduce the size of the actual c...oharboe2008-04-119-51/+75
* Wip - split target setup and target examinationoharboe2008-04-1110-0/+26
* added target->type->examine(). Eventually this will allow for bringing up tel...oharboe2008-04-113-3/+43
* Improved XScale performance for embedded hosted OpenOCDoharboe2008-04-111-35/+36
* - added svn props for newly added parport.cfgntfreak2008-04-101-8/+8
* - single core context used, removed debug context as thought unnecessary.ntfreak2008-04-104-267/+136
* target lib wipoharboe2008-04-094-6/+13
* - add missing svn propsntfreak2008-04-098-310/+310
* - added "init" command. "init" and "reset" at end of startup script is equiva...oharboe2008-04-094-51/+30