aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2008-04-21- added stm32 stick and luminary eval boards interface configsntfreak
2008-04-21- set lpc288x[ch] svn file propsntfreak
2008-04-20- set erase flag on sectorntfreak
2008-04-20Karl RobinSod <karl.robinsod@gmail.com> added lpc288x support. Some work rema...oharboe
2008-04-19- flash.c change stricmp to strcmpntfreak
2008-04-19retired auto_erase, added optional erase arg to flash write_image.oharboe
2008-04-18- Flash auto-erase is disabled by defaultdrath
2008-04-18Enabled auto erase, gdb memory map and gdb flash programming by default.oharboe
2008-04-18Nicolas Pitre fixed regression.oharboe
2008-04-17Edwin Olsen: improves breakpoint handling on cortex-m3 parts. Specifically, t...oharboe
2008-04-16fix for gaffe in 555 that stopped JTAG chain examine + validate from running.oharboe
2008-04-16- correct stm32stick config scriptntfreak
2008-04-16Update Embedded ICE registers explicitly during target->type->examine() insteadoharboe
2008-04-16Edgar Grimberg added some missing scripts from the installoharboe
2008-04-16fix SEGFAULT regression in cortex after TRST fixesoharboe
2008-04-15- sw_bkpts fails if the target is not halted. The side effect is oharboe
2008-04-15Added checks for target->type->read/write_memory, soft_reset_halt and run_alg...oharboe
2008-04-15target read/write is no longer attempted for target_xxx() functions when the ...oharboe
2008-04-14- added new and missing target scripts - stm32stick and str730ntfreak
2008-04-14retired fast_memory_access. It's always fast now.oharboe
2008-04-14- split str71x driver into banksntfreak
2008-04-14moved out stuff that wasn't already moved from openocd.pdf to the target libr...oharboe
2008-04-14TRST is asserted *before* target->type->assert_reset() is invoked. Removed ol...oharboe
2008-04-13More robust handling of unknown target state for step/continue packet.oharboe
2008-04-13A dummy driver to test codepath w/no contact w/target.oharboe
2008-04-13allows launching OpenOCD w/telnet+gdb server w/theoharboe
2008-04-13allows launching OpenOCD w/telnet+gdb server w/theoharboe
2008-04-13- Set up ICE registers after TRSToharboe
2008-04-11found two more gaffes for reset wipoharboe
2008-04-11fixed gaffe for default examine implementationoharboe
2008-04-11Reset wip. Just adding hooks. This is just to reduce the size of the actual c...oharboe
2008-04-11Reset wip. Just adding hooks. This is just to reduce the size of the actual c...oharboe
2008-04-11Wip - split target setup and target examinationoharboe
2008-04-11added target->type->examine(). Eventually this will allow for bringing up tel...oharboe
2008-04-11Improved XScale performance for embedded hosted OpenOCDoharboe
2008-04-10stop using variable sized arrays. That's something that belongs to C++ and no...oharboe
2008-04-10- added svn props for newly added parport.cfgntfreak
2008-04-10- single core context used, removed debug context as thought unnecessary.ntfreak
2008-04-09target lib wipoharboe
2008-04-09back out Don Porges workaround for some device with manufcaturer # 0x1a2oharboe
2008-04-09- add missing svn propsntfreak
2008-04-09Don Porges fixed c99 issues.oharboe
2008-04-09- added "init" command. "init" and "reset" at end of startup script is equiva...oharboe
2008-04-08use jtag.c's cur/end_state global variables.oharboe
2008-04-08Edwin Olson found bug & tested fix for flash write_image for stellaris.oharboe
2008-04-08lm3s6965.cfg contributed by Edwin Olsonoharboe
2008-04-08added a couple of LOG_ERROR() messages to improve logfile.oharboe
2008-04-08Pavel pointed out that jtag_add_tlr() is better than jtag_add_tms().oharboe
2008-04-08The endstate now reports the endstate of the queue instead ofoharboe
2008-04-07Spen fixed various issues w.r.t. setting up the sockets for optimal performance.oharboe