Commit Graph

856 Commits

Author SHA1 Message Date
Daniel Beer 070de76844 Version 0.5 2010-03-20 16:39:52 +13:00
Daniel Beer 788167eb3c Extended maximum output length in disassembly. 2010-03-20 16:34:54 +13:00
Daniel Beer 74107d5632 In simulation, show PC offsets at time before decoding. 2010-03-20 16:33:38 +13:00
Daniel Beer 0eca83f0e8 Fixed formatting of indirect address operands. 2010-03-20 16:26:16 +13:00
Daniel Beer b233f22518 Fixed set register command for simulation. 2010-03-20 16:25:01 +13:00
Daniel Beer 4207badb6e Fixed spurious IO reads from MOV instructions. 2010-03-20 16:18:06 +13:00
Daniel Beer b4d3b44fef Implemented prompting for IO in simulation. 2010-03-20 16:07:41 +13:00
Daniel Beer 8c20233297 step command now takes a count argument. 2010-03-20 15:22:58 +13:00
Daniel Beer 0d71fcef38 Implemented CPU core emulator. 2010-03-20 15:18:58 +13:00
Daniel Beer 144e000333 Bug fix: recognise DEC and DECD emulated instructions. 2010-03-18 19:13:31 +13:00
Daniel Beer fe01853335 Added manual page. 2010-03-18 14:02:05 +13:00
Daniel Beer c7a1415fac Fixed range checking on md and dis commands. 2010-03-17 19:54:21 +13:00
Daniel Beer 9fd900e2fa Tidied up command-line arguments. 2010-03-17 18:40:03 +13:00
Daniel Beer 1c1b6df2d4 Added more device IDs. 2010-03-17 18:26:14 +13:00
Daniel Beer 306a29a0fe Fixed BSL version reporting. 2010-03-13 15:44:51 +13:00
Daniel Beer 67b041ef7a Implemented support for *.map files. 2010-03-13 13:41:39 +13:00
Daniel Beer 78946d0052 Removed reference to uif_open_bsl. 2010-03-13 12:43:13 +13:00
Daniel Beer e2c6881e05 MSPDebug version 0.4. 2010-01-15 14:29:51 +13:00
Daniel Beer c9697ab25c Fixed up help messages. 2010-01-15 14:06:21 +13:00
Daniel Beer ee4deeb3fb Run command now confirms breakpoint to user. 2010-01-12 21:54:28 +13:00
Daniel Beer 8bcccc783f Tidied up error message prefixes. 2010-01-12 21:51:06 +13:00
Daniel Beer f8a9b9f5b6 Implemented "hexout" command. 2010-01-12 21:47:35 +13:00
Daniel Beer 8ce134c04c Extracted general IO routines from UIF. 2010-01-11 16:54:36 +13:00
Daniel Beer 5a84cbf7f5 Basic simulation implementation (memory IO only). 2010-01-09 16:20:47 +13:00
Daniel Beer 22c0bbd28b Fix device IDs. 2010-01-08 21:25:25 +13:00
Daniel Beer b20a7a5576 Fix up copyright messages. 2010-01-08 21:17:24 +13:00
Daniel Beer e0055a9b68 Added CPU identification to BSL interface. 2010-01-08 20:19:53 +13:00
Daniel Beer 1baa04a565 Implemented FET bootloader support (memory read only). 2010-01-08 18:39:07 +13:00
Daniel Beer 0f15fd3e21 Move utilities into separate file. 2010-01-08 18:15:30 +13:00
Daniel Beer 7eec63c431 Protocol tidy-ups. 2010-01-07 16:27:37 +13:00
Daniel Beer 187bcb283c Added voltage control command-line switch. 2010-01-06 21:08:01 +13:00
Daniel Beer ce308c5823 Abstracted interface to FET driver.
Tested with eZ430-RF2500.
2010-01-06 16:17:55 +13:00
Daniel Beer 7505ce654d Separated transport handling from FET control. 2010-01-06 14:51:04 +13:00
Daniel Beer d3606d810d Disassembler now looks up symbols for address operands. 2010-01-06 13:24:59 +13:00
Daniel Beer 597de3180f Use decimal values unless indicated by 0x. 2010-01-06 12:01:49 +13:00
Daniel Beer 2bceb42bb7 Commands now make use of symbol table. 2010-01-06 11:49:30 +13:00
Daniel Beer 9da932aeb7 Basic symbol table manipulation and query. 2010-01-06 00:09:08 +13:00
Daniel Beer 1d3b4f3f81 Added ELF support, made all buffers u_int8_t. 2010-01-05 17:21:45 +13:00
Daniel Beer 34e1d2d7a1 Added another ID string for MSP430F2274. 2010-01-05 15:44:57 +13:00
Daniel Beer cc917bbda6 Merge one-liner header files together. 2010-01-05 14:34:41 +13:00
Daniel Beer 6c96270b05 MSPDebug version 0.3. 2010-01-05 00:11:50 +13:00
Daniel Beer 18af13e017 Added JTAG support. 2010-01-04 22:39:25 +13:00
Daniel Beer 98cae4abc2 Tested with eZ430-F2013. 2010-01-04 16:29:59 +13:00
Daniel Beer 930a2d4a5f Working on eZ430 (with MSP430F2274). 2010-01-04 16:19:10 +13:00
Daniel Beer 7036aec135 Working on RF2500. 2010-01-04 16:05:53 +13:00
Daniel Beer 228812e7de Implemented correct chip identification. 2010-01-04 15:31:42 +13:00
Daniel Beer e76f533f0f Show errors reported by FET. 2010-01-04 14:11:19 +13:00
Daniel Beer f069ff7322 Variadic xfer, plus other protocol tidy-ups. 2010-01-04 14:02:31 +13:00
Daniel Beer eb444b9957 Implemented proper reply parsing. 2010-01-04 13:03:36 +13:00
Daniel Beer ec5c61e9c9 Better implementation of FET command protocol. 2010-01-03 19:50:45 +13:00