Skip to content

platformio/platform-atmelavr

This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Folders and files

NameName
Last commit message
Last commit date
May 27, 2022
Nov 2, 2023
Nov 6, 2023
May 20, 2022
Feb 3, 2018
Feb 3, 2018
May 27, 2016
May 27, 2022
Oct 26, 2023
Oct 26, 2023

Repository files navigation

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.