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...
Project: Microcontroller Build System - REM
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...
Project: Microcontroller Build System - REM