Skip to content

Commit

Permalink
Remove PersistentState/ and PersistentVariable<> (#322)
Browse files Browse the repository at this point in the history
  • Loading branch information
PatrickKa authored Sep 1, 2024
2 parents df0aa2e + 1ab6c14 commit c97b363
Show file tree
Hide file tree
Showing 12 changed files with 1 addition and 500 deletions.
1 change: 0 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ add_library(Sts1CobcSw_FramSections INTERFACE)
add_library(Sts1CobcSw_Outcome INTERFACE)
add_library(Sts1CobcSw_ProgramId INTERFACE)
add_library(Sts1CobcSw_Periphery STATIC)
add_library(Sts1CobcSw_PersistentState INTERFACE)
add_library(Sts1CobcSw_Serial INTERFACE)
add_library(Sts1CobcSw_Utility STATIC)
add_program(HelloDummy)
Expand Down
1 change: 0 additions & 1 deletion Sts1CobcSw/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ add_subdirectory(FileSystem)
add_subdirectory(FramSections)
add_subdirectory(Outcome)
add_subdirectory(Periphery)
add_subdirectory(PersistentState)
add_subdirectory(Serial)
add_subdirectory(Utility)
add_subdirectory(CobcSoftware)
Expand Down
5 changes: 1 addition & 4 deletions Sts1CobcSw/Periphery/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,7 @@ target_link_libraries(
)

if(CMAKE_SYSTEM_NAME STREQUAL Generic)
target_sources(
Sts1CobcSw_Periphery PRIVATE PersistentState.cpp Flash.cpp Fram.cpp Rf.cpp Eps.cpp
FramEpsSpi.cpp
)
target_sources(Sts1CobcSw_Periphery PRIVATE Flash.cpp Fram.cpp Rf.cpp Eps.cpp FramEpsSpi.cpp)
target_link_libraries(Sts1CobcSw_Periphery PUBLIC Sts1CobcSw_Hal)
else()
target_sources(Sts1CobcSw_Periphery PRIVATE FramMock.cpp)
Expand Down
195 changes: 0 additions & 195 deletions Sts1CobcSw/Periphery/PersistentState.cpp

This file was deleted.

48 changes: 0 additions & 48 deletions Sts1CobcSw/Periphery/PersistentState.hpp

This file was deleted.

1 change: 0 additions & 1 deletion Sts1CobcSw/PersistentState/CMakeLists.txt

This file was deleted.

31 changes: 0 additions & 31 deletions Sts1CobcSw/PersistentState/PersistentVariable.hpp

This file was deleted.

87 changes: 0 additions & 87 deletions Sts1CobcSw/PersistentState/PersistentVariable.ipp

This file was deleted.

Loading

0 comments on commit c97b363

Please sign in to comment.