Teensy development platform for PlatformIO compatible with GCC10 & C++20
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
John Robinson f02f78e6e6
initial commit
3 年前
__pycache__ initial commit 3 年前
boards initial commit 3 年前
builder initial commit 3 年前
examples initial commit 3 年前
misc/svd initial commit 3 年前
.piopm initial commit 3 年前
LICENSE initial commit 3 年前
README.md initial commit 3 年前
platform.json initial commit 3 年前
platform.py initial commit 3 年前

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.