soft/tools/lpctools
12 years agoAdding quiet arg to isp_send_cmd_sectors
Nathael Pajani [Mon, 21 May 2012 17:10:13 +0000 (19:10 +0200)]
Adding quiet arg to isp_send_cmd_sectors

12 years agoAdd non-regression tests for prog
Nathael Pajani [Fri, 18 May 2012 23:47:38 +0000 (01:47 +0200)]
Add non-regression tests for prog

12 years agoFirst attempt to support start prog, do not know if it is working
Nathael Pajani [Fri, 18 May 2012 23:47:21 +0000 (01:47 +0200)]
First attempt to support start prog, do not know if it is working
(Got no way to test for sure)

12 years agoModified to use new helper functions
Nathael Pajani [Fri, 18 May 2012 23:45:30 +0000 (01:45 +0200)]
Modified to use new helper functions

12 years agoParts structure updated
Nathael Pajani [Fri, 18 May 2012 23:44:19 +0000 (01:44 +0200)]
Parts structure updated

12 years agoSplitting isp commands in two parts (creating a new file) to allow
Nathael Pajani [Fri, 18 May 2012 23:43:22 +0000 (01:43 +0200)]
Splitting isp commands in two parts (creating a new file) to allow
easier re-use of the functions.

12 years agoRemoving trailing spaces
Nathael Pajani [Fri, 18 May 2012 23:41:52 +0000 (01:41 +0200)]
Removing trailing spaces

12 years agoRemoving trailing tabs
Nathael Pajani [Fri, 18 May 2012 23:41:31 +0000 (01:41 +0200)]
Removing trailing tabs

12 years agoRemoving trailing spaces
Nathael Pajani [Fri, 18 May 2012 23:40:49 +0000 (01:40 +0200)]
Removing trailing spaces

12 years agoAdding utility function : write buffer to file
Nathael Pajani [Fri, 18 May 2012 23:38:07 +0000 (01:38 +0200)]
Adding utility function : write buffer to file

12 years agono sync command, removing from help message
Nathael Pajani [Thu, 17 May 2012 00:09:18 +0000 (02:09 +0200)]
no sync command, removing from help message

12 years agoCreating new tool to ease programming, enabling one command programming
Nathael Pajani [Thu, 17 May 2012 00:01:26 +0000 (02:01 +0200)]
Creating new tool to ease programming, enabling one command programming
for supported parts

12 years agoAdd quiet mode to some parts to remove error messages when trying to
Nathael Pajani [Wed, 16 May 2012 23:57:38 +0000 (01:57 +0200)]
Add quiet mode to some parts to remove error messages when trying to
re-connect

12 years agoChanged a few function headers and moved some code to ease
Nathael Pajani [Wed, 16 May 2012 22:27:46 +0000 (00:27 +0200)]
Changed a few function headers and moved some code to ease
creation of the flash tool.

12 years agoAdding clean rule to Makefile
Nathael Pajani [Wed, 16 May 2012 22:22:47 +0000 (00:22 +0200)]
Adding clean rule to Makefile

12 years agoAdding file with commands for non-regretion testing.
Nathael Pajani [Mon, 14 May 2012 23:29:30 +0000 (01:29 +0200)]
Adding file with commands for non-regretion testing.
No test suit and no testing of output, just a bunch of commands
with very few indications.

12 years agoAdded support for write to ram, with the limitation of writting
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.

12 years agoAdded timeout (fixed, 500ms) to read commands
Nathael Pajani [Mon, 14 May 2012 23:21:32 +0000 (01:21 +0200)]
Added timeout (fixed, 500ms) to read commands

12 years agoAdding uuencode function
nathael Pajani [Thu, 19 Apr 2012 21:33:17 +0000 (23:33 +0200)]
Adding uuencode function

12 years agoAdding copy-ram-to-flash support
Nathael Pajani [Mon, 16 Apr 2012 17:16:33 +0000 (19:16 +0200)]
Adding copy-ram-to-flash support

12 years agoFixing return codes
Nathael Pajani [Mon, 16 Apr 2012 17:16:08 +0000 (19:16 +0200)]
Fixing return codes

12 years agoFixing lookup of command name in table
Nathael Pajani [Mon, 16 Apr 2012 17:15:03 +0000 (19:15 +0200)]
Fixing lookup of command name in table

12 years agoAdding support for commands prepare-for-write, go, erase, and compare.
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.

12 years agoAdding support for blank-check command
Nathael Pajani [Sun, 15 Apr 2012 23:23:16 +0000 (01:23 +0200)]
Adding support for blank-check command

12 years agoFixing return code of isp_handle_command()
Nathael Pajani [Sun, 15 Apr 2012 21:37:47 +0000 (23:37 +0200)]
Fixing return code of isp_handle_command()

12 years agoAdding read-memory command support
Nathael Pajani [Sun, 15 Apr 2012 21:36:17 +0000 (23:36 +0200)]
Adding read-memory command support

12 years agoAdding uudecode function
Nathael Pajani [Sun, 15 Apr 2012 21:35:54 +0000 (23:35 +0200)]
Adding uudecode function

12 years agoAdding author and licence information
Nathael Pajani [Sun, 15 Apr 2012 21:30:57 +0000 (23:30 +0200)]
Adding author and licence information

12 years agoisp_dump bug correction
Nathael Pajani [Sun, 15 Apr 2012 21:26:35 +0000 (23:26 +0200)]
isp_dump bug correction

12 years agoAdded unlock memory command.
Nathael Pajani [Fri, 13 Apr 2012 04:08:18 +0000 (06:08 +0200)]
Added unlock memory command.

12 years agoSynchro now OK, simple read commands (no arguments) working.
Nathael Pajani [Fri, 13 Apr 2012 03:47:07 +0000 (05:47 +0200)]
Synchro now OK, simple read commands (no arguments) working.

12 years agoStarting command handling
Nathael Pajani [Thu, 12 Apr 2012 14:02:42 +0000 (16:02 +0200)]
Starting command handling

12 years agomoving serial utility functions to isp_utils.c
Nathael Pajani [Thu, 12 Apr 2012 13:40:28 +0000 (15:40 +0200)]
moving serial utility functions to isp_utils.c

12 years agoSynchro with LPC1114F/302 is working
Nathael Pajani [Thu, 12 Apr 2012 13:24:17 +0000 (15:24 +0200)]
Synchro with LPC1114F/302 is working

12 years agoWorking on serial utility functions, working on command line arguments
Nathael Pajani [Thu, 12 Apr 2012 11:43:36 +0000 (13:43 +0200)]
Working on serial utility functions, working on command line arguments

12 years agoadding hexdump-like dump utility function for debugging purpose
Nathael Pajani [Wed, 11 Apr 2012 21:35:12 +0000 (23:35 +0200)]
adding hexdump-like dump utility function for debugging purpose

12 years agoAdding first version of ISP tool for LPC11xx.
nathael Pajani [Sat, 31 Mar 2012 19:46:47 +0000 (21:46 +0200)]
Adding first version of ISP tool for LPC11xx.