aboutsummaryrefslogtreecommitdiff
path: root/src/target/target.c
AgeCommit message (Expand)Author
2009-09-21Remove annoying end-of-line whitespace from most src/*dbrownell
2009-09-20Debug message updates:dbrownell
2009-09-19Minor behavior fixes for the two JTAG reset events (C/internal,dbrownell
2009-09-11Nicolas Pitre <nico@cam.org> Dragonite supportoharboe
2009-09-11spelling mistakeoharboe
2009-09-11registering a target event twice caused infinite loop. Same bug as in jtag/co...oharboe
2009-09-10Alexei Babich <a.babich@rez.ru> fix problems with unecessary tailend byte acc...oharboe
2009-08-30David Brownell <david-b@pacbell.net> start phasing out integers as target IDsoharboe
2009-08-25David Brownell <david-b@pacbell.net> Accomodate targets which don't support v...oharboe
2009-08-25Ferdinand Postema <ferdinand@postema.eu> fix warningsoharboe
2009-08-19David Brownell <david-b@pacbell.net>Fix some command helptext:oharboe
2009-08-18David Brownell [david-b@pacbell.net]:ntfreak
2009-07-17Andreas Fritiofson <andreas.fritiofson@gmail.com> UTF8 fixesoharboe
2009-07-06Fix regression in "step" command introduced in 2190oharboe
2009-06-28Remove extra newline from debug log messageduane
2009-06-28Refactor code, create target_state_name()duane
2009-06-23Remove whitespace at end of lines, step 1.zwelch
2009-06-23- Replace '){' with ') {'.zwelch
2009-06-23Remove whitespace that occurs before ')'.zwelch
2009-06-23Remove whitespace that occurs after '('.zwelch
2009-06-23- Fixes '[<>]' whitespacezwelch
2009-06-23- Fixes '[|]' whitespacezwelch
2009-06-23- Fixes '+' whitespacezwelch
2009-06-23- Fixes '=' whitespacezwelch
2009-06-23- Fixes '==' whitespacezwelch
2009-06-23- Fixes '>>' whitespacezwelch
2009-06-23- Fixes '>=' whitespacezwelch
2009-06-23- Fixes '&&' whitespacezwelch
2009-06-23- Fixes '[+]=' whitespacezwelch
2009-06-23- Fixes '!=' whitespacezwelch
2009-06-23- Fixes '-=' whitespacezwelch
2009-06-23- Replace 'for(' with 'for ('.zwelch
2009-06-23- Replace 'switch(' with 'switch ('.zwelch
2009-06-23- Replace 'while(' with 'while ('.zwelch
2009-06-23- Replace 'if(' with 'if ('.zwelch
2009-06-21Oleksandr Tymoshenko <gonzo@bluezbox.com>:zwelch
2009-06-21C99 printf() -Werror fixesduane
2009-06-19Paulius Zaleckas <paulius.zaleckas@gmail.com>:zwelch
2009-06-18Transform 'u32' to 'uint32_t' in src/targetzwelch
2009-06-18Transform 'u16' to 'uint16_t'zwelch
2009-06-18Transform 'u8' to 'uint8_t' in src/targetzwelch
2009-06-17David Brownell <david-b@pacbell.net>:zwelch
2009-06-16David Brownell <david-b@pacbell.net>:zwelch
2009-06-16David Brownell <david-b@pacbell.net>:zwelch
2009-06-13Factor load_image argument parsing to parse_load_image_command_args:zwelch
2009-06-13Improve handle_profile_command argument parsing:zwelch
2009-06-13Improve handle_virt2phys_command argument parsing:zwelch
2009-06-13Cleanup and improve handle_wp_command and handle_rwp_command:zwelch
2009-06-13Improve and simplify handle_bp_command and handle_rbp_command:zwelch
2009-06-13Improve handle_verify_image_command_internal command argument handling:zwelch