Teensy development platform for PlatformIO compatible with GCC10 & C++20
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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.