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/msb-fw

Our FreeRTOS Application for Distributed Sensing
https://github.com/northeastern-electric-racing/msb-fw

Last synced: 30 days ago
JSON representation

Our FreeRTOS Application for Distributed Sensing

Awesome Lists containing this project

README

        

# MSB-FW
Our FreeRTOS Application for Distributed Sensing

## Setting up Docker Environment
> For initial installation, 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
```