Skip to content

Commit

Permalink
revert back to the c hybrid approach since the other one ran super sl…
Browse files Browse the repository at this point in the history
…ow for some reason
  • Loading branch information
DusterTheFirst committed Sep 13, 2020
1 parent 3de1f72 commit 55e4fa0
Show file tree
Hide file tree
Showing 37 changed files with 1,318 additions and 464 deletions.
9 changes: 9 additions & 0 deletions avionics/viper/.clang-format
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
Standard: Cpp11
BasedOnStyle: LLVM
IndentWidth: 4
ColumnLimit: 0
AccessModifierOffset: -2
NamespaceIndentation: All
BreakBeforeBraces: Attach
IndentCaseLabels: true
FixNamespaceComments: false
24 changes: 5 additions & 19 deletions avionics/viper/.gitignore
Original file line number Diff line number Diff line change
@@ -1,20 +1,6 @@
**/*.rs.bk
.#*
.gdb_history
Cargo.lock
target/

# editor files
.vscode/*
!.vscode/*.md
!.vscode/*.svd
!.vscode/launch.json
!.vscode/tasks.json
!.vscode/extensions.json.vscode

**/src/platformio
.cargo-ok
.vscode
.pio
firmware.elf*
pio-env
.vscode/.browse.c_cpp.db*
.vscode/c_cpp_properties.json
.vscode/launch.json
.vscode/ipch
target
341 changes: 341 additions & 0 deletions avionics/viper/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 55e4fa0

Please sign in to comment.