summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* - added svn props for newly added filesntfreak2008-04-231-27/+27
* - 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
* - fix typo in openocd.texintfreak2008-04-231-1/+1
* regions outside flash are now read/write nocache by default. GDB 6.8 would ma...oharboe2008-04-231-4/+59
* Tim Hudson: removed setting jtag_speed directly (which should not be done).oharboe2008-04-233-5/+0
* fixed doc for GDB memory map and flash program defaults to follow codeoharboe2008-04-231-3/+3
* added fast option.oharboe2008-04-234-2/+38
* Andre Renaud support for the am29sl800db CFI flash chip (id: 0x0004, 0x226b).oharboe2008-04-233-0/+20
* wip on reporting bugs.oharboe2008-04-221-0/+28
* deleted obsolete stuff.oharboe2008-04-221-112/+0
* - added stm32 stick and luminary eval boards interface configsntfreak2008-04-216-7/+38
* - set lpc288x[ch] svn file propsntfreak2008-04-212-606/+606
* - set erase flag on sectorntfreak2008-04-201-4/+6
* Karl RobinSod <karl.robinsod@gmail.com> added lpc288x support. Some work rema...oharboe2008-04-204-2/+610
* - update docs for flash write_image commandntfreak2008-04-201-12/+7
* - flash.c change stricmp to strcmpntfreak2008-04-191-1/+1
* - added test results for r592mifi2008-04-191-15/+19
* retired auto_erase, added optional erase arg to flash write_image.oharboe2008-04-191-25/+18
* - Flash auto-erase is disabled by defaultdrath2008-04-181-2/+3
* Enabled auto erase, gdb memory map and gdb flash programming by default.oharboe2008-04-182-3/+6
* 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
* fix for gaffe in 555 that stopped JTAG chain examine + validate from running.oharboe2008-04-161-2/+2
* - added testing binariesmifi2008-04-1642-0/+27816
* - 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-1410-215/+151
* moved out stuff that wasn't already moved from openocd.pdf to the target libr...oharboe2008-04-1413-652/+189
* Added a few tweaks while playing with texi.oharboe2008-04-141-2/+48
* TRST is asserted *before* target->type->assert_reset() is invoked. Removed ol...oharboe2008-04-142-17/+0
* More robust handling of unknown target state for step/continue packet.oharboe2008-04-131-6/+18
* A dummy driver to test codepath w/no contact w/target.oharboe2008-04-134-2/+133
* allows launching OpenOCD w/telnet+gdb server w/theoharboe2008-04-132-0/+5
* allows launching OpenOCD w/telnet+gdb server w/theoharboe2008-04-131-11/+21
* - Set up ICE registers after TRSToharboe2008-04-135-56/+128
* 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-1112-60/+93
* 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-114-3/+51
* Improved XScale performance for embedded hosted OpenOCDoharboe2008-04-111-35/+36