Commit Graph

  • a7a71b993f Flush output buffer at each line Jolan 2012-02-23 10:21:09 +0100
  • 0581e74339 Revert "Use line-buffering on stdout, regardless of the output device." Daniel Beer 2012-03-02 11:19:39 -0800
  • cf5b7f3399 Handle non-standard baud rates in sport_open(). Daniel Beer 2012-02-29 16:58:11 +1300
  • 68f968a637 sport: accept baud rates as a plain integer instead of a B* constant. Daniel Beer 2012-02-29 16:29:00 +1300
  • 25da331e21 olimex: fix usbtr_recv. Daniel Beer 2012-02-29 16:08:26 +1300
  • bdce08a84a ti3410: bug fixes for USB send/receive. Daniel Beer 2012-02-29 16:04:44 +1300
  • e5028a4d83 Use line-buffering on stdout, regardless of the output device. Daniel Beer 2012-02-25 08:28:40 +1300
  • 355948af16 Revert "reader: flush stdout between commands." Daniel Beer 2012-02-25 08:26:04 +1300
  • 2a55daf304 reader: flush stdout between commands. Daniel Beer 2012-02-25 08:13:02 +1300
  • d621ad7050 fet: always reset on startup with olimex driver. Daniel Beer 2012-02-24 10:41:57 +1300
  • 7bf79f4508 Add support for MSP430F2418. Daniel Beer 2012-01-07 10:01:52 +1300
  • b21b611962 Add support for MSP430F5329. Nick Nobody 2012-01-04 23:40:41 -0500
  • ceaad88279 Added missing define for B115200 on WIN32 platform Wayne Uroda 2012-01-04 10:36:28 +1000
  • f4de94bd46 Show summary after successful programming. Daniel Beer 2011-12-27 12:58:28 +1300
  • 711ffbfd1a olimex: fix V2 tty access, and introduce olimex-v1 driver. Daniel Beer 2011-12-26 11:22:04 +1300
  • f501ab0843 olimex: fix V2 startup errors. Daniel Beer 2011-12-26 11:09:13 +1300
  • c425c497e8 Added support for MSP430F5342. Daniel Beer 2011-12-21 09:20:42 +1300
  • 82ec966d5e tilib: add --require-fw-update option for forced image loading. Daniel Beer 2011-12-14 13:11:29 +1300
  • 805b022a68 uif-bsl: attempt BSL access even if FET firmware is non-operational. Daniel Beer 2011-12-14 13:11:02 +1300
  • 66368cef12 gdb: add support for qfThreadInfo Tamas TEVESZ 2011-11-27 22:29:27 +0100
  • 6060b8d1b0 Fix TI library structure definitions: int32_t -> LONG. Daniel Beer 2011-11-16 13:45:27 +1300
  • e014e4c6d5 Modernise decl styles Tamas TEVESZ 2011-11-15 12:28:37 +0100
  • d98d990752 Kill unused variables Tamas TEVESZ 2011-11-14 19:38:19 +0100
  • b77a482d7d Kill unneeded include. Tamas TEVESZ 2011-11-13 23:07:51 +0100
  • 033ef33c3f Stramline Olimex error handling Tamas TEVESZ 2011-11-13 12:20:37 +0100
  • 2fe1580843 Kill "unsigned op 0" comparisons Tamas TEVESZ 2011-11-12 23:28:49 +0100
  • 89fe9a2fab Version 0.18 Daniel Beer 2011-11-08 10:11:49 +1300
  • 591a7eba9b Tweak Makefile for readability. Tamas TEVESZ 2011-10-31 18:09:51 +0100
  • aa81a59538 FreeBSD doesn't need -ldl. Tamas TEVESZ 2011-10-31 11:02:46 +1300
  • d451c384e7 Fix linking on OpenBSD (-ldl is not required). Daniel Beer 2011-10-25 10:43:17 +1300
  • 83048f233f Link with -ldl on non-Windows systems. Daniel Beer 2011-10-22 10:03:06 +1300
  • 87b1e66c27 OpenBSD needs -pthread for correct pthread linking. Jasper Lievisse Adriaanse 2011-10-18 23:37:25 +0200
  • 8e4df67ff5 dynload: fix Win32 build warning. Daniel Beer 2011-10-18 00:42:01 +1300
  • 6aff28e07a Added entry on tilib driver to manual. Daniel Beer 2011-10-18 12:28:09 +1300
  • e724c19a26 tilib: breakpoints are now working. Daniel Beer 2011-10-18 12:24:44 +1300
  • 000816adbd tilib: fetch breakpoint counts and device ID via library API. Daniel Beer 2011-10-18 11:55:21 +1300
  • d610f6471a tilib: fixed hangs and crashes on startup/exit. Daniel Beer 2011-10-18 11:28:53 +1300
  • f18b0c188b Added TI library driver (experimental). Daniel Beer 2011-10-14 12:49:04 +1300
  • 90eeb0d23e Added necessary definitions for TI library API. Daniel Beer 2011-10-14 12:48:38 +1300
  • 69a5593fe4 Added portable dynamic loader interface. Daniel Beer 2011-10-14 12:12:14 +1300
  • 57999b3790 Added portable mutex wrapper. Daniel Beer 2011-10-14 12:10:48 +1300
  • 18e3fbac74 Display section names when programming. Daniel Beer 2011-10-12 13:52:56 +1300
  • 27f56783ef Accept default length for md above 64 kiB boundary Peter A. Bigot 2011-10-11 14:16:28 -0500
  • f230af2ce9 Added support for MSP430F449. Daniel Beer 2011-10-09 19:13:18 +1300
  • 70b2c0fc4b Added support for MSP430F2012. Tamas TEVESZ 2011-10-04 04:27:06 +0200
  • e595ec24df Use variables for storing certain directories instead of hardcoding them. Jasper Lievisse Adriaanse 2011-10-03 17:14:45 +0200
  • 2528e2a752 expand_tilde: use strdup() instead of malloc()/strcpy(). Daniel Beer 2011-10-04 10:28:24 +1300
  • 1d1323cabc Make it clear certain commands need to be quoted. Jasper Lievisse Adriaanse 2011-09-30 22:59:54 +0200
  • b3ffff5945 win32: protect access to ctrlc_flag with critical section. Daniel Beer 2011-09-19 04:33:41 +1200
  • 9e42c1e6f4 Fix build errors on Win32. Daniel Beer 2011-09-19 04:04:08 +1200
  • a90a3ae86a sport: allow serial reads to be interrupted with Ctrl+C. Daniel Beer 2011-09-19 09:51:19 +1200
  • 92c18f32dc Implemented TI3410 firmware download. Daniel Beer 2011-09-16 16:09:03 +1200
  • 7de9854661 Implemented TI3410 transport. Daniel Beer 2011-09-16 14:40:40 +1200
  • 33ea3aa5e7 Manual: note that RF2500 driver works for Chronos devices. Daniel Beer 2011-09-14 16:25:33 +1200
  • 53e28ea8fb Restructuring: moved user interface code to ui/ Daniel Beer 2011-09-14 16:22:01 +1200
  • d4fee98904 Restructuring: moved low-level utility code to util/ Daniel Beer 2011-09-14 16:19:30 +1200
  • 6ac5c5a618 Restructuring: move drivers into drivers/ Daniel Beer 2011-09-14 16:15:37 +1200
  • 7715e45af4 Restructuring: move file format implementations to formats/ Daniel Beer 2011-09-14 16:11:47 +1200
  • 7f4fdfb4f2 Restructuring: move IO simulator into simio/ Daniel Beer 2011-09-14 16:08:02 +1200
  • 00465dcb33 fet_db: corrected breakpoint counts for various chips. Daniel Beer 2011-09-14 11:44:57 +1200
  • 8ffb7551a6 gdb_proto/sockets: gdb_peek() shouldn't fail on poll timeout. Daniel Beer 2011-09-13 14:01:43 +1200
  • bc69c3d065 gdbc: check for Ctrl+C portably. Daniel Beer 2011-09-13 14:01:15 +1200
  • edf625929c Fix immediate-mode addressing with byte instructions. Daniel Beer 2011-09-13 13:36:19 +1200
  • 02c355afe2 gdb_proto: error field is just a flag. Daniel Beer 2011-09-13 09:31:56 +1200
  • 185001e017 Remove redundant errno.h includes. Daniel Beer 2011-09-13 09:23:44 +1200
  • e81d24b24d Added support for MSP430F2121. Daniel Beer 2011-09-08 19:32:23 +1200
  • 7a0a30f626 usb_bulk_read: may return 0 on timeout. Daniel Beer 2011-09-07 08:18:00 +1200
  • a0ece48e4e Add more error codes from MSP430.dll v3 beta2: Tamas TEVESZ 2011-09-03 21:25:33 +0200
  • 44ef1d8922 MSP430G2553: Support two hardware breakpoints. Daniel Beer 2011-09-05 15:01:34 +1200
  • bada33763f Spelling fixes. Luca Bruno 2011-09-02 09:09:44 +1200
  • 06a6018559 Fix strsep() implementation for Win32. Daniel Beer 2011-09-01 09:08:40 +1200
  • 1a99daa84b fet: allow interrupted run on Win32. Daniel Beer 2011-08-30 17:27:08 +1200
  • 9563fc2683 Allow CC to be overriden, as needed for some packaging systems. Jasper Lievisse Adriaanse 2011-08-24 13:58:49 +0200
  • ffeee9046b Version 0.17 Daniel Beer 2011-08-24 16:24:16 +1200
  • 428f274f43 Simulator: fix word write on unaligned address Radu Rendec 2011-08-23 13:59:57 +0300
  • 2aed1b90a4 Simulator: fix 1-byte indirect INC Radu Rendec 2011-08-22 23:58:45 +0300
  • 89220746d0 Added support for MSP430F5528. Daniel Beer 2011-08-22 10:33:54 +1200
  • 1e443fab2b Added support for MSP430F5510. Daniel Beer 2011-08-22 10:23:33 +1200
  • 3a8994b4f7 Add more error codes from MSP430.dll v3: Tamas TEVESZ 2011-08-15 13:11:35 +0200
  • 62bd2ccd18 Added support for MSP430F5527. Daniel Beer 2011-08-15 09:09:32 +1200
  • 2e40c07370 Add support for MSP430AFE253. Tamas TEVESZ 2011-08-14 06:42:46 +0200
  • 45c1ba5dc8 Use tilde-expanded path in process_file(). Tamas TEVESZ 2011-08-02 01:56:59 +0200
  • f597d25811 Using FD_ZERO requires including string.h for the memset() prototype. Jasper Lievisse Adriaanse 2011-08-01 11:15:57 +0200
  • 1560547a0d Remove explicit linking with libelf for OpenBSD. Jasper Lievisse Adriaanse 2011-08-01 11:16:44 +0200
  • a5def5cf92 win32: set comm timeouts when opening serial port. Daniel Beer 2011-07-30 01:23:08 +1200
  • 345ad4ae2d Bug fix: usb_set_configuration causes problems on Linux. Daniel Beer 2011-07-30 12:51:44 +1200
  • d045d8feec New expand_tilde() utility function Tamas TEVESZ 2011-07-28 17:20:44 +0200
  • 457e5a6a3f Allow handling of ^[# on the command line. Tamas TEVESZ 2011-07-28 12:31:34 +0200
  • a361e68843 win32: socket IO fixes. Daniel Beer 2011-07-27 23:50:54 +1200
  • 5084d0d925 Fix missing CFLAGS for readline support. Daniel Beer 2011-07-27 23:13:37 +1200
  • 04335f4f1c win32: ANSI emulation for colour output. Daniel Beer 2011-07-27 22:51:39 +1200
  • 51b1d6b90f Fixed bug in gdb client leading to infinite loop on remote close. Daniel Beer 2011-07-27 17:18:52 +1200
  • ce020a99f0 sockets: fix build error on posix systems. Daniel Beer 2011-07-27 17:12:23 +1200
  • 45a731f4fd win32: cancellable serial port IO. Daniel Beer 2011-07-27 05:10:18 +1200
  • 935cd1bdff win32: sockets abstraction layer with cancellable blocking IO. Daniel Beer 2011-07-27 04:38:54 +1200
  • df46811d2d win32: catch Ctrl+C on console. Daniel Beer 2011-07-27 03:46:29 +1200
  • 8c4080b97f win32: correct initial help message. Daniel Beer 2011-07-27 02:28:40 +1200
  • 3fa5b3ce0a win32: specify binary mode fopen() where appropriate. Daniel Beer 2011-07-27 02:16:33 +1200
  • 07780ff11f Fixed error reporting for Win32. Daniel Beer 2011-07-27 01:51:06 +1200
  • a81043a656 Now compiling with MinGW. Daniel Beer 2011-07-27 01:21:44 +1200