Skip to content

Commit de355d5

Browse files
committed
Some setup
1 parent 561dd14 commit de355d5

File tree

8 files changed

+41
-0
lines changed

8 files changed

+41
-0
lines changed

.gitmodules

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
[submodule "deps/ST-LIB"]
2+
path = deps/ST-LIB
3+
url = https://github.com/HyperloopUPV-H8/ST-LIB
4+
[submodule "Core/Inc/Communications/JSON_ADE"]
5+
path = Core/Inc/Code_generation/JSON_ADE
6+
url = https://github.com/HyperloopUPV-H8/JSON_ADE
7+
[submodule "Tests/VirtualMCU"]
8+
path = Tests/VirtualMCU
9+
url = https://github.com/HyperloopUPV-H8/VirtualMCU
10+
[submodule "LCU-Control-H11"]
11+
path = LCU-Control-H11
12+
url = https://github.com/Hyperloop-UPV/LCU-Control-H11.git
13+
[submodule "LCU-Shared-H11"]
14+
path = LCU-Shared-H11
15+
url = https://github.com/Hyperloop-UPV/LCU-Shared-H11.git

Core/Inc/Common/Flags.hpp

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
#ifndef FLAGS_HPP
2+
#define FLAGS_HPP
3+
4+
// constexpr bool flagA = true;
5+
6+
#endif // FLAGS_HPP
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
#ifndef COMMUNICATION_HPP
2+
#define COMMUNICATION_HPP
3+
4+
class SpiSlave {
5+
public:
6+
// Methods
7+
}
8+
9+
#endif // COMMUNICATION_HPP

Core/Inc/Control/Control.hpp

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
#ifndef CONTROL_HPP
2+
#define CONTROL_HPP
3+
4+
#endif // CONTROL_HPP
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
#ifndef STATE_MACHINE_HPP
2+
#define STATE_MACHINE_HPP
3+
4+
#endif // STATE_MACHINE_HPP

LCU-Control-H11

Submodule LCU-Control-H11 added at 9fc56fa

LCU-Shared-H11

Submodule LCU-Shared-H11 added at f9c559e

deps/ST-LIB

Submodule ST-LIB added at 299cb2a

0 commit comments

Comments
 (0)