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/iroh

Our Custom FreeRTOS Application for Controlling Accumulator Charging
https://github.com/northeastern-electric-racing/iroh

Last synced: 26 days ago
JSON representation

Our Custom FreeRTOS Application for Controlling Accumulator Charging

Awesome Lists containing this project

README

        

# Iroh
FreeRTOS Application to control the charging of the accumulator

## 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
```