Project: Microcontroller Build System - REM

Thread Starter

franz86

Joined Dec 14, 2016
1
Hello!

I just want to present a new microcontroller buildsystem, which was developed by me:
https://github.com/franzflasch/REM

It is based on ruby rake and offers similar features like the Yocto Buildsystem. However my buildsystem is intended for microcontrollers not for linux based embedded systems.

At the moment it supports stm32(f1,f3,f4), avr atmega168, silabs C8051Fxxx and recently the nrf24le1 microcontrollers.

The idea behind it, was to create so called "recipes" for specific software package and libraries and reuse them for as many different microcontrollers as possible.

I am looking forward to get some feedback from you and maybe also some new contributors to my buildsystem.

Regards,
Franz
 
Top