soft/tools/lpctools
2022-05-26 Nathael PajaniAdd some more trace. master
2022-05-26 Nathael PajaniFix part ID handling on device identification.
2022-05-26 Nathael PajaniUpdate parts description file
2019-02-16 Nathael PajaniUpdate TODO part of readme
2019-02-16 Nathael PajaniDo not try to read part file for nul part id ...
2019-02-16 Nathael PajaniReplace french "octet" with "byte"
2019-02-16 Nathael PajaniAdd some trace and final completion message
2019-02-16 Nathael PajaniUpdate device table
2019-02-16 Senthil KumaresanAdded support for LPC54114 chipset in lpctools_parts.def
2019-02-16 Nathael PajaniAdd comments to help differentiate the use of serial...
2019-02-16 Nathael PajaniUpdate clean rule in makefile to clean all targets
2019-02-16 Cyprien LaplaceFlush serial port input first
2015-09-14 Cyprien LaplaceFix isp_serial_write() in case of non-complete write
2015-09-14 Cyprien Laplacefix for Mac OS X
2015-03-10 Nathael PajaniMove to version 1.07 v1.07
2015-03-10 Nathael PajaniAdd lpc_binary_check tool
2015-03-10 Nathael PajaniDisplay the values in the right order, according to...
2015-03-10 Nathael PajaniSmall fixes in comments and README file
2015-03-10 Nathael PajaniAdding CRP Checking.
2014-07-09 nathael PajaniMoving to version 1.06 for a spelling mistake :( v1.06
2014-07-09 nathael Pajanioups, should engrave this one in my keyboard's plastic...
2014-07-08 nathael PajaniMany small modifications for integration into Debian v1.05
2014-07-02 Nathael PajaniMuch better makefile (from my point of view at least)
2014-04-17 Nathael PajaniAdding definition for LPC11A04UK
2013-10-03 Nathael PajaniFix read for parts not using uuencode data transfer. v1.04
2013-10-03 Nathael PajaniAlso skip uudecode for reading when the LPC does not...
2013-10-03 Nathael Pajanichange version number v1.03
2013-10-03 Nathael Pajaniadd ctags generated file and binaries to gitignore...
2013-10-03 Nathael PajaniSupport LPC81X which do not need uuencode
2013-10-03 Nathael PajaniFix boot code revision display (put major/minor in...
2013-10-03 Nathael PajaniAdding git ignore file
2013-08-28 Nathael PajaniFirst version of lpcprog man page
2013-08-28 Nathael PajaniChange the order for LPC parts file lookup.
2013-07-21 Nathael PajaniAdding default LPC parts definition file
2013-07-21 Nathael PajaniChanged ttyUSB1 to ttyUSB0 in regression test files
2013-07-21 Nathael PajaniRead parts description from config file
2013-07-21 Nathael PajaniUse options (short or long) for serial device name...
2013-07-21 Nathael PajaniFixed mrproper rule
2013-07-21 Nathael PajaniChange the behavior for user code computation.
2013-07-21 Nathael PajaniAdd comment for parameter
2013-03-01 Nathael PajaniAdding readme and licence files v1.0
2013-03-01 Nathael PajaniChanging PROG_NAME and VERSION defines.
2013-03-01 Nathael PajaniChanging files header comments to remove mentions of...
2013-03-01 Nathael PajaniChanging binary names in non regression test files
2013-03-01 Nathael PajaniChanging binary names
2013-03-01 Nathael PajaniRemoved explicit rules and added dependencies.
2013-03-01 Nathael PajaniAdded support for LPC1224 Devices
2013-03-01 Nathael PajaniAugmented delay before blank check result reading for...
2012-08-26 Nathael PajaniRight settings for LPC1764
2012-08-25 Nathael Pajanicomment modification, tried to make it more explicit
2012-08-25 Nathael PajaniAdding LPC1764FBD100 chip support
2012-08-25 Nathael PajaniModifications to drop input buffer content rather than...
2012-05-21 Nathael Pajanicheck was not meant for check of flash, but for check...
2012-05-21 Nathael PajaniChange return values
2012-05-21 Nathael PajaniCorrect options for getopt_long
2012-05-21 Nathael PajaniWipe is done in flash_target
2012-05-21 Nathael PajaniAdding flash_target support to prog
2012-05-21 Nathael PajaniAdding isp_file_to_buff to isp_utils library (regressio...
2012-05-21 Nathael PajaniAdding erase flash support to prog
2012-05-21 Nathael PajaniAdding quiet arg to isp_send_cmd_sectors
2012-05-18 Nathael PajaniAdd non-regression tests for prog
2012-05-18 Nathael PajaniFirst attempt to support start prog, do not know if...
2012-05-18 Nathael PajaniModified to use new helper functions
2012-05-18 Nathael PajaniParts structure updated
2012-05-18 Nathael PajaniSplitting isp commands in two parts (creating a new...
2012-05-18 Nathael PajaniRemoving trailing spaces
2012-05-18 Nathael PajaniRemoving trailing tabs
2012-05-18 Nathael PajaniRemoving trailing spaces
2012-05-18 Nathael PajaniAdding utility function : write buffer to file
2012-05-17 Nathael Pajanino sync command, removing from help message
2012-05-17 Nathael PajaniCreating new tool to ease programming, enabling one...
2012-05-16 Nathael PajaniAdd quiet mode to some parts to remove error messages...
2012-05-16 Nathael PajaniChanged a few function headers and moved some code...
2012-05-16 Nathael PajaniAdding clean rule to Makefile
2012-05-14 Nathael PajaniAdding file with commands for non-regretion testing.
2012-05-14 Nathael PajaniAdded support for write to ram, with the limitation...
2012-05-14 Nathael PajaniAdded timeout (fixed, 500ms) to read commands
2012-04-19 nathael PajaniAdding uuencode function
2012-04-16 Nathael PajaniAdding copy-ram-to-flash support
2012-04-16 Nathael PajaniFixing return codes
2012-04-16 Nathael PajaniFixing lookup of command name in table
2012-04-16 Nathael PajaniAdding support for commands prepare-for-write, go,...
2012-04-15 Nathael PajaniAdding support for blank-check command
2012-04-15 Nathael PajaniFixing return code of isp_handle_command()
2012-04-15 Nathael PajaniAdding read-memory command support
2012-04-15 Nathael PajaniAdding uudecode function
2012-04-15 Nathael PajaniAdding author and licence information
2012-04-15 Nathael Pajaniisp_dump bug correction
2012-04-13 Nathael PajaniAdded unlock memory command.
2012-04-13 Nathael PajaniSynchro now OK, simple read commands (no arguments...
2012-04-12 Nathael PajaniStarting command handling
2012-04-12 Nathael Pajanimoving serial utility functions to isp_utils.c
2012-04-12 Nathael PajaniSynchro with LPC1114F/302 is working
2012-04-12 Nathael PajaniWorking on serial utility functions, working on command...
2012-04-11 Nathael Pajaniadding hexdump-like dump utility function for debugging...
2012-03-31 nathael PajaniAdding first version of ISP tool for LPC11xx.