Skip to content

platformio/platform-atmelavr

Folders and files

NameName
Last commit message
Last commit date
May 27, 2022
Jun 10, 2024
Nov 28, 2023
Oct 28, 2024
Feb 3, 2018
Feb 3, 2018
May 27, 2016
May 27, 2022
Sep 26, 2024
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.