Code for the MUSE/OBDH course laboratory
This repository uses submodules. To clone it, you must use the --recursive git option:
$ git clone --recursive https://github.com/STR-UPM/OBDH_LABS.git
The laboratory software runs on an STM32F4-DISCO board. You will need a GNAT cross compiler for this board. Free compilers can be downloaded from the AdaCore Community site.
The examples make use of the Ada Drivers Library. This library is imported as a submodule of the repository.
See the docs
folder for a laboratory manual and other documents.