Skip to content

Commit

Permalink
Delete unused files from libs/bsw/bsp, libs/bsp
Browse files Browse the repository at this point in the history
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
timur-kamaletdinov authored and marcmo committed Dec 23, 2024
1 parent ec25295 commit 57a9f70
Show file tree
Hide file tree
Showing 88 changed files with 2 additions and 3,140 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ target_link_libraries(
bspConfiguration
PUBLIC bspAdc
bspCharInputOutput
bspError
bspFtm
bspFtmPwm
bspInterrupts
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@
#endif
#define BSP_ANALOGINPUT_PIN_CONFIGURATION 1

#include "bspError/BspError.h"

namespace bios
{

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ namespace bios
class CanPhyCommon : public CanPhy
{
public:
CanPhyCommon() {}
CanPhyCommon() = default;

virtual void init(uint32_t id = 0U) {}

Expand Down
6 changes: 0 additions & 6 deletions libs/bsp/CMakeLists.txt
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 ()
8 changes: 0 additions & 8 deletions libs/bsp/bspCommandInterpreterSimple/CMakeLists.txt

This file was deleted.

10 changes: 0 additions & 10 deletions libs/bsp/bspCommandInterpreterSimple/doc/index.rst

This file was deleted.

This file was deleted.

This file was deleted.

2 changes: 0 additions & 2 deletions libs/bsp/bspCommandInterpreterSimple/module.spec

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

5 changes: 0 additions & 5 deletions libs/bsp/bspError/CMakeLists.txt

This file was deleted.

8 changes: 0 additions & 8 deletions libs/bsp/bspError/doc/index.rst

This file was deleted.

Loading

0 comments on commit 57a9f70

Please sign in to comment.