2016-01-18 06:16 | update README (and archive the old one) to reflect project end-of-life | Brian Swetland | 2 | +4 | -94 |
2015-08-06 01:40 | debugger: better swd error reporting | Brian Swetland | 3 | +29 | -0 |
2015-08-05 21:48 | debugger: clean up wconsole a bit | Brian Swetland | 1 | +10 | -9 |
2015-08-05 21:28 | debugger: decode SWO trace packets, handle console output | Brian Swetland | 1 | +167 | -7 |
2015-08-05 21:23 | debugger: add wconsole command | Brian Swetland | 2 | +37 | -0 |
2015-08-05 01:00 | debugger: initial plumbing for SWO | Brian Swetland | 6 | +82 | -17 |
2015-08-05 00:40 | usb: clear halt condition at start | Brian Swetland | 1 | +7 | -0 |
2015-08-04 01:47 | debugger: support rswd protocol version 1.0 | Brian Swetland | 2 | +90 | -16 |
2015-08-04 00:12 | debugger: simplify "ui" output path | Brian Swetland | 7 | +204 | -193 |
2015-08-03 23:03 | lkdebug: use vector table offset register to find vectors | Brian Swetland | 1 | +5 | -2 |
2015-08-03 22:13 | debugger: add dedicated usb reader thread | Brian Swetland | 1 | +109 | -31 |
2015-08-03 22:12 | tools: add no-timeout usb read | Brian Swetland | 2 | +10 | -0 |
2015-08-03 20:21 | debugger: eol whitespace removal | Brian Swetland | 3 | +9 | -7 |
2015-07-31 17:13 | lpcboot: add flash:boot command | Brian Swetland | 1 | +4 | -1 |
2015-07-27 08:20 | lpcboot: support lpc43xx dfu download | Brian Swetland | 1 | +107 | -4 |
2015-07-27 08:20 | tools/usb add control api | Brian Swetland | 2 | +14 | -1 |
2015-07-27 07:24 | [agent][lpc43xx] typo | Brian Swetland | 1 | +1 | -1 |
2015-07-20 23:21 | debugger: add "run", tidy up "download" | Brian Swetland | 1 | +66 | -51 |
2015-07-14 01:19 | lkdebug: provide "threads clear" to nuke thread state | Brian Swetland | 3 | +44 | -16 |
2015-07-14 00:41 | gdb-bridge: return reason 05 for all stop codes | Brian Swetland | 1 | +3 | -3 |
2015-07-13 23:11 | lkdebug: don't crash on nonexistent current thread | Brian Swetland | 1 | +1 | -0 |
2015-07-12 13:14 | agent: lpc43xx-spifi: readback verification | Brian Swetland | 1 | +31 | -0 |
2015-07-12 12:56 | agent: lpc43xx-spifi suitable for flashing lpclink2 | Brian Swetland | 2 | +202 | -0 |
2015-07-12 11:48 | agents: simplify things, decouple from the arch/chip system | Brian Swetland | 11 | +397 | -291 |
2015-07-10 01:27 | gdb-bridge/lkdebug: move lk debugging stuff into its own file | Brian Swetland | 5 | +277 | -215 |
2015-07-10 00:38 | gdb-bridge: more robust in the face of bogus threads | Brian Swetland | 1 | +5 | -0 |
2015-07-09 23:34 | debugger: threads command to dump lk threads | Brian Swetland | 1 | +13 | -0 |
2015-07-09 23:33 | gdb-bridge: support for debugging lk threads | Brian Swetland | 1 | +286 | -8 |
2015-06-30 01:10 | debugger: maskints support | Brian Swetland | 2 | +77 | -7 |
2015-06-28 17:50 | debugger: catch fatal vectors, start making vc configurable | Brian Swetland | 1 | +7 | -4 |
2015-06-28 14:11 | debugger: tidy up reset code a bit | Brian Swetland | 1 | +9 | -25 |
2015-06-28 13:51 | arm-v7m: add DWT regs, fix some typos | Brian Swetland | 2 | +69 | -22 |
2015-06-27 09:49 | debugger: finfo command to dump human readable fault info | Brian Swetland | 2 | +136 | -0 |
2015-06-27 08:47 | debugger: log command to enable/disable logging | Brian Swetland | 4 | +53 | -30 |
2015-06-24 08:14 | gdb-bridge: check romtable for presence of DWT and FBP units | Brian Swetland | 1 | +29 | -6 |
2015-06-24 08:02 | gdb-bridge: more breakpoints! | Brian Swetland | 1 | +91 | -7 |
2015-06-24 05:30 | gdb-bridge: route command output back to gdb for monitor commands | Brian Swetland | 2 | +25 | -3 |
2015-06-24 05:13 | gdb-bridge: fix sense of breakpoint status replies | Brian Swetland | 1 | +2 | -2 |
2015-06-24 04:57 | debugger: straighten out locking, fix display corruption | Brian Swetland | 2 | +10 | -11 |
2015-06-23 22:10 | gdb-bridge: pass monitor <command> from gdb to debugger | Brian Swetland | 1 | +4 | -0 |
2015-06-23 06:31 | gdb-bridge: improve stop/step/continue integration | Brian Swetland | 1 | +100 | -29 |
2015-06-23 06:30 | debugger: fix output corruption, reduce chatter | Brian Swetland | 1 | +7 | -0 |
2015-06-23 02:00 | gdb-bridge: handle set/clear hw breakpoint | Brian Swetland | 1 | +62 | -1 |
2015-06-22 08:58 | debugger: command to disable watch/breakpoints | Brian Swetland | 3 | +11 | -0 |
2015-06-22 05:19 | gdb-bridge: memory writes work now | Brian Swetland | 1 | +43 | -3 |
2015-06-22 04:56 | gdb-bridge: support register writes, start on memory writes | Brian Swetland | 1 | +77 | -9 |
2015-06-22 04:48 | linenoise: really fix the bug this time | Brian Swetland | 1 | +4 | -4 |
2015-06-22 04:20 | gdb-bridge: small fixes and improvements | Brian Swetland | 1 | +20 | -3 |
2015-06-22 04:19 | linenoise: fix dumb bug in suspend/resume code. | Brian Swetland | 1 | +2 | -2 |
2015-06-22 03:48 | gdb-bridge: support no-ack mode (wow, that speeds stuff up) | Brian Swetland | 1 | +22 | -8 |
2015-06-22 03:28 | gdb-bridge: improve command and response processing | Brian Swetland | 1 | +168 | -139 |
2015-06-21 13:49 | debugger: get gdb bridge working with modern gdb | Brian Swetland | 1 | +51 | -1 |
2015-06-21 11:49 | debugger: fold gdb-bridge into debugger binary (run on loopback:5555) | Brian Swetland | 4 | +109 | -58 |
2015-06-21 09:42 | debugger: avoid excessive chatter when errors persist | Brian Swetland | 3 | +11 | -6 |
2015-06-21 09:29 | debugger: attempt to auto-recover from swd errors | Brian Swetland | 3 | +45 | -4 |
2015-06-21 02:00 | debugger: start of state monitoring and async reporting | Brian Swetland | 4 | +106 | -8 |
2015-06-21 01:59 | build: host binaries need pthreads and interruptible linenoise | Brian Swetland | 1 | +2 | -1 |
2015-06-21 01:59 | linenoise: add mechnism for preempting linenoise control of stdio | Brian Swetland | 2 | +102 | -2 |
2015-06-21 00:59 | debugger: update linenoise to latest version | Brian Swetland | 2 | +756 | -249 |
2015-06-15 12:37 | scripts: remove no longer used flash scripts | Brian Swetland | 3 | +0 | -264 |
2015-06-15 11:43 | debugger: ensure processor is happy before invoke()ing agents | Brian Swetland | 1 | +6 | -0 |
2015-06-15 09:28 | stm32f4xx: first cut at a flash agent for this family | Brian Swetland | 7 | +169 | -1 |
2015-06-15 09:27 | debugger: add reset-hw to thwack /RESET | Brian Swetland | 1 | +9 | -0 |
2015-06-15 04:27 | debugger: use builtin agents if they exist, arch selects agent | Brian Swetland | 1 | +36 | -2 |
2015-06-15 04:26 | mkbuiltins: tool to bundle binaries into executable | Brian Swetland | 2 | +143 | -0 |
2015-06-14 05:58 | flash-agents: build for both lpc13xx and lpc15xx | Brian Swetland | 5 | +16 | -4 |
2015-06-14 05:57 | build: define CONFIG_FLASHADDR and CONFIG_FLASHSIZE in config.h | Brian Swetland | 1 | +4 | -1 |
2015-06-14 05:37 | flash-agents: renaming stuff | Brian Swetland | 4 | +7 | -7 |
2015-06-14 05:26 | debugger: use downloaded flash agents to flash | Brian Swetland | 1 | +187 | -79 |
2015-06-14 05:25 | agent-lpc15xx: various fixes | Brian Swetland | 1 | +24 | -12 |
2015-06-14 03:46 | agent-lpc15xx: fix incomplete header | Brian Swetland | 1 | +4 | -0 |
2015-06-14 03:45 | flash-agent: allow for better usage host-side | Brian Swetland | 1 | +9 | -0 |
2015-06-14 02:39 | agent-lpc15xx: flash agent for lpc15xx parts | Brian Swetland | 3 | +114 | -0 |
2015-06-14 02:34 | flash-agent: prep work in build system | Brian Swetland | 2 | +9 | -1 |
2015-06-14 01:02 | flash-agent: adjust argument names for clarity | Brian Swetland | 1 | +4 | -4 |
2015-06-14 00:32 | flash-agent: header file to define flash agent images | Brian Swetland | 1 | +130 | -0 |
2014-03-21 03:31 | lpc15xx: hw: frequency measurement | Brian Swetland | 1 | +20 | -0 |
2014-03-21 02:23 | lpc15xx: hw: fix pinassign | Brian Swetland | 1 | +3 | -3 |
2014-03-20 04:28 | board: lpcxpresso1549 | Brian Swetland | 1 | +29 | -0 |
2014-03-20 04:19 | lpc15xx: hw: basic gpio support | Brian Swetland | 3 | +100 | -6 |
2014-03-19 09:56 | lpc13boot: use bless-lpc to "sign" the binary so the ROM will start it | Brian Swetland | 1 | +1 | -0 |
2014-03-19 09:55 | build: allow target modules to be signed/blessed as a final step | Brian Swetland | 1 | +5 | -2 |
2014-03-19 08:55 | lpc15xx: hw: pinenable and pinassign | Brian Swetland | 1 | +191 | -0 |
2014-03-19 07:41 | lpc15xx: hw: more SYSCON stuff | Brian Swetland | 1 | +52 | -2 |
2014-03-19 07:16 | lpc15xx: hw: much of the SYSCON block | Brian Swetland | 1 | +143 | -0 |
2014-03-19 06:29 | lpc15xx: interrupts | Brian Swetland | 1 | +49 | -0 |
2014-03-19 06:23 | skeleton of lpc15xx build support and flash script | Brian Swetland | 3 | +118 | -0 |
2014-03-19 01:31 | Initial checkin of new m3dev repository. | Brian Swetland | 97 | +11346 | -0 |