mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
5aac26c3cb
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
14 lines
610 B
Text
14 lines
610 B
Text
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.
|