Teensy development platform for PlatformIO compatible with GCC10 & C++20
Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
John Robinson 6f871e531b
update README for naming changes, fork info
3 anos atrás
__pycache__ initial commit 3 anos atrás
boards initial commit 3 anos atrás
builder update repo/package names 3 anos atrás
examples initial commit 3 anos atrás
misc/svd initial commit 3 anos atrás
.piopm update repo/package names 3 anos atrás
LICENSE initial commit 3 anos atrás
README.md update README for naming changes, fork info 3 anos atrás
platform.json update repo/package names 3 anos atrás
platform.py update repo/package names 3 anos atrás

README.md

Teensy: development platform for PlatformIO

fork of https://github.com/platformio/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 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-gcc10
board = ...
...

Development version

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

Configuration

Please navigate to documentation.