summaryrefslogtreecommitdiff
path: root/src/target/arm7_9_common.c
Commit message (Expand)AuthorAgeFilesLines
* Updates for "reset_config":dbrownell2009-10-071-4/+11
* Remove annoying end-of-line whitespace from most src/*dbrownell2009-09-211-3/+3
* srst_gates_jtag option. at91sam9260 needs retesting, and possibly srst_gates_...oharboe2009-09-171-1/+12
* David Brownell <david-b@pacbell.net> oharboe2009-09-121-11/+24
* more debug output for breakpointsoharboe2009-09-041-2/+10
* restore ICE watchpoint registers when the *last* software breakpoint is removedoharboe2009-08-281-3/+22
* Remove bogus "BUG:". If the PC is pointing to an invalid instruction, then si...oharboe2009-08-261-2/+2
* Ferdinand Postema [ferdinand@postema.eu]ntfreak2009-08-071-0/+3
* Andreas Fritiofson <andreas.fritiofson@gmail.com> UTF8 fixesoharboe2009-07-171-1/+1
* simplify debug_reason checkoharboe2009-07-061-11/+3
* David Brownell <david-b@pacbell.net>:zwelch2009-06-291-1/+2
* Refactor code, create target_state_name()duane2009-06-281-3/+3
* Add Breakpoint/Watchpoint unique ID to help debug hardware debug register lea...duane2009-06-271-1/+19
* Remove whitespace that occurs before ')'.zwelch2009-06-231-2/+2
* Remove whitespace that occurs after '('.zwelch2009-06-231-5/+5
* - Fixes '[<>]' whitespacezwelch2009-06-231-8/+8
* - Fixes '[|]' whitespacezwelch2009-06-231-11/+11
* - Fixes '+' whitespacezwelch2009-06-231-3/+3
* - Fixes '=' whitespacezwelch2009-06-231-30/+30
* - Fixes '==' whitespacezwelch2009-06-231-17/+17
* - Fixes '<=' whitespacezwelch2009-06-231-3/+3
* - Fixes '>=' whitespacezwelch2009-06-231-2/+2
* - Fixes '&&' whitespacezwelch2009-06-231-2/+2
* - Fixes '[+]=' whitespacezwelch2009-06-231-1/+1
* - Fixes '!=' whitespacezwelch2009-06-231-10/+10
* - Replace 'if(' with 'if ('.zwelch2009-06-231-19/+19
* C99 printf() -Werror fixesduane2009-06-211-20/+20
* Transform 'u32' to 'uint32_t' in src/target/arm*zwelch2009-06-181-74/+74
* Transform 'u16' to 'uint16_t'zwelch2009-06-181-2/+2
* Transform 'u8' to 'uint8_t' in src/targetzwelch2009-06-181-11/+11
* Encapsulate jtag_reset_config using accessors:zwelch2009-06-091-0/+3
* Rename jtag_add_end_state to jtag_set_end_state since "add" implies thatoharboe2009-06-041-4/+4
* no longer use jtag_add_xxx() to set end state to TAP_IDLE. Same must be done ...oharboe2009-06-041-1/+1
* Add target_examine_one wrapper:zwelch2009-05-311-1/+1
* Add wrappers for target->type->examined:zwelch2009-05-311-1/+1
* Add target_run_algorithm wrapper:zwelch2009-05-311-2/+2
* Add target_write_memory wrapper:zwelch2009-05-311-5/+5
* Add target_read_memory wrapper:zwelch2009-05-311-4/+4
* Submitted by Dean Glazeski <dnglaze@gmail.com>:zwelch2009-05-221-10/+140
* Dean Glazeski <dnglaze@gmail.com> fixed bug in checking of clocked back data ...oharboe2009-05-181-5/+131
* Fix logically inverted commentkc8apf2009-05-181-1/+1
* Audit and eliminate redundant #include directives in arm target files.zwelch2009-05-111-15/+0
* Remove redundant sys/types.h #include directives (now in types.h).zwelch2009-05-111-1/+0
* David Brownell <david-b@pacbell.net> whitespace fixes.oharboe2009-05-101-1/+1
* Holger Freyther <zecke@selfish.org> Attempt to fix arm7_9 breakpoint handlingoharboe2009-04-201-16/+30
* Zach Welch <zw@superlucidity.net> fix -Werror warningsoharboe2009-04-191-5/+6
* - remove target specific variant and use target->variant memberntfreak2008-12-131-28/+6
* Change tap_state naming to be consistent with SVF documentation.kc8apf2008-12-131-4/+4
* jtag newtap change & huge manual updateduane2008-11-301-2/+3
* Rick Altherr <kc8apf@kc8apf.net> retire obsolete syntaxoharboe2008-11-271-2/+0