Commit Graph

  • 2d76eb0184 gdb: allow larger data transfers. Daniel Beer 2010-07-02 09:56:16 +1200
  • eab488da92 fet: continue even if set VCC fails. Daniel Beer 2010-07-01 12:25:34 +1200
  • f96c57cb6e Version 0.9 Daniel Beer 2010-06-29 12:49:56 +1200
  • cf2cdd324e Set Olimex baud rate on startup. Peter Jansen 2010-06-29 12:17:57 +1200
  • 4824ab7750 Added support for multiple instances of USB devices. Daniel Beer 2010-06-28 15:13:51 +1200
  • 8503cc4a85 Drivers are now specified by name, rather than different switches. Daniel Beer 2010-06-28 14:36:05 +1200
  • 9dd216e604 Support for MSP-JTAG-TINY via USB bus (CP2102). Peter Jansen 2010-06-28 10:35:36 +1200
  • cf4ec417ff Added support for Olimex MSP430-JTAG-TINY. Daniel Beer 2010-06-15 14:53:38 +1200
  • ccc5df8fd9 Added "gdb_loop" option. Daniel Beer 2010-06-15 14:51:12 +1200
  • efabaf5161 Consistent spelling of "Spy-Bi-Wire". Daniel Beer 2010-06-15 13:13:51 +1200
  • 465147cdd4 Added support for MSP430F169 Peter Jansen 2010-06-15 13:07:06 +1200
  • c1bb903b99 Try to use JTAG mode 2 with UIF devices. Daniel Beer 2010-06-15 12:56:20 +1200
  • c811a44032 Added support for MSP430F2132. Hans Nieuwenhuis 2010-06-10 11:25:33 +1200
  • 6ad23b49f5 Allow loading from ELF32 files with incorrect machine types. Daniel Beer 2010-05-27 13:58:00 +1200
  • 7703c34664 Further modifications for OS/X. Daniel Beer 2010-05-26 11:17:45 +1200
  • 5ed4473dda Version 0.8 Daniel Beer 2010-05-22 17:42:10 +1200
  • ea7be28f18 Fixed register name parsing. Daniel Beer 2010-05-22 16:17:06 +1200
  • 39b71c5292 Fixed compilation warnings. Daniel Beer 2010-05-22 16:09:28 +1200
  • 4acc170901 Fixed manual formatting error. Daniel Beer 2010-05-22 16:08:15 +1200
  • 9672e24b65 Fixed bug preventing chip identification. Daniel Beer 2010-05-21 14:19:15 +1200
  • b897d780c1 Fixed simulation bug: JGE/JL reversed. Daniel Beer 2010-05-21 13:17:44 +1200
  • 626b0085a0 Added constants for C_CONFIGURE in fet.c. Daniel Beer 2010-05-20 13:14:36 +1200
  • 15b6148cd4 Fixed erase command on chips with code start > 0x8000. Daniel Beer 2010-05-20 12:47:03 +1200
  • d543360bd0 Fixed bug preventing Ctrl+C from working properly. Daniel Beer 2010-05-20 12:30:07 +1200
  • de80453268 Extract useful macros (LE_BYTE, LE_WORD, LE_LONG). Daniel Beer 2010-05-19 14:53:43 +1200
  • 3bb4a9c99c Fixed string termination bug in cproc_disassemble. Daniel Beer 2010-05-19 12:54:58 +1200
  • b7fab085d4 Added MSP430F438A to FET database. Daniel Beer 2010-05-19 12:30:21 +1200
  • e3e33f2c0d Corrected MSP430F2013 ID text. Daniel Beer 2010-05-19 12:18:31 +1200
  • ecdd05d786 Sort FET device list. Daniel Beer 2010-05-19 12:08:50 +1200
  • 14785d4d4c Added support for MSP430F2013. Daniel Beer 2010-05-19 12:03:30 +1200
  • 6d0d32c8a0 FET database bug fixes. Daniel Beer 2010-05-19 12:02:33 +1200
  • a87ad8b834 Added --fet-force-id command-line option. Daniel Beer 2010-05-19 11:54:15 +1200
  • 0e58c52192 Added --fet-list command-line option. Daniel Beer 2010-05-19 11:48:01 +1200
  • a2516d6cfc Removed "Device ID" stuff from man page. Daniel Beer 2010-05-19 11:34:28 +1200
  • 0481083b0f Removed Device ID database. Daniel Beer 2010-05-19 11:33:06 +1200
  • d69b48bd89 Use fet_db to find magic messages. Daniel Beer 2010-05-19 11:29:16 +1200
  • 7e3109e4c8 Added CC430F6137, MSP430F2274 to fet_db. Daniel Beer 2010-05-19 11:21:41 +1200
  • bb46bd958e Implemented FET message database. Daniel Beer 2010-05-19 11:08:41 +1200
  • abd7d9ea22 Show containing function when querying cgraph for address. Daniel Beer 2010-05-18 18:42:16 +1200
  • daad76338b Implemented "cgraph" command. Daniel Beer 2010-05-18 16:35:02 +1200
  • d9e42457f5 Unified binfile interface. Daniel Beer 2010-05-15 15:13:58 +1200
  • fab96c725d BSL now shows descriptive errors returned by FET. Daniel Beer 2010-05-15 13:44:46 +1200
  • c96ce58a8f Took checksum function from uif430. Daniel Beer 2010-05-15 13:20:59 +1200
  • 2a7a7189ae Don't disassemble beyond end of memory when showing regs. Daniel Beer 2010-05-13 16:57:32 +1200
  • c84f2ab579 Modifications to compile on Cygwin. Daniel Beer 2010-05-13 16:45:38 +1200
  • b8a3ef41c7 Use stdint.h instead of sys/types.h. Daniel Beer 2010-05-13 12:57:21 +1200
  • f4fcd0c909 gdb: implement breakpoint support Daniel Beer 2010-05-12 18:17:12 +1200
  • c582a3513d gdb: fixed bug when reporting run errors Daniel Beer 2010-05-12 17:43:30 +1200
  • dcc1874434 Fixed bug in gdb monitor command. Daniel Beer 2010-05-12 17:28:59 +1200
  • 961e7015c9 Make it easier to compile on Mac OS X. Tadashi G. Takaoka 2010-05-12 10:13:39 +1200
  • 5b943536e4 Fixed bug in "md" command. Tadashi G. Takaoka 2010-05-12 10:11:38 +1200
  • e547106e0a Create missing directories on install. Robert Spanton 2010-05-11 12:50:30 +0100
  • 8abc4bbf8f Remove -o root from install commands. Robert Spanton 2010-05-11 12:46:00 +0100
  • ca3e5dd645 Symbol table is an object. Daniel Beer 2010-05-01 18:34:43 +1200
  • 2794165dee Separated address expression parsing. Daniel Beer 2010-05-01 17:54:10 +1200
  • 99b53f475b Fix bug preventing prompting on exit. Daniel Beer 2010-04-30 22:20:58 +1200
  • a9dd76bbca Removed static data from sym commands. Daniel Beer 2010-04-30 22:17:43 +1200
  • 53fb83aae7 Removed static data from elf32. Daniel Beer 2010-04-30 22:09:57 +1200
  • 0cd82ffc48 Removed remaining static data from device commands. Daniel Beer 2010-04-30 21:53:58 +1200
  • 6379839997 Version 0.7 Daniel Beer 2010-04-30 17:16:58 +1200
  • c981893254 Transports are now objects. Daniel Beer 2010-04-30 16:57:57 +1200
  • 204aa31291 Device drivers are now objects. Daniel Beer 2010-04-30 16:01:03 +1200
  • 1f98eb4339 Extracted functions from main. Daniel Beer 2010-04-29 15:56:47 +1200
  • ab0580b99e Added AUTHORS file. Daniel Beer 2010-04-28 19:03:49 +1200
  • 6fa975277b fet: implemented magic table for FW ver. 20404000 Daniel Beer 2010-04-28 18:50:18 +1200
  • 731a1e8b39 Fix disassembly bug. Daniel Beer 2010-04-28 18:30:10 +1200
  • ba6e3366ff Command processor is now an object. Daniel Beer 2010-04-21 16:56:56 +1200
  • 90d39a96f5 Move some unrelated functions out of parse.c Daniel Beer 2010-04-21 14:12:12 +1200
  • 8655a64ef2 Implemented vector data structure. Daniel Beer 2010-04-21 11:18:56 +1200
  • 66d3b1a166 Fixed bug in display of MSP430 device names. Daniel Beer 2010-04-16 13:42:50 +1200
  • 437456dda1 Merge branch 'chronos' Daniel Beer 2010-04-13 20:46:25 +1200
  • 40d299d001 Colorize some more output. Daniel Beer 2010-04-10 16:41:57 +1200
  • 48ca1a50d5 Allow quoted strings in commands. Daniel Beer 2010-04-10 16:33:21 +1200
  • 006585e0f7 Modified FET driver for testing with TI Chronos. Daniel Beer 2010-04-10 15:44:49 +1200
  • 7733889703 Handle missing RC file. Daniel Beer 2010-04-10 15:03:18 +1200
  • 8758d8bc28 Separated parsing from util. Daniel Beer 2010-04-10 14:56:29 +1200
  • 7e309acdc5 Separated device commands. Daniel Beer 2010-04-10 14:35:36 +1200
  • a52ab171f3 Separated symbol commands from symbol table. Daniel Beer 2010-04-10 14:00:00 +1200
  • aecf8f0175 Address expressions are now fully algebraic. Daniel Beer 2010-04-10 12:25:01 +1200
  • f8f530f24e Convert FET command constants to hex. Daniel Beer 2010-04-09 11:27:09 +1200
  • 1f8b65870c Removed per-command checks for fet_is_rf2500. Daniel Beer 2010-04-08 15:01:09 +1200
  • eff1148348 Detect NAK replies. Daniel Beer 2010-04-08 14:51:56 +1200
  • b12e0f5ddb Added RC file processing on startup. Daniel Beer 2010-04-08 14:43:19 +1200
  • 757a9fb799 Implemented isearch command. Daniel Beer 2010-04-08 13:15:30 +1200
  • 188efdca10 Fixed B+Tree deletion bug. Daniel Beer 2010-03-31 20:59:46 +1300
  • dab86a82f6 Implemented "sym rename". Daniel Beer 2010-03-31 20:40:46 +1300
  • 6cc43e17c8 Change sym load/add/savemap -> import/import+/export. Daniel Beer 2010-03-31 19:39:02 +1300
  • ceb78ff053 Commands are now registered by each module. Daniel Beer 2010-03-31 19:33:28 +1300
  • f3c66c5aa4 Disassembly bug fixes. Daniel Beer 2010-03-30 16:00:02 +1300
  • 01e26ce3a8 Merged parse.[ch] into util.[ch]. Daniel Beer 2010-03-30 15:54:03 +1300
  • 9d83386048 Implemented colorize disassembly. Daniel Beer 2010-03-30 13:55:35 +1300
  • 6f3d899b44 Don't prefer symbols for low-value indexed operands. Daniel Beer 2010-03-30 10:10:01 +1300
  • 37af91e60c Look up symbols for immediate operands. Daniel Beer 2010-03-29 21:42:53 +1300
  • 19bb129f81 Disassembly bug fixes (find constant-gens for single operands). Daniel Beer 2010-03-29 20:43:03 +1300
  • 749faf4107 Expand symbols for indexed addressing, allow . and : in symbols. Daniel Beer 2010-03-29 17:27:22 +1300
  • 9afbc30778 Only show exact symbol matches in disassembly. Daniel Beer 2010-03-28 17:13:42 +1300
  • 0c3389f084 Fixed bugs introduced by sym table changes. Daniel Beer 2010-03-28 16:02:04 +1300
  • 79c5899929 Prompt for saving if symbols modified. Daniel Beer 2010-03-28 00:07:51 +1300
  • da34c6c1bd Implemented sym command. Daniel Beer 2010-03-27 23:47:17 +1300
  • 37dcbfce6e Fixed non-readline command reader. Daniel Beer 2010-03-27 22:54:01 +1300