Skip to content

Commit 43f41ed

Browse files
authored
Merge pull request #11 from tmarhguy/add-github-actions-workflow-for-tests-wgn8aw
ci: switch firmware formatting to clang-format and add test-vector validation
2 parents 9353e2a + 40ec928 commit 43f41ed

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

.clang-format

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
BasedOnStyle: LLVM
2+
IndentWidth: 2
3+
ColumnLimit: 100

miscellaneous/firmware/controller-display/controller_display.ino

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* Back-end Arduino Controller
33
* Reads ALU outputs and displays results
4-
*
4+
*
55
* Author: Tyrone Marhguy
66
* Project: Discrete ALU CPU
77
*/
@@ -18,5 +18,5 @@ void setup() {
1818
}
1919

2020
void loop() {
21-
21+
2222
}

miscellaneous/firmware/controller-input/controller_input.ino

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* Front-end Arduino Controller
33
* Handles keypad input and generates control signals for the ALU
4-
*
4+
*
55
* Author: Tyrone Marhguy
66
* Project: Discrete ALU CPU
77
*/
@@ -15,4 +15,3 @@ void setup() {
1515

1616
void loop() {
1717
}
18-

0 commit comments

Comments
 (0)