Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 710 Bytes

README.md

File metadata and controls

20 lines (12 loc) · 710 Bytes

OBDH_LABS

Code for the MUSE/OBDH course laboratory

Important notice

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

Environment

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.

Documentation

See the docs folder for a laboratory manual and other documents.