mirror of
https://github.com/platformio/platformio-core.git
synced 2025-10-07 19:11:01 +02:00
101 lines
2.8 KiB
ReStructuredText
101 lines
2.8 KiB
ReStructuredText
.. _platform_teensy:
|
|
|
|
Platform ``teensy``
|
|
===================
|
|
Teensy is a complete USB-based microcontroller 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 and a PC or Macintosh with a USB port.
|
|
|
|
For more detailed information please visit `vendor site <https://www.pjrc.com/teensy>`_.
|
|
|
|
.. contents::
|
|
|
|
Packages
|
|
--------
|
|
|
|
.. list-table::
|
|
:header-rows: 1
|
|
|
|
* - Name
|
|
- Contents
|
|
|
|
* - ``toolchain-atmelavr``
|
|
- `avr-gcc <https://gcc.gnu.org/wiki/avr-gcc>`_, `GDB <http://www.gnu.org/software/gdb/>`_, `AVaRICE <http://avarice.sourceforge.net/>`_, `SimulAVR <http://www.nongnu.org/simulavr/>`_
|
|
|
|
* - ``ldscripts``
|
|
- `Linker Scripts <https://sourceware.org/binutils/docs/ld/Scripts.html>`_
|
|
|
|
* - ``framework-arduinoteensy``
|
|
- `Arduino Wiring-based Framework <http://arduino.cc/en/Reference/HomePage>`_
|
|
|
|
* - ``toolchain-gccarmnoneeabi``
|
|
- `gcc-arm-embedded <https://launchpad.net/gcc-arm-embedded>`_, `GDB <http://www.gnu.org/software/gdb/>`_
|
|
|
|
* - ``tool-teensy``
|
|
- `Teensy Loader <https://www.pjrc.com/teensy/loader.html>`_
|
|
|
|
.. warning::
|
|
**Linux Users:** Don't forget to install "udev" rules file
|
|
`99-platformio-udev.rules <https://github.com/platformio/platformio/blob/develop/scripts/99-platformio-udev.rules>`_ (an instruction is located in the file).
|
|
|
|
|
|
|
|
Frameworks
|
|
----------
|
|
.. list-table::
|
|
:header-rows: 1
|
|
|
|
* - Name
|
|
- Description
|
|
|
|
* - :ref:`framework_arduino`
|
|
- Arduino Framework allows writing cross-platform software to control devices attached to a wide range of Arduino boards to create all kinds of creative coding, interactive objects, spaces or physical experiences.
|
|
|
|
Boards
|
|
------
|
|
|
|
.. note::
|
|
* You can list pre-configured boards by :ref:`cmd_boards` command or
|
|
`PlatformIO Boards Explorer <http://platformio.org/#!/boards>`_
|
|
* For more detailed ``board`` information please scroll tables below by
|
|
horizontal.
|
|
|
|
Teensy
|
|
~~~~~~
|
|
|
|
.. list-table::
|
|
:header-rows: 1
|
|
|
|
* - Type ``board``
|
|
- Name
|
|
- Microcontroller
|
|
- Frequency
|
|
- Flash
|
|
- RAM
|
|
|
|
* - ``teensy20``
|
|
- `Teensy 2.0 <https://www.pjrc.com/store/teensy.html>`_
|
|
- ATMEGA32U4
|
|
- 16 MHz
|
|
- 32 Kb
|
|
- 2.5 Kb
|
|
|
|
* - ``teensy20pp``
|
|
- `Teensy++ 2.0 <https://www.pjrc.com/store/teensypp.html>`_
|
|
- AT90USB1286
|
|
- 16 MHz
|
|
- 128 Kb
|
|
- 8 Kb
|
|
|
|
* - ``teensy30``
|
|
- `Teensy 3.0 <https://www.pjrc.com/store/teensy3.html>`_
|
|
- MK20DX128
|
|
- 48 MHz
|
|
- 128 Kb
|
|
- 16 Kb
|
|
|
|
* - ``teensy31``
|
|
- `Teensy 3.1 <https://www.pjrc.com/store/teensy31.html>`_
|
|
- MK20DX256
|
|
- 72 MHz
|
|
- 256 Kb
|
|
- 64 Kb
|