Teensy development platform for PlatformIO compatible with GCC10 & C++20
Du kannst nicht mehr als 25 Themen auswählen Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.
John Robinson f02f78e6e6
initial commit
vor 3 Jahren
__pycache__ initial commit vor 3 Jahren
boards initial commit vor 3 Jahren
builder initial commit vor 3 Jahren
examples initial commit vor 3 Jahren
misc/svd initial commit vor 3 Jahren
.piopm initial commit vor 3 Jahren
LICENSE initial commit vor 3 Jahren
README.md initial commit vor 3 Jahren
platform.json initial commit vor 3 Jahren
platform.py initial commit vor 3 Jahren

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.