Skip to content

thevisus/platform-teensy-gcc10

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Teensy platform for PlatformIO, GCC10, C++20

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages