Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/northeastern-electric-racing/iroh
- Owner: Northeastern-Electric-Racing
- Created: 2024-01-05T00:18:36.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-26T08:01:54.000Z (10 months ago)
- Last Synced: 2024-04-26T09:26:55.219Z (10 months ago)
- Language: C
- Size: 12.4 MB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
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
```