diff options
author | R. S. Ananda Murthy <rsamurti@gmail.com> | 2014-07-10 08:25:37 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2014-07-10 08:25:37 +0700 |
commit | aa59669b364fc96f410ed5feb974378a5661e8a1 (patch) | |
tree | 1ae4eb72cfccce79a6df8d6167506f3f0bc0d19d /development/s51dude/README | |
parent | fe683e74bca7998ce84ac61edd4e4003c6c9aaf6 (diff) |
development/s51dude: Added (In-System programming tool).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/s51dude/README')
-rw-r--r-- | development/s51dude/README | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/development/s51dude/README b/development/s51dude/README new file mode 100644 index 000000000000..602c38231872 --- /dev/null +++ b/development/s51dude/README @@ -0,0 +1,9 @@ +s51dude is an In-System programming tool specifically designed to be +used with the usbtinyisp board and the Atmel's 8051 family of micrcontrollers. + +This program is intended to cover the need of the 8051 developer who wants +to program the devices with computers without parallel or serial port. The +only alternative left is to use the USB port. +That is when you will need s51dude. + +It's written in C. |