jmichiels / AtmelStart-PlatformIO

A little test project using Atmel Start together with PlatformIO

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Atmel Start - Platformio

This repository contains an example project using code generated using Atmel Start as a library in a PlatformIO project. The generated code is in lib/AtmelStart/generated, a little python script library.json.py reads the generated gcc/Makefile and creates library.json in the format required by PlatformIO.

Note: I am not using this approach anymore, as I realised it was more practical to just cut the middleman and to directly create a CMake toolchain from the generated Makefile. See here for more info.

About

A little test project using Atmel Start together with PlatformIO


Languages

Language:C 98.7%Language:C++ 1.0%Language:Makefile 0.2%Language:Assembly 0.1%Language:Python 0.0%