Skip to content

Latest commit

 

History

History
36 lines (26 loc) · 1.59 KB

README.md

File metadata and controls

36 lines (26 loc) · 1.59 KB

CALSAT (STAC CubeSat) Userspace

Build Status codecov CodeFactor

This repo contains all the software for our CubeSat. It is organized into subdirectory for each application.

This project uses CMake. To build for your host computer, run:

$ mkdir -p build
$ cd build
$ cmake ..
$ make

See build-process for more information about building this project.

See project-organization for how this project is organized.

Useful Links

This page has useful information specific to our main computer, including how to load software onto the NAND: Digi Documentation

This is the IRVINE01 software repository, which has example implementations for sensor and comms software: IRVINE01 repo

We use UnitTest++ for testing. See their wiki for here: UnitTest++ Wiki