| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | wrap help command | Zachary T Welch | 2009-11-11 | 1 | -9/+17 |
* | remove obsolete doxygen comments | Zachary T Welch | 2009-11-11 | 2 | -49/+1 |
* | remove more useless declarations | Zachary T Welch | 2009-11-11 | 5 | -97/+62 |
* | cortex_a8: remove declarations, use static keyword | Zachary T Welch | 2009-11-11 | 2 | -112/+82 |
* | add const keyword to some APIs | Zachary T Welch | 2009-11-11 | 15 | -20/+22 |
* | change argv to args in command handlers | Zachary T Welch | 2009-11-11 | 3 | -28/+28 |
* | script_debug(): improve types | Zachary T Welch | 2009-11-11 | 2 | -5/+6 |
* | command.c: make private routines static | Zachary T Welch | 2009-11-11 | 1 | -2/+4 |
* | log: improve log_callback_fn signature | Zachary T Welch | 2009-11-11 | 4 | -6/+6 |
* | time_support: improve use of types | Zachary T Welch | 2009-11-11 | 2 | -26/+15 |
* | makefiles: improve build order | Zachary T Welch | 2009-11-11 | 2 | -85/+123 |
* | ETM cleanup | David Brownell | 2009-11-11 | 4 | -131/+120 |
* | fix bug in ARM720: bugfix | Zachary T Welch | 2009-11-10 | 1 | -1/+1 |
* | ARM720: bugfix | David Brownell | 2009-11-10 | 1 | -1/+2 |
* | target: MMU-aware init for memory read/write | David Brownell | 2009-11-10 | 1 | -23/+42 |
* | arm11: add etmr/etmw registers to access ETM via DBGTAP scan chain | Michael Bruck | 2009-11-10 | 3 | -0/+142 |
* | ARM11: remove old mrc/mcr commands | Øyvind Harboe | 2009-11-10 | 1 | -102/+0 |
* | Target: minor cleanup | David Brownell | 2009-11-10 | 2 | -13/+21 |
* | ARM920: implement basic MMU ops | David Brownell | 2009-11-10 | 1 | -0/+22 |
* | ARM720: implement basic MMU ops | David Brownell | 2009-11-10 | 1 | -0/+22 |
* | Target: fix bad error messages | David Brownell | 2009-11-10 | 1 | -7/+10 |
* | httpd: fix warnings, more robust error handling, improved MIME handling | Øyvind Harboe | 2009-11-10 | 1 | -6/+9 |
* | tcl: HostOs now picks up eCos as well during compile time | Øyvind Harboe | 2009-11-10 | 1 | -0/+2 |
* | svf,xsvf,arm7_9_common: trim forard declarations | Zachary T Welch | 2009-11-09 | 3 | -53/+55 |
* | command.c: make commands static | Zachary T Welch | 2009-11-09 | 1 | -50/+48 |
* | server: remove useless declarations | Zachary T Welch | 2009-11-09 | 4 | -52/+64 |
* | jtag: remove useless declarations | Zachary T Welch | 2009-11-09 | 6 | -295/+248 |
* | target.c: remove useless declarations | Zachary T Welch | 2009-11-09 | 1 | -103/+127 |
* | {pic32m,stm32}x.c: remove useless declarations | Zachary T Welch | 2009-11-09 | 2 | -98/+73 |
* | str{7,9}x*.c: remove useless forward declarations | Zachary T Welch | 2009-11-09 | 3 | -141/+108 |
* | flash/<various>.c: remove useless declarations | Zachary T Welch | 2009-11-09 | 3 | -75/+42 |
* | flash/<assorted>.c: remove useless declarations | Zachary T Welch | 2009-11-09 | 5 | -170/+103 |
* | flash/at91sam[37].c: remove useless declarations | Zachary T Welch | 2009-11-09 | 2 | -53/+44 |
* | flash/lpc2???.c: remove useless declarations | Zachary T Welch | 2009-11-09 | 3 | -72/+43 |
* | flash/*nand*.c: remove useless declarations | Zachary T Welch | 2009-11-09 | 6 | -167/+132 |
* | flash/flash.c: remove forward declarations | Zachary T Welch | 2009-11-09 | 1 | -57/+62 |
* | Revert "target: add target->type->has_mmu fn" | David Brownell | 2009-11-09 | 3 | -48/+5 |
* | finish removing deprecated/obsolete commands | David Brownell | 2009-11-09 | 6 | -113/+8 |
* | src/target: remove 'extern' and wrap headers | Zachary T Welch | 2009-11-09 | 26 | -190/+296 |
* | target.h: remove extern keyword and wrap | Zachary T Welch | 2009-11-09 | 1 | -53/+72 |
* | src/{server,pld,svf,xsvf}: remove 'extern' keyword | Zachary T Welch | 2009-11-09 | 7 | -18/+26 |
* | src/flash: remove 'extern' and wrap headers | Zachary T Welch | 2009-11-09 | 7 | -45/+69 |
* | src/jtag: remove 'extern' and wrap headers. | Zachary T Welch | 2009-11-09 | 4 | -63/+72 |
* | src/helper: wrap and clean headers. | Zachary T Welch | 2009-11-09 | 6 | -63/+95 |
* | User's Guide: bugfix global state info | David Brownell | 2009-11-09 | 1 | -8/+13 |
* | EmbeddedICE: minor cleanups | David Brownell | 2009-11-09 | 1 | -52/+101 |
* | Overhaul time support API | Zachary T Welch | 2009-11-09 | 6 | -215/+153 |
* | Add private header for ARM11 internals. | Zachary T Welch | 2009-11-08 | 4 | -50/+74 |
* | ARM11: remove exports and forward decls | Zachary T Welch | 2009-11-08 | 2 | -164/+138 |
* | ARM: minor simulator cleanup | David Brownell | 2009-11-08 | 1 | -25/+49 |