summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Nathael Pajani [Mon, 14 May 2012 23:27:17 +0000 (01:27 +0200)]
Added support for write to ram, with the limitation of writting
of full file, no matter what the file size and the ram size is.
Also created a few helper functions to make a (very) little bit
more readable.
Nathael Pajani [Mon, 14 May 2012 23:21:32 +0000 (01:21 +0200)]
Added timeout (fixed, 500ms) to read commands
nathael Pajani [Thu, 19 Apr 2012 21:33:17 +0000 (23:33 +0200)]
Adding uuencode function
Nathael Pajani [Mon, 16 Apr 2012 17:16:33 +0000 (19:16 +0200)]
Adding copy-ram-to-flash support
Nathael Pajani [Mon, 16 Apr 2012 17:16:08 +0000 (19:16 +0200)]
Fixing return codes
Nathael Pajani [Mon, 16 Apr 2012 17:15:03 +0000 (19:15 +0200)]
Fixing lookup of command name in table
Nathael Pajani [Mon, 16 Apr 2012 14:27:37 +0000 (16:27 +0200)]
Adding support for commands prepare-for-write, go, erase, and compare.
Modified blank-check to factorise some code for sector related commands.
Nathael Pajani [Sun, 15 Apr 2012 23:23:16 +0000 (01:23 +0200)]
Adding support for blank-check command
Nathael Pajani [Sun, 15 Apr 2012 21:37:47 +0000 (23:37 +0200)]
Fixing return code of isp_handle_command()
Nathael Pajani [Sun, 15 Apr 2012 21:36:17 +0000 (23:36 +0200)]
Adding read-memory command support
Nathael Pajani [Sun, 15 Apr 2012 21:35:54 +0000 (23:35 +0200)]
Adding uudecode function
Nathael Pajani [Sun, 15 Apr 2012 21:30:57 +0000 (23:30 +0200)]
Adding author and licence information
Nathael Pajani [Sun, 15 Apr 2012 21:26:35 +0000 (23:26 +0200)]
isp_dump bug correction
Nathael Pajani [Fri, 13 Apr 2012 04:08:18 +0000 (06:08 +0200)]
Added unlock memory command.
Nathael Pajani [Fri, 13 Apr 2012 03:47:07 +0000 (05:47 +0200)]
Synchro now OK, simple read commands (no arguments) working.
Nathael Pajani [Thu, 12 Apr 2012 14:02:42 +0000 (16:02 +0200)]
Starting command handling
Nathael Pajani [Thu, 12 Apr 2012 13:40:28 +0000 (15:40 +0200)]
moving serial utility functions to isp_utils.c
Nathael Pajani [Thu, 12 Apr 2012 13:24:17 +0000 (15:24 +0200)]
Synchro with LPC1114F/302 is working
Nathael Pajani [Thu, 12 Apr 2012 11:43:36 +0000 (13:43 +0200)]
Working on serial utility functions, working on command line arguments
Nathael Pajani [Wed, 11 Apr 2012 21:35:12 +0000 (23:35 +0200)]
adding hexdump-like dump utility function for debugging purpose
nathael Pajani [Sat, 31 Mar 2012 19:46:47 +0000 (21:46 +0200)]
Adding first version of ISP tool for LPC11xx.