Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/northeastern-electric-racing/msb-fw
- Owner: Northeastern-Electric-Racing
- Created: 2024-01-02T19:56:59.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-06-21T20:49:35.000Z (8 months ago)
- Last Synced: 2024-06-23T10:08:13.049Z (8 months ago)
- Language: C
- Size: 7.85 MB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```