Skip to content

Latest commit

 

History

History
62 lines (41 loc) · 3.04 KB

readme-en.md

File metadata and controls

62 lines (41 loc) · 3.04 KB

Table of contents

Framework for Embedded Systems Firmware development in C/C++

IMPORTANT

This environment is under construction!!

Always use the released versions because in these all examples are tested and the API documentation is consistent. The master branch may contain inconsistencies because this environment is currently under development. See the Travis CI tag above to know the status of this repository.

About firmware_v3

firmware_v3 is a makefile-based project that act as a framework for Embedded Systems firmware development in C/C++ language. It support toolchain, libraries and examples for several platforms.

Supported boards

Examples

See examples.

Supported toolchains

  • gcc-arm-none-eabi

Available libraries

Usage

firmware_v3 usage.

More information

Back to main README.