diff options
author | Felix Pfeifer <pfeifer[dot]felix[at]googlemail[dot]com> | 2010-12-16 22:53:48 -0200 |
---|---|---|
committer | Erik Hanson <erik@slackbuilds.org> | 2010-12-17 07:56:49 -0600 |
commit | 5aac26c3cbfe743fe2c7c4c49d4554043a67f3cc (patch) | |
tree | 371c94f00f3a52091e2b1a9a5343217b35e170ce /development/teensy_loader_cli/README | |
parent | 30316b4e641f973c3c26ffa628d0e3b75e69b547 (diff) | |
download | slackbuilds-5aac26c3cbfe743fe2c7c4c49d4554043a67f3cc.tar.gz |
development/teensy_loader_cli: Added (Teensy CLI downloader)
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
Diffstat (limited to 'development/teensy_loader_cli/README')
-rw-r--r-- | development/teensy_loader_cli/README | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/development/teensy_loader_cli/README b/development/teensy_loader_cli/README new file mode 100644 index 0000000000..2318886f4f --- /dev/null +++ b/development/teensy_loader_cli/README @@ -0,0 +1,14 @@ +The Teensy is a complete USB-based microcontoller development +system, in a very small footprint, capable of implementing many +types of projects. All programming is done via the USB port. No +special programmer is needed, only a standard "Mini-B" USB cable. + +The Teensy Loader program communicates with your Teensy board +when the HalfKay bootloader is running, so you can download new +programs and run them. + +The Teensy Loader is available in a command line version to +automate programming, typically using a Makefile. + +This contains only the cli version of the Teensy Loader. To run +it type: teensy_loader_cli. |