Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/northeastern-electric-racing/cerberus

Our FreeRTOS-based vehicle control application
https://github.com/northeastern-electric-racing/cerberus

Last synced: 26 days ago
JSON representation

Our FreeRTOS-based vehicle control application

Awesome Lists containing this project

README

        

# Cerberus
FreeRTOS Application that runs on MPU22A

## Setting up Docker Environment
> For initial installation and more info, visit here: https://nerdocs.atlassian.net/wiki/spaces/NER/pages/108888108/Setting+Up+STM32+Dev+Env

```
# TLDR:
# Pull Container:
docker compose pull

# Run Container
docker compose run --rm ner-gcc-arm
```