-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Delete unused files from libs/bsw/bsp, libs/bsp
Deleted: - bsw::bsp::background - ICanPhy from bsw::bsp::can - bsw::bsp::commandInterpreter - bsw::bsp::error - bsw::bsp::ethernet - IFlash from bsw::bsp::flash - bsw::bsp::flexray - bsw::bsp::hwInfo - bsw::bsp::i2c - bsw::bsp::lin - IAwakened, IUnderVoltageListener, AbstractPowerStateListener, IVoltageManager from bsw::bsp::power - bsw::bsp::spi - bsw::bsp::stepperMotor - ICompareTimer, IHighResolutionTimer from bsw::bsp::timer - bsw::bsp::xcp - LoggerBackgroundJob from bsw::logger - module libs::bsp::bspTestConsoleWithCommandInterpreter - module libs::bsp::bspCommandInterpreterSimple - module libs::bsp::bspInputManager - module libs::bsp::bspError Change-Id: I3d53a123a28f7f0a3fb3c6e11fbefad34ee1ed00
- Loading branch information
1 parent
ec25295
commit f51dc49
Showing
88 changed files
with
2 additions
and
3,140 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,8 +10,6 @@ | |
#endif | ||
#define BSP_ANALOGINPUT_PIN_CONFIGURATION 1 | ||
|
||
#include "bspError/BspError.h" | ||
|
||
namespace bios | ||
{ | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,15 @@ | ||
add_subdirectory(bspCharInputOutput EXCLUDE_FROM_ALL) | ||
add_subdirectory(bspCommandInterpreterSimple EXCLUDE_FROM_ALL) | ||
add_subdirectory(bspDynamicClient EXCLUDE_FROM_ALL) | ||
add_subdirectory(bspError EXCLUDE_FROM_ALL) | ||
add_subdirectory(bspInputManager EXCLUDE_FROM_ALL) | ||
add_subdirectory(bspInterrupts EXCLUDE_FROM_ALL) | ||
add_subdirectory(bspOutputManager EXCLUDE_FROM_ALL) | ||
add_subdirectory(bspOutputPwm EXCLUDE_FROM_ALL) | ||
add_subdirectory(bspTestConsoleWithCommandInterpreter EXCLUDE_FROM_ALL) | ||
|
||
if (BUILD_UNIT_TESTS) | ||
add_subdirectory(bspCommandInterpreterSimple/test/gtest) | ||
add_subdirectory(bspInputManager/test/gtest) | ||
add_subdirectory(bspCharInputOutput/test/gtest) | ||
add_subdirectory(bspDynamicClient/test/gtest) | ||
add_subdirectory(bspInterrupts/test/gtest) | ||
add_subdirectory(bspOutputManager/test/gtest) | ||
add_subdirectory(bspOutputPwm/test/gtest) | ||
add_subdirectory(bspTestConsoleWithCommandInterpreter/test/gtest) | ||
add_subdirectory(bspError/test/gtest) | ||
endif () |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
35 changes: 0 additions & 35 deletions
35
libs/bsp/bspCommandInterpreterSimple/include/commandInterpreterSimple/CommandInterpreter.h
This file was deleted.
Oops, something went wrong.
66 changes: 0 additions & 66 deletions
66
libs/bsp/bspCommandInterpreterSimple/include/commandInterpreterSimple/CommandLine.h
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
73 changes: 0 additions & 73 deletions
73
libs/bsp/bspCommandInterpreterSimple/src/commandInterpreterSimple/CommandInterpreter.cpp
This file was deleted.
Oops, something went wrong.
84 changes: 0 additions & 84 deletions
84
libs/bsp/bspCommandInterpreterSimple/src/commandInterpreterSimple/CommandLine.cpp
This file was deleted.
Oops, something went wrong.
6 changes: 0 additions & 6 deletions
6
libs/bsp/bspCommandInterpreterSimple/test/gtest/CMakeLists.txt
This file was deleted.
Oops, something went wrong.
12 changes: 0 additions & 12 deletions
12
libs/bsp/bspCommandInterpreterSimple/test/gtest/src/IncludeTest.cpp
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.