aboutsummaryrefslogtreecommitdiff
path: root/src/target/target.c
AgeCommit message (Expand)Author
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-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-11Wip - split target setup and target examinationoharboe
2008-04-11added target->type->examine(). Eventually this will allow for bringing up tel...oharboe
2008-04-09- added "init" command. "init" and "reset" at end of startup script is equiva...oharboe
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-02optional count argument to mwXoharboe
2008-03-31target_call_timer_callbacks_now() now invokes periodic callbacks immediatelyoharboe
2008-03-25- rename log functions to stop conflicts under win32 (wingdi)ntfreak
2008-03-21- armv7m control register now set as dirty when switching contextntfreak
2008-03-14added profile command. It was added to simplify evaluation by testers.oharboe
2008-03-13- adds two speeds to jtag_speed. reset and post reset speed. Defaultoharboe
2008-03-10- Fixed various error handling when looking for memory leaksoharboe
2008-03-07- Improves error handling upon GDB connectoharboe
2008-03-05warnings & comments fixes.oharboe
2008-03-05* fixed malloc corruption in target->debug_reasonoharboe
2008-03-04Fixed GDB timeout crash - regression introduced back when log_add/remove_call...oharboe
2008-02-29Tweaked logging output.oharboe
2008-02-29- clean up target output strings a bitoharboe
2008-02-29Michael Bruck:oharboe
2008-02-25- convert all files to unix line-endingdrath
2008-02-25From Michael Bruckoharboe
2008-02-25- using ERROR_COMMAND_SYNTAX_ERROR to print syntax in a couple of placesoharboe
2008-02-24- fixed target->type->poll() return valueoharboe
2008-02-22- fix read/write size for small unaligned accesses (thanks Michael Bruck)vpalatin
2008-02-21- add support for Marvell Feroceon (thanks to Nicolas Pitre for this patch)vpalatin
2008-02-19- add search paths via new arg -s (-search). Thanks Ted Rothntfreak
2008-02-19- Fixed bug in pathmove for XScalentfreak
2008-02-18- Added a "User:" debug level. These are messages that are intended for the u...ntfreak
2008-02-09- added synchronous wait/resume patch. Thanks Øyvind Harboentfreak
2008-02-07- added synchronous reset patch, Thanks Øyvind Harboentfreak
2008-02-02- added patch to solve the reset problem with arm9 and cortex which Spen had ...mifi
2008-01-25fixed incorrect elf segment size - Thanks Øyvind Harboentfreak
2008-01-24- added patch to check some malloc problems.mifi
2008-01-23- added patch to fix crash in load_image on corrupt elf file or out of memory.mifi
2008-01-21- Eleminated leading tabs/white spacebodylove
2008-01-17- add support for cortex_m3 target_request debugmsgsntfreak
2007-12-29- minimum autoconf 2.59 is now required and verified - due to issues with AS_...ntfreak
2007-12-20- removed flash write_image - binary compare function has been moved to verif...ntfreak
2007-12-09- added patch to display device information as INFO toomifi
2007-10-22- add verify_image commandntfreak
2007-10-08- cleaned up str7, str9 and stm32 flash driversntfreak
2007-09-10- Fixed display of sector sizes in flash.cmlu
2007-08-14- reworked presto.c to allow use of either FTD2XX or libftdi (libftdi not fun...drath
2007-08-10- renamed M5960 USB JTAG to "flyswatter"drath