Menu

Tree [6bd08c] master /
 History

HTTPS access


File Date Author Commit
 m16c 2012-08-24 Simon Aittamaa Simon Aittamaa [fe3307] Added a --version option and bumped the version...
 srec 2007-12-18 Simon Aittamaa Simon Aittamaa [bff357] Added licence notice, now ready for the 1.0.0-p...
 .gitignore 2012-08-24 Simon Aittamaa Simon Aittamaa [6bd08c] Added .gitignore, got tired of all .pyc files.
 LICENSE 2009-03-30 Simon Aittamaa Simon Aittamaa [49bdf1] Updated the LICENSE file to a more recent email.
 README 2009-10-08 Simon Aittamaa Simon Aittamaa [eb33ab] Added a README file, nothing fancy.
 TODO 2007-12-18 Simon Aittamaa Simon Aittamaa [b3e7e5] Ok, getting close to the 0.1.0 release of the p...
 setup.py 2012-08-24 Simon Aittamaa Simon Aittamaa [29c76a] Updated the address in setup.py.
 sm16cf 2007-12-19 Simon Aittamaa Simon Aittamaa [f47747] Renamed the executable script, also renamed pro...

Read Me

Usage should be quite obvious, something like:

sm16cf \
	--device <serial device>\
	--baud-rate 57600\
	--input-file <input file>\
	--flash-program

HOWEVER, should you however need to do something else, perhaps just erase the
flash, there is an advanced interface that is supressed in the help. Just take
a look in the m16c/M16CFlashApp.py file for what this application is capable
of. Just remember, this is _very_ much not unsupported code so if things go
wrong you are pretty much on your own.