aboutsummaryrefslogtreecommitdiff
path: root/src/target/etm_dummy.c
AgeCommit message (Expand)Author
2019-05-14helper/command: change prototype of command_print/command_print_samelineAntonio Borneo
2019-04-07command_registration: add empty usage field to chained commandsAntonio Borneo
2016-05-24Remove FSF address from GPL noticesMarc Schink
2013-06-05update files to correct FSF addressSpencer Oliver
2012-02-06build: cleanup src/target directorySpencer Oliver
2010-01-07ARM ETM/ETB/trace: help/usage updatesDavid Brownell
2009-12-07ARM: use <target/arm.h> not armv4_5.hDavid Brownell
2009-11-24remove register_commands from etm_capture_driverZachary T Welch
2009-11-24etm_dummy: use register_commands()Zachary T Welch
2009-11-24use COMMAND_REGISTER macroZachary T Welch
2009-11-17command_handler: change 'cmd_ctx' to CMD_CTXZachary T Welch
2009-11-17command_handler: change 'args' to CMD_ARGVZachary T Welch
2009-11-13command_t -> struct commandZachary T Welch
2009-11-13command_context_t -> struct command_contextZachary T Welch
2009-11-13target_t -> struct targetZachary T Welch
2009-11-13etm_context_t -> struct etm_contextZachary T Welch
2009-11-13etm_capture_driver_t -> struct etm_capture_driverZachary T Welch
2009-11-13use COMMAND_HANDLER macro to define all commandsZachary T Welch
2009-11-11ETM: remove old mid-level ETM handleDavid Brownell
2009-11-11ETM: update port driversDavid Brownell
2009-05-18Consolidate target selection code into single get_target() that handles both ...kc8apf
2009-05-11Audit and eliminate redundant #include directives in other target files.zwelch
2009-04-30Add static keywords to core target source file data and functions.zwelch
2008-11-19error checking - no reported errors, but catched a couple of exit()'s and con...oharboe
2008-03-25- rename log functions to stop conflicts under win32 (wingdi)ntfreak
2007-07-15- added support for Asix Presto JTAG interface (thanks to Pavel Chromy and As...drath