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