Skip to content

Commit

Permalink
Feature/clang (#114)
Browse files Browse the repository at this point in the history
  • Loading branch information
dyldonahue authored Sep 10, 2024
1 parent 6eb3f86 commit 727c89a
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 8 deletions.
10 changes: 10 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
repos:
- repo: local
hooks:
- id: clang_restage
name: Restage formatted files
entry: clang_restage
language: system
pass_filenames: false
always_run: true
stages: [pre-commit]
14 changes: 6 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,12 @@
# ShepherdBMS2
Our from-scratch Battery Management System application, v2.

## 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
## Setting up Environment
> For initial installation and more info, visit here : https: // nerdocs.atlassian.net/wiki/spaces/NER/pages/524451844/2024+Firmware+Onboarding+Master
```
# TLDR:
# Pull Container:
docker compose pull
After entering the ner-venv but before your first commit, run:

# Run Container
docker compose run --rm ner-gcc-arm
```
pre-commit install
```

0 comments on commit 727c89a

Please sign in to comment.