lsf37 / smaccmpilot-build

An umbrella repository including all of the dependencies to build the smaccmpilot project

Home Page:smaccmpilot.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

An umbrella repository which organizes all of the dependencies required to build the SMACCMPilot project.

Information

More information about the SMACCMPilot project on the web at smaccmpilot.org.

Developers are encouraged to join our mailing list for project updates.

Prerequisites

A description of required prerequisites is available on smaccmpilot.org.

Contents

This repository is a convenient way to fetch the several git repositories required to build SMACCMPilot, via the git submodule system To fetch the submodules after cloning, run

        git submodule init
        git submodule update

Makefile Options

The default make target will build the Ivory compiler, runtime verification tools, test applications, and the main SMACCMPilot application. It will also run make inside the smaccmpilot-stm32f4 subdirectory.

FreeRTOS

For convenience, the sources from the FreeRTOS project required to build for the ARM Cortex-M4 microcontroller with the GCC toolchain are included.

Copyright and License

This repository contains sources from the FreeRTOS project. The license file may be found at FreeRTOS/FreeRTOS/License/license.txt

For all submodules, consult the information in that repository.

About

An umbrella repository including all of the dependencies to build the smaccmpilot project

smaccmpilot.org


Languages

Language:C 94.9%Language:C++ 5.0%Language:Shell 0.1%