| Commit message (Expand) | Author | Age | Files | Lines |
* | target files shouldn't #include <target/...h> | David Brownell | 2009-12-13 | 1 | -1/+1 |
* | change #include "arm9tdmi.h" to <target/arm9tdmi.h> | Zachary T Welch | 2009-12-03 | 1 | -1/+1 |
* | remove target_type register_command callback | Zachary T Welch | 2009-11-24 | 1 | -1/+2 |
* | ARM9TDMI: remove now-needless "struct arm9tdmi" | David Brownell | 2009-11-17 | 1 | -2/+2 |
* | command_context_t -> struct command_context | Zachary T Welch | 2009-11-13 | 1 | -1/+1 |
* | target_t -> struct target | Zachary T Welch | 2009-11-13 | 1 | -3/+3 |
* | arm9tdmi_common_t -> struct arm9tdmi_common | Zachary T Welch | 2009-11-13 | 1 | -1/+1 |
* | arm966e_common_t -> struct arm966e_common | Zachary T Welch | 2009-11-13 | 1 | -5/+5 |
* | jtag_tap_t -> struct jtag_tap | Zachary T Welch | 2009-11-13 | 1 | -1/+1 |
* | src/target: remove 'extern' and wrap headers | Zachary T Welch | 2009-11-09 | 1 | -3/+4 |
* | ARM: shrink offsets | David Brownell | 2009-11-05 | 1 | -1/+1 |
* | target: provide container_of() | David Brownell | 2009-11-05 | 1 | -0/+7 |
* | ARM966: remove exports and forward decls | David Brownell | 2009-11-05 | 1 | -1/+0 |
* | Nicolas Pitre <nico@cam.org> Dragonite support | oharboe | 2009-09-11 | 1 | -0/+2 |
* | Transform 'u32' to 'uint32_t' in src/target/arm* | zwelch | 2009-06-18 | 1 | -3/+3 |
* | Audit and eliminate redundant #include directives in arm target files. | zwelch | 2009-05-11 | 1 | -4/+0 |
* | - added myself to copyright on files i remember adding large contributions fo... | ntfreak | 2008-09-20 | 1 | -0/+3 |
* | - cleaned up str7, str9 and stm32 flash drivers | ntfreak | 2007-10-08 | 1 | -0/+3 |
* | - fix incorrect parsing of whitespace in command.c (thanks to Magnus Lundin) | drath | 2007-01-22 | 1 | -1/+0 |
* | - fixed a minor problem with the GDB server that could drop the first packet ... | drath | 2006-08-06 | 1 | -0/+39 |