platformio / platform-atmelavr

Atmel AVR: development platform for PlatformIO

Home Page:https://registry.platformio.org/platforms/platformio/atmelavr

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Atmel AVR: development platform for PlatformIO

Build Status

Atmel AVR 8- and 32-bit MCUs deliver a unique combination of performance, power efficiency and design flexibility. Optimized to speed time to market-and easily adapt to new ones-they are based on the industrys most code-efficient architecture for C and assembly programming.

  • Home (home page in the PlatformIO 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 = atmelavr
board = ...
...

Development version

[env:development]
platform = https://github.com/platformio/platform-atmelavr.git
board = ...
...

Configuration

Please navigate to documentation.

About

Atmel AVR: development platform for PlatformIO

https://registry.platformio.org/platforms/platformio/atmelavr

License:Apache License 2.0


Languages

Language:Python 100.0%