Teensy development platform for PlatformIO compatible with GCC10 & C++20
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
John Robinson f02f78e6e6
initial commit
il y a 3 ans
__pycache__ initial commit il y a 3 ans
boards initial commit il y a 3 ans
builder initial commit il y a 3 ans
examples initial commit il y a 3 ans
misc/svd initial commit il y a 3 ans
.piopm initial commit il y a 3 ans
LICENSE initial commit il y a 3 ans
README.md initial commit il y a 3 ans
platform.json initial commit il y a 3 ans
platform.py initial commit il y a 3 ans

README.md

Teensy: development platform for PlatformIO

Build Status

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 USB cable and a PC or Macintosh with a USB port.

  • Home (home page in PlatformIO Platform Registry)
  • Documentation (advanced usage, packages, boards, frameworks, etc.)

Usage

  1. Install PlatformIO
  2. Create PlatformIO project and configure a platform option in platformio.ini file:

Stable version

[env:stable]
platform = teensy
board = ...
...

Development version

[env:development]
platform = https://github.com/platformio/platform-teensy.git
board = ...
...

Configuration

Please navigate to documentation.