Commit Graph

573 Commits

Author SHA1 Message Date
Daniel Beer 2d76eb0184 gdb: allow larger data transfers. 2010-07-02 09:56:16 +12:00
Daniel Beer eab488da92 fet: continue even if set VCC fails.
This is not a fatal error under all circumstances, for example when
debugging a board with external power applied.
2010-07-01 12:25:34 +12:00
Daniel Beer f96c57cb6e Version 0.9 2010-06-29 12:49:56 +12:00
Peter Jansen cf2cdd324e Set Olimex baud rate on startup. 2010-06-29 12:17:57 +12:00
Daniel Beer 4824ab7750 Added support for multiple instances of USB devices. 2010-06-28 15:47:50 +12:00
Daniel Beer 8503cc4a85 Drivers are now specified by name, rather than different switches. 2010-06-28 14:36:05 +12:00
Peter Jansen 9dd216e604 Support for MSP-JTAG-TINY via USB bus (CP2102). 2010-06-28 10:36:25 +12:00
Daniel Beer cf4ec417ff Added support for Olimex MSP430-JTAG-TINY. 2010-06-15 14:53:38 +12:00
Daniel Beer ccc5df8fd9 Added "gdb_loop" option. 2010-06-15 14:51:12 +12:00
Daniel Beer efabaf5161 Consistent spelling of "Spy-Bi-Wire". 2010-06-15 13:13:51 +12:00
Peter Jansen 465147cdd4 Added support for MSP430F169 2010-06-15 13:07:06 +12:00
Daniel Beer c1bb903b99 Try to use JTAG mode 2 with UIF devices. 2010-06-15 12:56:20 +12:00
Hans Nieuwenhuis c811a44032 Added support for MSP430F2132. 2010-06-10 11:25:33 +12:00
Daniel Beer 6ad23b49f5 Allow loading from ELF32 files with incorrect machine types. 2010-05-27 13:58:59 +12:00
Daniel Beer 7703c34664 Further modifications for OS/X.
Don't rely on install -D, and define B460800 before using it if
compiling on OS/X.
2010-05-26 11:17:45 +12:00
Daniel Beer 5ed4473dda Version 0.8 2010-05-22 17:42:10 +12:00
Daniel Beer ea7be28f18 Fixed register name parsing. 2010-05-22 16:17:06 +12:00
Daniel Beer 39b71c5292 Fixed compilation warnings. 2010-05-22 16:09:28 +12:00
Daniel Beer 4acc170901 Fixed manual formatting error. 2010-05-22 16:08:15 +12:00
Daniel Beer 9672e24b65 Fixed bug preventing chip identification. 2010-05-21 14:19:15 +12:00
Daniel Beer b897d780c1 Fixed simulation bug: JGE/JL reversed. 2010-05-21 13:17:44 +12:00
Daniel Beer 626b0085a0 Added constants for C_CONFIGURE in fet.c. 2010-05-20 13:14:36 +12:00
Daniel Beer 15b6148cd4 Fixed erase command on chips with code start > 0x8000. 2010-05-20 12:47:03 +12:00
Daniel Beer d543360bd0 Fixed bug preventing Ctrl+C from working properly. 2010-05-20 12:30:07 +12:00
Daniel Beer de80453268 Extract useful macros (LE_BYTE, LE_WORD, LE_LONG). 2010-05-19 14:53:43 +12:00
Daniel Beer 3bb4a9c99c Fixed string termination bug in cproc_disassemble. 2010-05-19 12:54:58 +12:00
Daniel Beer b7fab085d4 Added MSP430F438A to FET database. 2010-05-19 12:30:21 +12:00
Daniel Beer e3e33f2c0d Corrected MSP430F2013 ID text. 2010-05-19 12:18:31 +12:00
Daniel Beer ecdd05d786 Sort FET device list. 2010-05-19 12:08:50 +12:00
Daniel Beer 14785d4d4c Added support for MSP430F2013. 2010-05-19 12:03:30 +12:00
Daniel Beer 6d0d32c8a0 FET database bug fixes. 2010-05-19 12:02:33 +12:00
Daniel Beer a87ad8b834 Added --fet-force-id command-line option. 2010-05-19 11:54:15 +12:00
Daniel Beer 0e58c52192 Added --fet-list command-line option. 2010-05-19 11:48:01 +12:00
Daniel Beer a2516d6cfc Removed "Device ID" stuff from man page. 2010-05-19 11:34:28 +12:00
Daniel Beer 0481083b0f Removed Device ID database. 2010-05-19 11:33:06 +12:00
Daniel Beer d69b48bd89 Use fet_db to find magic messages. 2010-05-19 11:31:40 +12:00
Daniel Beer 7e3109e4c8 Added CC430F6137, MSP430F2274 to fet_db. 2010-05-19 11:21:41 +12:00
Daniel Beer bb46bd958e Implemented FET message database. 2010-05-19 11:08:41 +12:00
Daniel Beer abd7d9ea22 Show containing function when querying cgraph for address. 2010-05-18 18:42:16 +12:00
Daniel Beer daad76338b Implemented "cgraph" command. 2010-05-18 17:03:21 +12:00
Daniel Beer d9e42457f5 Unified binfile interface. 2010-05-15 15:13:58 +12:00
Daniel Beer fab96c725d BSL now shows descriptive errors returned by FET. 2010-05-15 13:44:46 +12:00
Daniel Beer c96ce58a8f Took checksum function from uif430. 2010-05-15 13:42:02 +12:00
Daniel Beer 2a7a7189ae Don't disassemble beyond end of memory when showing regs. 2010-05-13 16:57:32 +12:00
Daniel Beer c84f2ab579 Modifications to compile on Cygwin. 2010-05-13 16:45:38 +12:00
Daniel Beer b8a3ef41c7 Use stdint.h instead of sys/types.h. 2010-05-13 12:57:21 +12:00
Daniel Beer f4fcd0c909 gdb: implement breakpoint support 2010-05-12 18:17:12 +12:00
Daniel Beer c582a3513d gdb: fixed bug when reporting run errors 2010-05-12 17:43:30 +12:00
Daniel Beer dcc1874434 Fixed bug in gdb monitor command. 2010-05-12 17:28:59 +12:00
Tadashi G. Takaoka 961e7015c9 Make it easier to compile on Mac OS X. 2010-05-12 10:13:39 +12:00