CrustyAuklet / platform-atmelmegaavr

Atmel megaAVR: development platform for PlatformIO

Home Page:https://platformio.org/platforms/atmelmegaavr

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Atmel megaAVR: development platform for PlatformIO

Build Status

Microchip's megaAVR is suitable for applications requiring large amounts of code and offers substantial program and data memories with performance up to 20 MIPS. Based on industry-leading, proven technology, the megaAVR family offers Microchip's widest selection of devices in terms of memories, pin counts, and peripherals.

  • 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 = atmelmegaavr
board = ...
...

Development version

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

Configuration

Please navigate to documentation.

About

Atmel megaAVR: development platform for PlatformIO

https://platformio.org/platforms/atmelmegaavr

License:Apache License 2.0


Languages

Language:Python 100.0%