Atmel SAM: development platform for PlatformIO
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 the PlatformIO Registry)
- Documentation (advanced usage, packages, boards, frameworks, etc.)
- Install PlatformIO
- Create PlatformIO project and configure a platform option in platformio.ini file:
[env:stable]
platform = atmelsam
board = ...
...
[env:development]
platform = https://github.com/platformio/platform-atmelsam.git
board = ...
...
Please navigate to documentation.