Skip to content

Commit d146bfb

Browse files
committed
Now cmake doesnt store cache for the board variable and virtual mcu is deleted
1 parent 3c72b6d commit d146bfb

5 files changed

Lines changed: 3 additions & 126 deletions

File tree

.gitmodules

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
url = https://github.com/HyperloopUPV-H8/ST-LIB
44
[submodule "Core/Inc/Communications/JSON_ADE"]
55
path = Core/Inc/Code_generation/JSON_ADE
6-
url = https://github.com/HyperloopUPV-H8/JSON_ADE
6+
url = https://github.com/HyperloopUPV-H8/adj

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ include(CTest)
55
enable_testing()
66

77
set(EXECUTABLE ${PROJECT_NAME}.elf)
8-
set(BOARD_NAME "TEST" CACHE STRING "Board key from Core/Inc/Code_generation/JSON_ADE/boards.json")
8+
set(BOARD_NAME "VCU" CACHE STRING "Board key from Core/Inc/Code_generation/JSON_ADE/boards.json" FORCE)
99
if(BOARD_NAME STREQUAL "")
1010
message(FATAL_ERROR "BOARD_NAME cannot be empty")
1111
endif()

Core/Inc/Code_generation/JSON_ADE

Tests/VirtualMCU

Lines changed: 0 additions & 1 deletion
This file was deleted.

state_machine.json

Lines changed: 0 additions & 122 deletions
This file was deleted.

0 commit comments

Comments
 (0)