marcovannoord / platform-atmelsam

Atmel SAM: development platform for PlatformIO

Home Page:http://platformio.org/platforms/atmelsam

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Atmel SAM: development platform for PlatformIO

Build Status

Atmel | SMART offers Flash- based ARM products based on the ARM Cortex-M0+, Cortex-M3 and Cortex-M4 architectures, ranging from 8KB to 2MB of Flash including a rich peripheral and feature mix.

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

Development version

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

Configuration

Please navigate to documentation.

About

Atmel SAM: development platform for PlatformIO

http://platformio.org/platforms/atmelsam

License:Apache License 2.0


Languages

Language:Python 100.0%