Simple M16C Flasher Code
Status: Beta
Brought to you by:
h4ruhi
File | Date | Author | Commit |
---|---|---|---|
m16c | 2012-08-24 |
![]() |
[fe3307] Added a --version option and bumped the version... |
srec | 2007-12-18 |
![]() |
[bff357] Added licence notice, now ready for the 1.0.0-p... |
.gitignore | 2012-08-24 |
![]() |
[6bd08c] Added .gitignore, got tired of all .pyc files. |
LICENSE | 2009-03-30 |
![]() |
[49bdf1] Updated the LICENSE file to a more recent email. |
README | 2009-10-08 |
![]() |
[eb33ab] Added a README file, nothing fancy. |
TODO | 2007-12-18 |
![]() |
[b3e7e5] Ok, getting close to the 0.1.0 release of the p... |
setup.py | 2012-08-24 |
![]() |
[29c76a] Updated the address in setup.py. |
sm16cf | 2007-12-19 |
![]() |
[f47747] Renamed the executable script, also renamed pro... |
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.