aboutsummaryrefslogtreecommitdiff
path: root/src/target/avrt.h
AgeCommit message (Collapse)AuthorFilesLines
2009-12-03change #include "jtag.h" to <jtag/jtag.h>Zachary T Welch1-1/+1
Changes from the flat namespace to heirarchical one. Instead of writing: #include "jtag.h" the following form should be used. #include <jtag/jtag.h> The exception is from .c files in the same directory.
2009-11-13avr_common_t -> struct avr_commonZachary T Welch1-2/+2
Remove misleading typedef and redundant suffix from struct avr_common.
2009-11-13mcu_jtag_t -> struct mcu_jtagZachary T Welch1-3/+3
Remove misleading typedef and redundant suffix from struct mcu_jtag.
2009-11-13jtag_tap_t -> struct jtag_tapZachary T Welch1-1/+1
Search and destroy the jtag_tap_t typedef. This also cleans up a layering violation, removing the declaration from types.h.
2009-05-11Audit and eliminate redundant #include directives in other target files.zwelch1-0/+2
git-svn-id: svn://svn.berlios.de/openocd/trunk@1715 b42882b7-edfa-0310-969c-e2dbd0fdcd60
2009-04-27SimonQian <simonqian@simonqian.com> fix warnings(which stops compilation) ↵oharboe1-33/+33
and some bugs git-svn-id: svn://svn.berlios.de/openocd/trunk@1548 b42882b7-edfa-0310-969c-e2dbd0fdcd60
2009-04-27SimonQian <simonqian@simonqian.com> AVR wipoharboe1-0/+33
git-svn-id: svn://svn.berlios.de/openocd/trunk@1540 b42882b7-edfa-0310-969c-e2dbd0fdcd60