Skip to content

Commit

Permalink
chore: consolodated schedulers
Browse files Browse the repository at this point in the history
  • Loading branch information
charliekush committed Aug 20, 2024
1 parent a32e98a commit d00f4b9
Show file tree
Hide file tree
Showing 18 changed files with 94 additions and 1,193 deletions.
4 changes: 1 addition & 3 deletions .vscode/c_cpp_properties.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,7 @@
"_DEBUG",
"UNICODE",
"_UNICODE",
"CHARLIE_VERSION=0",
"ANTARA_VERSION=1",
"SCHEDULER_VERSION=CHARLIE_VERSION"

],
"windowsSdkVersion": "10.0.22000.0",
"compilerPath": "~\\.particle\\toolchains\\gcc-arm\\10.2.1\\bin\\arm-none-eabi-gcc.exe",
Expand Down
4 changes: 0 additions & 4 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@ include_directories(../external/googletest/googletest/include src/ tests)
set(GTEST_SOURCE_FILES
tests/scheduler_test_system.cpp
tests/test_ensembles.cpp
src/antara_scheduler.cpp
src/charlie_scheduler.cpp
tests/fixed_google_tests.cpp
src/scheduler.cpp
#tests/file_google_tests.cpp
Expand All @@ -31,8 +29,6 @@ set(GTEST_SOURCE_FILES
set(EXAMINE_BEHAVIOR_SOURCE_FILES
tests/scheduler_test_system.cpp
tests/test_ensembles.cpp
src/charlie_scheduler.cpp
src/antara_scheduler.cpp
src/scheduler.cpp
tests/scheduler_test_flog.cpp
tests/examine_behavior.cpp
Expand Down
90 changes: 0 additions & 90 deletions src/antara_scheduler.cpp

This file was deleted.

64 changes: 0 additions & 64 deletions src/antara_scheduler.hpp

This file was deleted.

Loading

0 comments on commit d00f4b9

Please sign in to comment.