aboutsummaryrefslogtreecommitdiff
path: root/src/target
AgeCommit message (Expand)Author
2008-04-28- add cortex_m3 variant luminary to fix reset issue with asserting SRSTntfreak
2008-04-26- added ARMV7_GDB_HACKS define to armv7m.h, enabling all gdb hacks to be enab...ntfreak
2008-04-26set communication speedsoharboe
2008-04-26- incorrect ram size for lm3s811 target scriptntfreak
2008-04-25make debug_level 3 useful again... the log just drowns. perhaps introduce deb...oharboe
2008-04-24Close dangling file handleoharboe
2008-04-23Pavel Chromy's on chip flash loaderoharboe
2008-04-23- added svn props for newly added filesntfreak
2008-04-23Tim Hudson contributed at91sam9260 target config files + some interface defin...oharboe
2008-04-23added fast option.oharboe
2008-04-21- added stm32 stick and luminary eval boards interface configsntfreak
2008-04-18Nicolas Pitre fixed regression.oharboe
2008-04-17Edwin Olsen: improves breakpoint handling on cortex-m3 parts. Specifically, t...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-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-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-09- add missing svn propsntfreak
2008-04-09- added "init" command. "init" and "reset" at end of startup script is equiva...oharboe
2008-04-08lm3s6965.cfg contributed by Edwin Olsonoharboe
2008-04-07- only if "reset halt" or "reset init" are issued will the reset vector be se...oharboe
2008-04-04- the reset mode parameter is now DEPRECATED. It is implementedoharboe
2008-04-04- reverted some of the changes that possibly broke arm926ejs. Waitingoharboe
2008-04-03- Work on fixing erase check. Many implementations are plain broken.oharboe
2008-04-02Edgar Grimberg sharpened the str912 target script.oharboe
2008-04-02Added timeout(instead of infinite loop) to soft_reset_haltoharboe
2008-04-02optional count argument to mwXoharboe
2008-03-31target_call_timer_callbacks_now() now invokes periodic callbacks immediatelyoharboe
2008-03-31Removed exit()'s. A reset is usually enough to work around these, reducing cy...oharboe
2008-03-31make jtag_add_statemove() internal to the driver.oharboe