Commit Graph

  • fd98116298 Merge branch 'erase' Daniel Beer 2010-10-12 11:00:28 +1300
  • 32f45d72de fet: reset on close, rather than init. Daniel Beer 2010-10-12 11:00:09 +1300
  • 09813e3129 Fixed BSL memory range checking. Daniel Beer 2010-09-25 20:29:38 +1200
  • f72feebb06 Added support for MSP430FG4618. Daniel Beer 2010-09-24 11:27:52 +1200
  • f396fc6e90 Fixed support for MSP430F5438. Daniel Beer 2010-09-24 09:36:14 +1200
  • 4c7538143c Erase bug fixes. Daniel Beer 2010-09-23 19:34:12 +1200
  • db110b48df Implemented "locka" command. Daniel Beer 2010-09-23 19:05:39 +1200
  • 1ae163572c fet: implemented mass and segment erase. Daniel Beer 2010-09-23 16:14:21 +1200
  • 0dade4228e Modified erase command to allow mass and segment erase. Daniel Beer 2010-09-23 16:08:45 +1200
  • b9e5db63d5 device: altered erase interface to allow different erase types. Daniel Beer 2010-09-23 15:45:06 +1200
  • 984b1a3b57 Modified AUTHORS entry to record flash-bsl changes. Daniel Beer 2010-09-23 13:40:53 +1200
  • 367b945263 update man page to reflect new driver and option Andrew Armenia 2010-09-17 10:36:16 -0400
  • aedd5f7691 switched off debugging output in flash_bsl Andrew Armenia 2010-09-17 10:22:09 -0400
  • 80aafafeeb add usage information to main.c Andrew Armenia 2010-09-17 10:15:33 -0400
  • 14404af688 cast CRC test vectors to uint16_t to eliminate warning Andrew Armenia 2010-09-17 10:10:09 -0400
  • 89520c052e initial version of flash_bsl driver Andrew Armenia 2010-09-17 10:04:33 -0400
  • ecccfb5a64 fet: change block size to 64 bytes. Sören Höckner 2010-09-14 14:56:10 +1200
  • 218ead5fe5 fet: fix packet size alignment when reading/writing buffers. Sören Höckner 2010-09-14 14:52:15 +1200
  • abc7b61737 Added "load" command for programming without erase/symbol import. Daniel Beer 2010-09-13 11:27:11 +1200
  • 4a9b89a1ee gdb: remove prog buffering. Daniel Beer 2010-09-13 10:43:21 +1200
  • 93087e534d prog: removed word-alignment buffering. Daniel Beer 2010-09-13 10:40:29 +1200
  • 46fd2956cd fet: workaround for unaligned reads/writes. Daniel Beer 2010-09-13 10:27:50 +1200
  • 6582876404 Added support for MSP430F5437. Daniel Beer 2010-09-13 09:21:16 +1200
  • de402ea9a6 ihex: ignore 03 records without a warning. Daniel Beer 2010-09-10 13:29:17 +1200
  • 479b0b2a9f Align flash writes to word boundaries. Daniel Beer 2010-09-10 12:52:47 +1200
  • 40fa5de592 Move code_start field into base device class. Daniel Beer 2010-09-10 11:40:59 +1200
  • 5a13bc1f27 Allow CC to be modified for build Robert Spanton 2010-09-09 09:55:42 +0100
  • 96c5e92093 Version 0.11 Daniel Beer 2010-09-09 12:29:49 +1200
  • e080f32cb5 Updated AUTHORS file. Daniel Beer 2010-09-09 12:28:34 +1200
  • 5dae1e9b0d Update manual to include "aword" search term for isearch command. Daniel Beer 2010-09-09 12:24:36 +1200
  • c0d49ae372 Added support for MSP430F2370. Daniel Beer 2010-09-09 12:05:28 +1200
  • 98e7d272e7 Remove reference in manual to 64k limitation. Daniel Beer 2010-09-09 09:04:27 +1200
  • 7e04f8b776 Removed unnecessary programming boundary. Daniel Beer 2010-09-06 15:55:53 +1200
  • 08e13f7093 fet_db: some msg28 bytes matter more than others. Daniel Beer 2010-09-06 15:31:52 +1200
  • 28923bf997 Changed command-line option "-r" to "--no-reset". Daniel Beer 2010-09-06 14:42:08 +1200
  • a563b6f2ea Added support for MSP430F1232 and MSP430F413. Piotr Wiszowaty 2010-09-06 12:51:17 +1200
  • 2ef8f7574b fet: by default, reset chip on startup. Daniel Beer 2010-09-02 11:55:12 +1200
  • d3f50bef75 Remove range check on SREC file format. Daniel Beer 2010-09-01 10:22:27 +1200
  • f6971c1daf Added support for MSP430F49197. Stephen Kench 2010-09-01 10:20:54 +1200
  • 1a3f9a9ff3 fet: always show chip name. Eric Decker 2010-09-01 09:34:50 +1200
  • 9c2ed8c5fc Introduced quiet mode option and command-line switch. Daniel Beer 2010-08-31 15:50:00 +1200
  • 764e5c04a9 Allow Ctrl+C to interrupt during initialization. Daniel Beer 2010-08-31 09:32:07 +1200
  • 0a3d1c9e11 Show difference between UIF and Olimex when opening serial. Daniel Beer 2010-08-31 09:31:50 +1200
  • 7e0d229fc2 elf32: increased limit on section headers. Daniel Beer 2010-08-29 18:47:05 +1200
  • 15494c1cf7 Added support for MSP430F1612. Daniel Beer 2010-08-21 00:01:04 +1200
  • d240fe0994 Move stripping from install to LDFLAGS. Till Maas 2010-08-20 10:44:13 +1200
  • a58a8d2f58 Added support for MSP430F2618. Daniel Beer 2010-08-18 20:58:14 +1200
  • 194d12d9ea Update manual page (GDB monitor command). Daniel Beer 2010-08-17 13:05:22 +1200
  • d2c91feeb0 fet: reduce polling interval to 50 ms (was 500 ms). Daniel Beer 2010-08-17 11:54:34 +1200
  • d512949d81 MSPDebug commands can now be issued from GDB. Daniel Beer 2010-08-17 11:47:47 +1200
  • c29b82dfe9 Added output capture callback. Daniel Beer 2010-08-17 11:11:48 +1200
  • 87f89adc44 All output now goes through buffering/filtering. Daniel Beer 2010-08-17 11:07:03 +1200
  • b6eda4e225 Added printc_err function. Daniel Beer 2010-08-17 10:52:00 +1200
  • 93c3cb342b Remove redundant textlen() function. Daniel Beer 2010-08-17 10:22:16 +1200
  • 30c3d8e6f1 Inform gdb of the maximum packet size. Robert Spanton 2010-08-16 11:13:39 +1200
  • 1b5c1098f5 Add support for writing the FET430's firmware in uif-bsl. Robert Spanton 2010-08-16 11:11:14 +1200
  • e728bb75d4 Altered credits for MSP430F5529 support. Daniel Beer 2010-08-13 19:14:37 +1200
  • a59d1dc73b Bug fix: check file descriptor after opening serial device. Daniel Beer 2010-08-13 19:08:27 +1200
  • 9a4ef8a909 Simplified command reader. Daniel Beer 2010-08-13 16:40:58 +1200
  • 071769f88c Separated standard commands. Daniel Beer 2010-08-13 16:14:52 +1200
  • 6dd1ab25c3 Separated command database. Daniel Beer 2010-08-13 16:06:23 +1200
  • e834241e90 Separated and simplified output processing. Daniel Beer 2010-08-13 15:45:08 +1200
  • 984ffe6e88 Separate option database. Daniel Beer 2010-08-13 15:14:15 +1200
  • 0120b146ae Create default device to avoid carrying around device_t. Daniel Beer 2010-08-13 12:25:28 +1200
  • 4cc81497af Create default stab to avoid carrying around stab_t. Daniel Beer 2010-08-13 12:12:50 +1200
  • 74e928b318 Added CC430F5137 database record (copied from 6137). Daniel Beer 2010-08-11 13:28:16 +1200
  • 336da5d7ea Fix RF2500 support on OS/X. Daniel Beer 2010-08-11 13:01:18 +1200
  • b32567d41e Added support for MSP430F2234. Daniel Beer 2010-08-10 19:44:27 +1200
  • 4f45cf6063 Bug fix: fix formatting for 8 byte instructions. Daniel Beer 2010-08-10 16:30:13 +1200
  • fa38e28587 Bug fix: allow search for address-word instructions. Daniel Beer 2010-08-10 16:29:57 +1200
  • ccc5854854 dis: decode MSP430X emulated instructions. Daniel Beer 2010-08-10 16:26:45 +1200
  • daee870b44 Disassembly bug fixes, show repetitions in disassembly. Daniel Beer 2010-08-10 16:04:29 +1200
  • c4ce4c7325 dis: tidy up main decode function, bug fixes. Daniel Beer 2010-08-10 15:57:25 +1200
  • 5fe3be27d2 dis: decode address instructions. Daniel Beer 2010-08-10 15:47:36 +1200
  • 3bec9b02cf dis: decode CALLA instruction. Daniel Beer 2010-08-10 15:06:12 +1200
  • ab0d02b2b3 dis: handle RETI specially. Daniel Beer 2010-08-10 14:41:47 +1200
  • bdeadb5192 dis: decode MSP430X group 14xx non-address instructions (RxxM). Daniel Beer 2010-08-10 14:32:38 +1200
  • 940e5f172d dis: decode MSP430X group 14xx instructions (PUSHM/POPM). Daniel Beer 2010-08-10 14:20:25 +1200
  • f1ee757ab0 dis: decode MSP430X single-operand instructions with extension word. Daniel Beer 2010-08-10 14:04:10 +1200
  • bc992661cf Fixed buffer overflow bug in "dis". Daniel Beer 2010-08-10 14:03:56 +1200
  • 5994804181 dis: decode extended double-operand instructions. Daniel Beer 2010-08-10 13:27:35 +1200
  • 8846186979 dis: alter interface to allow for MSP430X instruction set. Daniel Beer 2010-08-10 12:21:16 +1200
  • 636e11b626 Miscellaneous 32-bit fix-ups. Daniel Beer 2010-08-05 16:48:13 +1200
  • c5d723e5d9 gdb: use address_t, drop high bytes from register values. Daniel Beer 2010-08-05 16:44:41 +1200
  • b9356d2cad Commands now support 20-bit memory range. Daniel Beer 2010-08-05 16:38:05 +1200
  • 9ecf177655 Binary file interface is now 32-bit clean. Daniel Beer 2010-08-05 16:12:35 +1200
  • 5b2c75563d Device interface and drivers are now 32-bit clean. Daniel Beer 2010-08-05 14:43:07 +1200
  • 137329cc13 Symbol table and address expressions are now 32-bit clean. Daniel Beer 2010-08-05 13:59:33 +1200
  • 622396a1c1 Version 0.10 Daniel Beer 2010-08-04 14:08:43 +1200
  • 0755f25d86 Added support for MSP430F5529. Daniel Beer 2010-08-03 09:34:36 +1200
  • dae8f2dc61 Added support for COFF file format. Daniel Beer 2010-07-29 16:27:54 +1200
  • 31cfaf213b Report halts to gdb as being caused by SIGTRAP. Daniel Beer 2010-07-27 16:54:08 +1200
  • 383013b37e Step over the current breakpoint when restarting with "run". Daniel Beer 2010-07-27 16:53:44 +1200
  • 3f6d8f91ad Moved breakpoint table into device base structure. Daniel Beer 2010-07-27 13:08:21 +1200
  • 444b09da79 elf32: only import useful symbols Daniel Beer 2010-07-12 16:43:48 +1200
  • db0406d75d Added support for S19 file format. Daniel Beer 2010-07-12 16:36:01 +1200
  • 6863609a13 Automatically include MacPorts flags when compiling on OS/X. Will Ross 2010-07-12 15:55:03 +1200
  • 7f6b1ba826 Added support for TI text format. Daniel Beer 2010-07-09 14:28:27 +1200
  • c293d479a3 Makefile: support DESTDIR variable in install Till Maas 2010-07-03 11:12:42 +1200
  • 74a11c1ae0 Implemented support for multiple breakpoints. Daniel Beer 2010-07-02 14:22:52 +1200