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/slack-desc | |
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/slack-desc')
-rw-r--r-- | development/teensy_loader_cli/slack-desc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/development/teensy_loader_cli/slack-desc b/development/teensy_loader_cli/slack-desc new file mode 100644 index 0000000000..e168471f56 --- /dev/null +++ b/development/teensy_loader_cli/slack-desc @@ -0,0 +1,19 @@ +# HOW TO EDIT THIS FILE: +# The "handy ruler" below makes it easier to edit a package description. Line +# up the first '|' above the ':' following the base package name, and the '|' +# on the right side marks the last column you can put a character in. You must +# make exactly 11 lines for the formatting to be correct. It's also +# customary to leave one space after the ':'. + + |-----handy-ruler------------------------------------------------------| +teensy_loader_cli: teensy_loader_cli (Teensy CLI downloader) +teensy_loader_cli: +teensy_loader_cli: The Teensy is a complete USB-based microcontoller development system, +teensy_loader_cli: in a very small footprint, capable of implementing many types of +teensy_loader_cli: projects. All programming is done via the USB port. No special +teensy_loader_cli: programmer is needed, only a standard "Mini-B" USB cable. +teensy_loader_cli: +teensy_loader_cli: The Teensy Loader program communicates with your Teensy board when the +teensy_loader_cli: HalfKay bootloader is running, so you can download new programs and +teensy_loader_cli: run them. The Teensy CLI Loader is a command line version to +teensy_loader_cli: automate programming, typically using a Makefile. |