|
|
il y a 4 ans | |
|---|---|---|
| __pycache__ | il y a 4 ans | |
| boards | il y a 4 ans | |
| builder | il y a 4 ans | |
| examples | il y a 4 ans | |
| misc/svd | il y a 4 ans | |
| .piopm | il y a 4 ans | |
| LICENSE | il y a 4 ans | |
| README.md | il y a 4 ans | |
| platform.json | il y a 4 ans | |
| platform.py | il y a 4 ans | |
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.
[env:stable]
platform = teensy-gcc10
board = ...
...
[env:development]
platform = https://github.com/thevisus/platform-teensy-gcc10.git
board = ...
...
Please navigate to documentation.