Skip to content

Commit

Permalink
Controller board bringup (#13)
Browse files Browse the repository at this point in the history
* TEST

* Controller board integration

* Removed unnecessary cmsis files

* Autogen update

* Added autogeneration

* Huge autogen update

* Cleanup commented code

* SPI Header

---------

Co-authored-by: Jarvis <[email protected]>
  • Loading branch information
Akashem06 and Jarvis authored Dec 23, 2024
1 parent 9640cc0 commit 1600067
Show file tree
Hide file tree
Showing 147 changed files with 3,845 additions and 32,651 deletions.
2 changes: 1 addition & 1 deletion .clang-format
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ BreakBeforeBinaryOperators: None
BreakBeforeBraces: Attach
BreakBeforeTernaryOperators: true
BreakConstructorInitializers: AfterColon
ColumnLimit: 100
ColumnLimit: 200
CommentPragmas: '^ IWYU pragma:'
ConstructorInitializerAllOnOneLineOrOnePerLine: true
ConstructorInitializerIndentWidth: 4
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,8 @@ jobs:
clang --version
clang-format --version
pylint --version
python3 --version
scons --version
- name: Format and lint
run: |
scons format
Expand Down
4 changes: 1 addition & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,7 @@ __pycache__
*.pyc

# Autogenerated code
*can_board_ids.h
*system_can.dbc
*can_sim.py
*system_can.h
x86_flash

# Doxygen HTML
Expand Down
Loading

0 comments on commit 1600067

Please sign in to comment.