AdaCore / svd2ada

An Ada binding generator from SVD descriptions for bare board ARM devices.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

svd2ada

SVD2Ada is an Ada binding generator from CMSIS-SVD descriptions for ARM Cortex-M devices. It is meant to ease, strengthen and speed up driver development for those platforms.

Build

To build SVD2Ada you need a native GNAT compiler, for instance GNAT Community edition that you can find here.

After installing GNAT, you can build with the following command:

$ gprbuild -P svd2ada.gpr

Usage

To run SVD2Ada you need to specify at least the SVD file from which you want to generate code, and the output directory where the code will be generated.

$ svd2ada <SVD_FILE> -o <OUTPUT_DIR>

Use --help to display information about the different code generation options available:

$ svd2ada --help

About

An Ada binding generator from SVD descriptions for bare board ARM devices.

License:GNU General Public License v3.0


Languages

Language:Ada 97.1%Language:HTML 2.6%Language:Makefile 0.2%