diff options
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. |