KonstantinChizhov / Mcucpp

C++ framework for different microcontrollers

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

 
Mcucpp - is a C++ hardware abstraction library for microcontrollers.

The aim of the project is to make a high level but extremly efficient C++ hardware abstraction framework for different microcontroller families.

Prerequisites:
1. Python 2.7.x;
2. SCons build tool;
3. GNU toolchain for target paltform and for host system for unit tests. Currently supported targets:
	- AVR;
	- ARM;
	- MSP430;
	
All prerequisite tools need to be available on environment PATH variable.

About

C++ framework for different microcontrollers

License:Other


Languages

Language:C 56.5%Language:C++ 41.2%Language:Objective-C 1.1%Language:Python 1.1%Language:C# 0.1%Language:Batchfile 0.0%