A framework to develop mult-board firmware for embedded systems.
Table of Contents
This repository can be used in two ways
-
Putting the project to be developed in a folder within it and setting the
PROJECTvariable in themakefileroot to point to this folder. The project folder can have different structures as needed- A single
.cfile located in the main project folder (as in the helloworld example), - Several
.hand.cfiles organized inincandsrcfolders respectively, both located inside the main project folder
- A single
-
Creating the project in a separate folder of this repository. In this case, in the root folder of the project there must be a
makefilefile with the following structure
MODULES := # List of module folders used in project
BOARD ?= # Name of target board to compile project
MUJU ?= # Absolute or relative tath to folder with muju framework
include $(MUJU)/module/base/makefileThis template is distributed under the terms of the MIT license.