Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/northeastern-electric-racing/cerberus
- Owner: Northeastern-Electric-Racing
- Created: 2023-04-22T22:24:06.000Z (almost 2 years ago)
- Default Branch: develop
- Last Pushed: 2025-01-07T20:51:14.000Z (about 1 month ago)
- Last Synced: 2025-01-07T21:38:30.038Z (about 1 month ago)
- Language: C
- Homepage:
- Size: 2.56 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 30
-
Metadata Files:
- Readme: README.md
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
```